Home
last modified time | relevance | path

Searched refs:intstruct (Results 1 – 13 of 13) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dintersect.cpp111 intstruct->num = 0; in reset_intersection()
112 intstruct->list[0].t = FHUGE; in reset_intersection()
113 intstruct->list[0].obj = nullptr; in reset_intersection()
114 intstruct->list[1].t = FHUGE; in reset_intersection()
115 intstruct->list[1].obj = nullptr; in reset_intersection()
119 intersectstruct *intstruct = ry->intstruct; in add_intersection() local
132 intstruct->num++; in add_intersection()
133 intstruct->list[intstruct->num].obj = obj; in add_intersection()
134 intstruct->list[intstruct->num].t = t; in add_intersection()
149 return intstruct->num; in closest_intersection()
[all …]
H A Dshade.cpp78 numints = closest_intersection(&t, &obj, incident->intstruct); in shader()
120 shadowray.intstruct = incident->intstruct; in shader()
131 reset_intersection(incident->intstruct); in shader()
134 if (!shadow_intersection(incident->intstruct, Llen)) { in shader()
191 specray.intstruct = incident->intstruct; /* what thread are we */ in shade_reflection()
214 transray.intstruct = incident->intstruct; /* what thread are we */ in shade_transmission()
H A Dintersect.hpp63 int shadow_intersection(intersectstruct *intstruct, flt maxdist);
H A Dtrace_rest.cpp69 reset_intersection(primary->intstruct); in trace()
H A Dtypes.hpp203 intersectstruct *intstruct; /* ptr to thread's intersection data */ member
H A Dtrace.simple.cpp87 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.serial.cpp88 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.omp.cpp89 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.tbb1d.cpp96 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.threads.cpp100 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.taskq.cpp96 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.threads2d.cpp103 primary.intstruct = &local_intersections; in render_one_pixel()
H A Dtrace.tbb.cpp125 primary.intstruct = &local_intersections; in render_one_pixel()