Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp890 m_IndexPatchContext2.cornerCaseBadValue = outsideEdgePointBaseOffset + numPointsForOutsideEdge[edge] - 1; in QuadGenerateConnectivity()
917 m_IndexPatchContext2.cornerCaseBadValue = -1; // unused in QuadGenerateConnectivity()
976 m_IndexPatchContext2.cornerCaseBadValue = m_IndexPatchContext2.baseIndexToInvert; in QuadGenerateConnectivity()
994 m_IndexPatchContext2.cornerCaseBadValue = -1; // unused in QuadGenerateConnectivity()
2083 if( index == m_IndexPatchContext2.cornerCaseBadValue ) in PatchIndexValue()
2092 else if( index == m_IndexPatchContext2.cornerCaseBadValue ) in PatchIndexValue()
H A Dtessellator.hpp346 int cornerCaseBadValue; member

Completed in 7 milliseconds