Home
last modified time | relevance | path

Searched refs:grid_bounds_intersect (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.hpp112 static int grid_bounds_intersect(grid *g, ray *ry, flt *near, flt *far);
H A Dgrid.cpp480 if (!grid_bounds_intersect(g, ry, &tnear, &tfar)) in grid_intersect()
633 static int grid_bounds_intersect(grid *g, ray *ry, flt *nr, flt *fr) { in grid_bounds_intersect() function