MCPcopy Create free account
hub / github.com/RenderKit/embree / intersect8

Method intersect8

kernels/common/acceln.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void AccelN::intersect8 (const void* valid, Accel::Intersectors* This_in, RTCRayHit8& ray, RayQueryContext* context)
61 {
62 AccelN* This = (AccelN*)This_in->ptr;
63 for (size_t i=0; i<This->accels.size(); i++)
64 if (!This->accels[i]->isEmpty())
65 This->accels[i]->intersectors.intersect8(valid,ray,context);
66 }
67
68 void AccelN::intersect16 (const void* valid, Accel::Intersectors* This_in, RTCRayHit16& ray, RayQueryContext* context)
69 {

Callers 1

rtcIntersect8Function · 0.45

Calls 2

isEmptyMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected