Lines Matching refs:Intersector

75       template<typename Intersector, typename Epilog>
92Intersector().intersect(pre,ray,context,geom,primID,a0,a1,a2,a3,Epilog(ray,context,geomID,primID)); in intersect_t()
97 template<typename Intersector, typename Epilog>
114 …if (Intersector().intersect(pre,ray,context,geom,primID,a0,a1,a2,a3,Epilog(ray,context,geomID,prim… in occluded_t()
122 template<typename Intersector, typename Epilog>
137 …ce3fa curve = geom->getNormalOrientedCurve<typename Intersector::SourceCurve3ff, typename Intersec… in intersect_n()
138Intersector().intersect(pre,ray,context,geom,primID,curve,Epilog(ray,context,geomID,primID)); in intersect_n()
143 template<typename Intersector, typename Epilog>
158 …ce3fa curve = geom->getNormalOrientedCurve<typename Intersector::SourceCurve3ff, typename Intersec… in occluded_n()
160 … if (Intersector().intersect(pre,ray,context,geom,primID,curve,Epilog(ray,context,geomID,primID))) in occluded_n()
168 template<typename Intersector, typename Epilog>
184Intersector().intersect(pre,ray,context,geom,primID,p0,t0,p1,t1,Epilog(ray,context,geomID,primID)); in intersect_h()
189 template<typename Intersector, typename Epilog>
205 …if (Intersector().intersect(pre,ray,context,geom,primID,p0,t0,p1,t1,Epilog(ray,context,geomID,prim… in occluded_h()
213 template<typename Intersector, typename Epilog>
228 …urve = geom->getNormalOrientedHermiteCurve<typename Intersector::SourceCurve3ff, typename Intersec… in intersect_hn()
229Intersector().intersect(pre,ray,context,geom,primID,curve,Epilog(ray,context,geomID,primID)); in intersect_hn()
234 template<typename Intersector, typename Epilog>
249 …urve = geom->getNormalOrientedHermiteCurve<typename Intersector::SourceCurve3ff, typename Intersec… in occluded_hn()
250 … if (Intersector().intersect(pre,ray,context,geom,primID,curve,Epilog(ray,context,geomID,primID))) in occluded_hn()
324 template<typename Intersector, typename Epilog>
342Intersector().intersect(pre,ray,k,context,geom,primID,a0,a1,a2,a3,Epilog(ray,k,context,geomID,prim… in intersect_t()
347 template<typename Intersector, typename Epilog>
364 …if (Intersector().intersect(pre,ray,k,context,geom,primID,a0,a1,a2,a3,Epilog(ray,k,context,geomID,… in occluded_t()
372 template<typename Intersector, typename Epilog>
389 …ce3fa curve = geom->getNormalOrientedCurve<typename Intersector::SourceCurve3ff, typename Intersec… in intersect_n()
390Intersector().intersect(pre,ray,k,context,geom,primID,curve,Epilog(ray,k,context,geomID,primID)); in intersect_n()
395 template<typename Intersector, typename Epilog>
411 …ce3fa curve = geom->getNormalOrientedCurve<typename Intersector::SourceCurve3ff, typename Intersec… in occluded_n()
413 …if (Intersector().intersect(pre,ray,k,context,geom,primID,curve,Epilog(ray,k,context,geomID,primID… in occluded_n()
421 template<typename Intersector, typename Epilog>
438Intersector().intersect(pre,ray,k,context,geom,primID,p0,t0,p1,t1,Epilog(ray,k,context,geomID,prim… in intersect_h()
443 template<typename Intersector, typename Epilog>
459 …if (Intersector().intersect(pre,ray,k,context,geom,primID,p0,t0,p1,t1,Epilog(ray,k,context,geomID,… in occluded_h()
467 template<typename Intersector, typename Epilog>
484 …urve = geom->getNormalOrientedHermiteCurve<typename Intersector::SourceCurve3ff, typename Intersec… in intersect_hn()
485Intersector().intersect(pre,ray,k,context,geom,primID,curve,Epilog(ray,k,context,geomID,primID)); in intersect_hn()
490 template<typename Intersector, typename Epilog>
506 …urve = geom->getNormalOrientedHermiteCurve<typename Intersector::SourceCurve3ff, typename Intersec… in occluded_hn()
507 …if (Intersector().intersect(pre,ray,k,context,geom,primID,curve,Epilog(ray,k,context,geomID,primID… in occluded_hn()