Home
last modified time | relevance | path

Searched defs:first_half_edge (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dcatmullclark_patch.h23 …__forceinline CatmullClarkPatchT (const HalfEdge* first_half_edge, const char* vertices, size_t st… in CatmullClarkPatchT()
27 …__forceinline CatmullClarkPatchT (const HalfEdge* first_half_edge, const BufferView<Vec3fa>& verti… in CatmullClarkPatchT()
31 __forceinline void init (const HalfEdge* first_half_edge, const char* vertices, size_t stride) in init()
296 …__forceinline GeneralCatmullClarkPatchT (const HalfEdge* first_half_edge, const BufferView<Vec3fa>… in GeneralCatmullClarkPatchT()