Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dbox.cpp86 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 Dbndbox.cpp98 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 Dvol.cpp163 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 Dextvol.cpp153 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 Dgrid.cpp634 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()