Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp461 m_parity = TESSELLATOR_PARITY_EVEN; in Init()
625 …processedTessFactors.outsideTessFactorParity[edge] = edgeEven ? TESSELLATOR_PARITY_EVEN : TESSELLA… in QuadProcessTessFactors()
631 ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD; in QuadProcessTessFactors()
784 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V]) ) in QuadGeneratePoints()
799 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U]) ) in QuadGeneratePoints()
828 …(TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V]) ? numPointRowsToCenter… in QuadGenerateConnectivity()
829 …(TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U]) ? numPointRowsToCenter… in QuadGenerateConnectivity()
956 … ((TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U] ) ? 2 : 1); in QuadGenerateConnectivity()
974 … ((TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V] ) ? 2 : 1); in QuadGenerateConnectivity()
979 DIAGONALS diag = (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V]) ? in QuadGenerateConnectivity()
[all …]
Dtessellator.hpp182 TESSELLATOR_PARITY_EVEN, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp479 m_parity = TESSELLATOR_PARITY_EVEN; in Init()
643 …processedTessFactors.outsideTessFactorParity[edge] = edgeEven ? TESSELLATOR_PARITY_EVEN : TESSELLA… 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… in QuadGenerateConnectivity()
847 …(TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[U]) ? numPointRowsToCenter… 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 == processedTessFactors.insideTessFactorParity[V]) ? in QuadGenerateConnectivity()
[all …]
Dtessellator.hpp171 TESSELLATOR_PARITY_EVEN, enumerator