Searched refs:outsideTessFactorParity (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp625 processedTessFactors.outsideTessFactorParity[edge] = edgeEven ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD;
638 processedTessFactors.outsideTessFactorParity[edge] = m_originalParity;
672 SetTessellationParity(processedTessFactors.outsideTessFactorParity[edge]);
687 SetTessellationParity(processedTessFactors.outsideTessFactorParity[edge]);
727 SetTessellationParity(processedTessFactors.outsideTessFactorParity[edge]);
835 TESSELLATOR_PARITY outsideTessFactorParity[QUAD_EDGES] = {processedTessFactors.outsideTessFactorParity[Ueq0], local in function:CHWTessellator::QuadGenerateConnectivity
836 processedTessFactors.outsideTessFactorParity[Veq0],
837 processedTessFactors.outsideTessFactorParity[Ueq1],
838 processedTessFactors.outsideTessFactorParity[Veq
1324 TESSELLATOR_PARITY outsideTessFactorParity[TRI_EDGES] = {processedTessFactors.outsideTessFa local in function:CHWTessellator::TriGenerateConnectivity
1926 StitchTransition(int baseIndexOffset,int insideEdgePointBaseOffset,int insideNumHalfTessFactorPoints,TESSELLATOR_PARITY insideEdgeTessFactorParity,int outsideEdgePointBaseOffset,int outsideNumHalfTessFactorPoints,TESSELLATOR_PARITY outsideTessFactorParity) argument
[all...]
H A Dtessellator.hpp260 TESSELLATOR_PARITY outsideTessFactorParity[TRI_EDGES]; member in struct:CHWTessellator::PROCESSED_TESS_FACTORS_TRI
276 TESSELLATOR_PARITY outsideTessFactorParity[QUAD_EDGES]; member in struct:CHWTessellator::PROCESSED_TESS_FACTORS_QUAD
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp643 processedTessFactors.outsideTessFactorParity[edge] = edgeEven ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD;
656 processedTessFactors.outsideTessFactorParity[edge] = m_originalParity;
690 SetTessellationParity(processedTessFactors.outsideTessFactorParity[edge]);
705 SetTessellationParity(processedTessFactors.outsideTessFactorParity[edge]);
745 SetTessellationParity(processedTessFactors.outsideTessFactorParity[edge]);
853 TESSELLATOR_PARITY outsideTessFactorParity[QUAD_EDGES] = {processedTessFactors.outsideTessFactorParity[Ueq0], local in function:CHWTessellator::QuadGenerateConnectivity
854 processedTessFactors.outsideTessFactorParity[Veq0],
855 processedTessFactors.outsideTessFactorParity[Ueq1],
856 processedTessFactors.outsideTessFactorParity[Veq
1342 TESSELLATOR_PARITY outsideTessFactorParity[TRI_EDGES] = {processedTessFactors.outsideTessFa local in function:CHWTessellator::TriGenerateConnectivity
1934 StitchTransition(int baseIndexOffset,int insideEdgePointBaseOffset,int insideNumHalfTessFactorPoints,TESSELLATOR_PARITY insideEdgeTessFactorParity,int outsideEdgePointBaseOffset,int outsideNumHalfTessFactorPoints,TESSELLATOR_PARITY outsideTessFactorParity) argument
[all...]
H A Dtessellator.hpp246 TESSELLATOR_PARITY outsideTessFactorParity[TRI_EDGES]; member in struct:CHWTessellator::PROCESSED_TESS_FACTORS_TRI
262 TESSELLATOR_PARITY outsideTessFactorParity[QUAD_EDGES]; member in struct:CHWTessellator::PROCESSED_TESS_FACTORS_QUAD

Completed in 9 milliseconds