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

Function init

kernels/subdiv/bilinear_patch.h:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 __forceinline void init (const HalfEdge* edge, const char* vertices, size_t stride)
33 {
34 v[0] = Vertex::loadu(vertices+edge->getStartVertexIndex()*stride); edge = edge->next();
35 v[1] = Vertex::loadu(vertices+edge->getStartVertexIndex()*stride); edge = edge->next();
36 v[2] = Vertex::loadu(vertices+edge->getStartVertexIndex()*stride); edge = edge->next();
37 v[3] = Vertex::loadu(vertices+edge->getStartVertexIndex()*stride); edge = edge->next();
38 }
39
40 __forceinline BilinearPatchT (const CatmullClarkPatch& patch)
41 {

Callers 1

BilinearPatchTFunction · 0.70

Calls 2

loaduFunction · 0.50
nextMethod · 0.45

Tested by

no test coverage detected