Searched refs:tz1 (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 141 tz1 = (bx->min.z - ry->o.z) / ry->d.z; in box_intersect() 143 if (tz1 > tz2) { in box_intersect() 144 a = tz1; in box_intersect() 145 tz1 = tz2; in box_intersect() 148 if (tz1 > tnear) in box_intersect() 149 tnear = tz1; in box_intersect()
|
| H A D | bndbox.cpp | 98 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in bndbox_intersect() local 174 tz1 = (bx->min.z - ry->o.z) / ry->d.z; in bndbox_intersect() 176 if (tz1 > tz2) { in bndbox_intersect() 177 a = tz1; in bndbox_intersect() 178 tz1 = tz2; in bndbox_intersect() 181 if (tz1 > tnear) in bndbox_intersect() 182 tnear = tz1; in bndbox_intersect()
|
| H A D | vol.cpp | 163 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in scalar_volume_texture() local 231 tz1 = (bx->min.z - ry->o.z) / ry->d.z; in scalar_volume_texture() 233 if (tz1 > tz2) { in scalar_volume_texture() 234 a = tz1; in scalar_volume_texture() 235 tz1 = tz2; in scalar_volume_texture() 238 if (tz1 > tnear) in scalar_volume_texture() 239 tnear = tz1; in scalar_volume_texture()
|
| H A D | extvol.cpp | 153 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in ext_volume_texture() local 223 tz1 = (bx->min.z - ry->o.z) / ry->d.z; in ext_volume_texture() 225 if (tz1 > tz2) { in ext_volume_texture() 226 a = tz1; in ext_volume_texture() 227 tz1 = tz2; in ext_volume_texture() 230 if (tz1 > tnear) in ext_volume_texture() 231 tnear = tz1; in ext_volume_texture()
|
| H A D | grid.cpp | 634 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in grid_bounds_intersect() local 689 tz1 = (g->min.z - ry->o.z) / ry->d.z; in grid_bounds_intersect() 691 if (tz1 > tz2) { in grid_bounds_intersect() 692 a = tz1; in grid_bounds_intersect() 693 tz1 = tz2; in grid_bounds_intersect() 696 if (tz1 > tnear) in grid_bounds_intersect() 697 tnear = tz1; in grid_bounds_intersect()
|