Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DloopPatchBuilder.cpp154 REAL * t1Weights = &tWeights[0]; in ComputeInteriorPointWeights() local
155 REAL * t2Weights = t1Weights + ringSize; in ComputeInteriorPointWeights()
158 LimitMask t1Mask(t1Weights); in ComputeInteriorPointWeights()
182 t2Weights[i] = pWeights[i] + t1Weights[i] * tanScale; in ComputeInteriorPointWeights()
230 REAL * t1Weights = &tWeights[0]; in ComputeBoundaryPointWeights() local
231 REAL * t2Weights = t1Weights + weightWidth; in ComputeBoundaryPointWeights()
239 LimitMask t1Mask(t1Weights); in ComputeBoundaryPointWeights()