Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchTableFactory.cpp1342 int numPointsPerPatch = PatchDescriptor( in estimateLocalPointCount() local
1347 estLocalPoints += _numRegularPatches * numPointsPerPatch; in estimateLocalPointCount()
1365 int numPointsPerPatch = PatchDescriptor( in estimateLocalPointCount() local
1370 numPointsPerPatch /= 2; in estimateLocalPointCount()
1372 estLocalPoints += numIrregularPatches * numPointsPerPatch; in estimateLocalPointCount()