Home
last modified time | relevance | path

Searched refs:closest_intersection (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dintersect.hpp61 int closest_intersection(flt *, object **, intersectstruct *);
H A Dintersect.cpp138 int closest_intersection(flt *t, object **obj, intersectstruct *intstruct) { in closest_intersection() function
H A Dshade.cpp78 numints = closest_intersection(&t, &obj, incident->intstruct); in shader()