Searched refs:ty2 (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 120 ty2 = (bx->max.y - ry->o.y) / ry->d.y; in box_intersect() 121 if (ty1 > ty2) { in box_intersect() 123 ty1 = ty2; in box_intersect() 124 ty2 = a; in box_intersect() 128 if (ty2 < tfar) in box_intersect() 129 tfar = ty2; in box_intersect()
|
| H A D | bndbox.cpp | 98 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in bndbox_intersect() local 153 ty2 = (bx->max.y - ry->o.y) / ry->d.y; in bndbox_intersect() 154 if (ty1 > ty2) { in bndbox_intersect() 156 ty1 = ty2; in bndbox_intersect() 157 ty2 = a; in bndbox_intersect() 161 if (ty2 < tfar) in bndbox_intersect() 162 tfar = ty2; in bndbox_intersect()
|
| H A D | vol.cpp | 163 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in scalar_volume_texture() local 210 ty2 = (bx->max.y - ry->o.y) / ry->d.y; in scalar_volume_texture() 211 if (ty1 > ty2) { in scalar_volume_texture() 213 ty1 = ty2; in scalar_volume_texture() 214 ty2 = a; in scalar_volume_texture() 218 if (ty2 < tfar) in scalar_volume_texture() 219 tfar = ty2; in scalar_volume_texture()
|
| H A D | extvol.cpp | 153 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in ext_volume_texture() local 202 ty2 = (bx->max.y - ry->o.y) / ry->d.y; in ext_volume_texture() 203 if (ty1 > ty2) { in ext_volume_texture() 205 ty1 = ty2; in ext_volume_texture() 206 ty2 = a; in ext_volume_texture() 210 if (ty2 < tfar) in ext_volume_texture() 211 tfar = ty2; in ext_volume_texture()
|
| H A D | grid.cpp | 634 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in grid_bounds_intersect() local 668 ty2 = (g->max.y - ry->o.y) / ry->d.y; in grid_bounds_intersect() 669 if (ty1 > ty2) { in grid_bounds_intersect() 671 ty1 = ty2; in grid_bounds_intersect() 672 ty2 = a; in grid_bounds_intersect() 676 if (ty2 < tfar) in grid_bounds_intersect() 677 tfar = ty2; in grid_bounds_intersect()
|