Home
last modified time | relevance | path

Searched refs:TESSELLATOR_PARITY_EVEN (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp479 m_parity = TESSELLATOR_PARITY_EVEN; in Init()
643 processedTessFactors.outsideTessFactorParity[edge] = edgeEven ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD; in QuadProcessTessFactors()
649 ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD; in QuadProcessTessFactors()
802 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V]) ) in QuadGeneratePoints()
817 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U]) ) in QuadGeneratePoints()
846 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V]) ? numPointRowsToCenter[V] - 1 : -1, in QuadGenerateConnectivity()
847 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U]) ? numPointRowsToCenter[U] - 1 : -1 }; in QuadGenerateConnectivity()
974 ((TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U] ) ? 2 : 1); in QuadGenerateConnectivity()
992 ((TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V] ) ? 2 : 1); in QuadGenerateConnectivity()
997 DIAGONALS diag = (TESSELLATOR_PARITY_EVEN in QuadGenerateConnectivity()
[all...]
H A Dtessellator.hpp171 TESSELLATOR_PARITY_EVEN, enumerator

Completed in 4 milliseconds