Searched refs:tx2 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | box.cpp | 86 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in box_intersect() local 98 tx2 = (bx->max.x - ry->o.x) / ry->d.x; in box_intersect() 99 if (tx1 > tx2) { in box_intersect() 101 tx1 = tx2; in box_intersect() 102 tx2 = a; in box_intersect() 106 if (tx2 < tfar) in box_intersect() 107 tfar = tx2; in box_intersect()
|
| H A D | bndbox.cpp | 98 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in bndbox_intersect() local 131 tx2 = (bx->max.x - ry->o.x) / ry->d.x; in bndbox_intersect() 132 if (tx1 > tx2) { in bndbox_intersect() 134 tx1 = tx2; in bndbox_intersect() 135 tx2 = a; in bndbox_intersect() 139 if (tx2 < tfar) in bndbox_intersect() 140 tfar = tx2; in bndbox_intersect()
|
| H A D | vol.cpp | 163 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in scalar_volume_texture() local 188 tx2 = (bx->max.x - ry->o.x) / ry->d.x; in scalar_volume_texture() 189 if (tx1 > tx2) { in scalar_volume_texture() 191 tx1 = tx2; in scalar_volume_texture() 192 tx2 = a; in scalar_volume_texture() 196 if (tx2 < tfar) in scalar_volume_texture() 197 tfar = tx2; in scalar_volume_texture()
|
| H A D | extvol.cpp | 153 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in ext_volume_texture() local 180 tx2 = (bx->max.x - ry->o.x) / ry->d.x; in ext_volume_texture() 181 if (tx1 > tx2) { in ext_volume_texture() 183 tx1 = tx2; in ext_volume_texture() 184 tx2 = a; in ext_volume_texture() 188 if (tx2 < tfar) in ext_volume_texture() 189 tfar = tx2; in ext_volume_texture()
|
| H A D | grid.cpp | 634 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in grid_bounds_intersect() local 646 tx2 = (g->max.x - ry->o.x) / ry->d.x; in grid_bounds_intersect() 647 if (tx1 > tx2) { in grid_bounds_intersect() 649 tx1 = tx2; in grid_bounds_intersect() 650 tx2 = a; in grid_bounds_intersect() 654 if (tx2 < tfar) in grid_bounds_intersect() 655 tfar = tx2; in grid_bounds_intersect()
|