Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchBuilder.cpp282 int vInThisFace = vInFaces[i]; in gatherTriRegularRingAroundVertex() local
284 ringPoints[ringIndex++] = fPoints[fastMod3(vInThisFace + 1)]; in gatherTriRegularRingAroundVertex()
287 ringPoints[ringIndex++] = fPoints[fastMod3(vInThisFace + 2)]; in gatherTriRegularRingAroundVertex()
311 int vInThisFace = vInNextFace; in gatherRegularPartialRingAroundVertex() local
319 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 1)]; in gatherRegularPartialRingAroundVertex()
320 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 2)]; in gatherRegularPartialRingAroundVertex()
322 ringPoints[ringIndex++] = fPoints[fastMod3(vInThisFace + 1)]; in gatherRegularPartialRingAroundVertex()
328 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 3)]; in gatherRegularPartialRingAroundVertex()
438 int vInThisFace = vInFaces[thisFaceInVFaces]; in getNextFaceInVertFaces() local
469 int vInThisFace = vInFaces[thisFaceInVFaces]; in getPrevFaceInVertFaces() local
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Dlevel.cpp731 int vInThisFace = vInFaces[i]; in gatherQuadRegularRingAroundVertex() local
733 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 1)]; in gatherQuadRegularRingAroundVertex()
734 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 2)]; in gatherQuadRegularRingAroundVertex()
737 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 3)]; in gatherQuadRegularRingAroundVertex()
769 int vInThisFace = vInFaces[fIncident]; in gatherQuadRegularPartialRingAroundVertex() local
771 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 1)]; in gatherQuadRegularPartialRingAroundVertex()
772 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 2)]; in gatherQuadRegularPartialRingAroundVertex()
775 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 3)]; in gatherQuadRegularPartialRingAroundVertex()