Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp900 m_IndexPatchContext.insidePointIndexBadValue = numPointsForInsideEdge[parity] - 1; in QuadGenerateConnectivity()
902 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range in QuadGenerateConnectivity()
1366 m_IndexPatchContext.insidePointIndexBadValue = numPointsForInsideEdge - 1; in TriGenerateConnectivity()
1368 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range in TriGenerateConnectivity()
2073 if( index == m_IndexPatchContext.insidePointIndexBadValue ) in PatchIndexValue()
H A Dtessellator.hpp328 int insidePointIndexBadValue; member

Completed in 7 milliseconds