Home
last modified time | relevance | path

Searched refs:GetNumFaceWeights (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DprimvarRefiner.h228 int GetNumFaceWeights() const { return _faceCount; } in GetNumFaceWeights() function
551 if (eMask.GetNumFaceWeights() > 0) { in interpFromEdges()
626 if (vMask.GetNumFaceWeights() > 0) { in interpFromVerts()
793 if (eMask.GetNumFaceWeights() > 0) { in interpFVarFromEdges()
938 if (vMask.GetNumFaceWeights() > 0) { in interpFVarFromVerts()
1094 if (posMask.GetNumFaceWeights() || (hasTangents && tan1Mask.GetNumFaceWeights())) { in limit()
1115 for (int i = 0; i < posMask.GetNumFaceWeights(); ++i) { in limit()
1129 assert(tan1Mask.GetNumFaceWeights() == tan2Mask.GetNumFaceWeights()); in limit()
1137 for (int i = 0; i < tan1Mask.GetNumFaceWeights(); ++i) { in limit()
1212 if (vMask.GetNumFaceWeights() > 0) { in limitFVar()
H A DloopPatchBuilder.cpp95 int GetNumFaceWeights() const { return 0; } in GetNumFaceWeights() function in OpenSubdiv::OPENSUBDIV_VERSION::Far::LoopLimits::LimitMask
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A Dscheme.h225 int GetNumFaceWeights() const { return _fCount; } in GetNumFaceWeights() function
275 int faceWeightCount = this->GetNumFaceWeights(); in CombineVertexVertexMasks()
281 if (dst.GetNumFaceWeights() == 0) { in CombineVertexVertexMasks()
467 int faceCount = mask.GetNumFaceWeights(); in ComputeEdgeVertexMask()