Searched refs:tz2 (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 142 tz2 = (bx->max.z - ry->o.z) / ry->d.z; in box_intersect() 143 if (tz1 > tz2) { in box_intersect() 145 tz1 = tz2; in box_intersect() 146 tz2 = a; in box_intersect() 150 if (tz2 < tfar) in box_intersect() 151 tfar = tz2; in box_intersect()
|
| H A D | bndbox.cpp | 98 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in bndbox_intersect() local 175 tz2 = (bx->max.z - ry->o.z) / ry->d.z; in bndbox_intersect() 176 if (tz1 > tz2) { in bndbox_intersect() 178 tz1 = tz2; in bndbox_intersect() 179 tz2 = a; in bndbox_intersect() 183 if (tz2 < tfar) in bndbox_intersect() 184 tfar = tz2; in bndbox_intersect()
|
| H A D | vol.cpp | 163 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in scalar_volume_texture() local 232 tz2 = (bx->max.z - ry->o.z) / ry->d.z; in scalar_volume_texture() 233 if (tz1 > tz2) { in scalar_volume_texture() 235 tz1 = tz2; in scalar_volume_texture() 236 tz2 = a; in scalar_volume_texture() 240 if (tz2 < tfar) in scalar_volume_texture() 241 tfar = tz2; in scalar_volume_texture()
|
| H A D | extvol.cpp | 153 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in ext_volume_texture() local 224 tz2 = (bx->max.z - ry->o.z) / ry->d.z; in ext_volume_texture() 225 if (tz1 > tz2) { in ext_volume_texture() 227 tz1 = tz2; in ext_volume_texture() 228 tz2 = a; in ext_volume_texture() 232 if (tz2 < tfar) in ext_volume_texture() 233 tfar = tz2; in ext_volume_texture()
|
| H A D | grid.cpp | 634 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in grid_bounds_intersect() local 690 tz2 = (g->max.z - ry->o.z) / ry->d.z; in grid_bounds_intersect() 691 if (tz1 > tz2) { in grid_bounds_intersect() 693 tz1 = tz2; in grid_bounds_intersect() 694 tz2 = a; in grid_bounds_intersect() 698 if (tz2 < tfar) in grid_bounds_intersect() 699 tfar = tz2; in grid_bounds_intersect()
|