Home
last modified time | relevance | path

Searched defs:numRings (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp765 int numRings = (minNumPointsForTessFactor >> 1); // note for even tess we aren't counting center point here. in QuadGeneratePoints() local
842 int numRings = min(numPointRowsToCenter[U],numPointRowsToCenter[V]); in QuadGenerateConnectivity() local
1274 int numRings = (processedTessFactors.numPointsForInsideTessFactor >> 1); in TriGeneratePoints() local
1338 int numRings = ((processedTessFactors.numPointsForInsideTessFactor+1) >> 1); // +1 is so even tess includes the center point, which we want to now in TriGenerateConnectivity() local
[all...]

Completed in 5 milliseconds