Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp647 processedTessFactors.insideTessFactorParity[axis] = in QuadProcessTessFactors()
658 processedTessFactors.insideTessFactorParity[U] = processedTessFactors.insideTessFactorParity[V] = m_originalParity; in QuadProcessTessFactors()
696 SetTessellationParity(processedTessFactors.insideTessFactorParity[axis]); in QuadProcessTessFactors()
714 SetTessellationParity(processedTessFactors.insideTessFactorParity[axis]); in QuadProcessTessFactors()
716 int pointCountMin = ( TESSELLATOR_PARITY_ODD == processedTessFactors.insideTessFactorParity[axis] ) ? 4 : 3; in QuadProcessTessFactors()
777 SetTessellationParity(processedTessFactors.insideTessFactorParity[parity[0]]); in QuadGeneratePoints()
779 SetTessellationParity(processedTessFactors.insideTessFactorParity[parity[1]]); in QuadGeneratePoints()
802 (TESSELLATOR_PARITY_EVEN == processedTessFactors.insideTessFactorParity[V]) ) in QuadGeneratePoints()
806 SetTessellationParity(processedTessFactors.insideTessFactorParity[ in QuadGeneratePoints()
2199 TESSELLATOR_PARITY insideTessFactorParity[QUAD_AXES]; QuadHLSLProcessTessFactors() local
[all...]
H A Dtessellator.hpp247 TESSELLATOR_PARITY insideTessFactorParity; member
263 TESSELLATOR_PARITY insideTessFactorParity[QUAD_AXES]; member

Completed in 5 milliseconds