Searched refs:ty1 (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 119 ty1 = (bx->min.y - ry->o.y) / ry->d.y; in box_intersect() 121 if (ty1 > ty2) { in box_intersect() 122 a = ty1; in box_intersect() 123 ty1 = ty2; in box_intersect() 126 if (ty1 > tnear) in box_intersect() 127 tnear = ty1; in box_intersect()
|
| H A D | bndbox.cpp | 98 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in bndbox_intersect() local 152 ty1 = (bx->min.y - ry->o.y) / ry->d.y; in bndbox_intersect() 154 if (ty1 > ty2) { in bndbox_intersect() 155 a = ty1; in bndbox_intersect() 156 ty1 = ty2; in bndbox_intersect() 159 if (ty1 > tnear) in bndbox_intersect() 160 tnear = ty1; in bndbox_intersect()
|
| H A D | vol.cpp | 163 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in scalar_volume_texture() local 209 ty1 = (bx->min.y - ry->o.y) / ry->d.y; in scalar_volume_texture() 211 if (ty1 > ty2) { in scalar_volume_texture() 212 a = ty1; in scalar_volume_texture() 213 ty1 = ty2; in scalar_volume_texture() 216 if (ty1 > tnear) in scalar_volume_texture() 217 tnear = ty1; in scalar_volume_texture()
|
| H A D | extvol.cpp | 153 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in ext_volume_texture() local 201 ty1 = (bx->min.y - ry->o.y) / ry->d.y; in ext_volume_texture() 203 if (ty1 > ty2) { in ext_volume_texture() 204 a = ty1; in ext_volume_texture() 205 ty1 = ty2; in ext_volume_texture() 208 if (ty1 > tnear) in ext_volume_texture() 209 tnear = ty1; in ext_volume_texture()
|
| H A D | grid.cpp | 634 flt a, tx1, tx2, ty1, ty2, tz1, tz2; in grid_bounds_intersect() local 667 ty1 = (g->min.y - ry->o.y) / ry->d.y; in grid_bounds_intersect() 669 if (ty1 > ty2) { in grid_bounds_intersect() 670 a = ty1; in grid_bounds_intersect() 671 ty1 = ty2; in grid_bounds_intersect() 674 if (ty1 > tnear) in grid_bounds_intersect() 675 tnear = ty1; in grid_bounds_intersect()
|