Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp902 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range in QuadGenerateConnectivity()
904 - m_IndexPatchContext.outsidePointIndexPatchBase; in QuadGenerateConnectivity()
905 m_IndexPatchContext.outsidePointIndexBadValue = m_IndexPatchContext.outsidePointIndexPatchBase in QuadGenerateConnectivity()
910 outsideBaseOffset = m_IndexPatchContext.outsidePointIndexPatchBase; in QuadGenerateConnectivity()
1368 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range in TriGenerateConnectivity()
1370 - m_IndexPatchContext.outsidePointIndexPatchBase; in TriGenerateConnectivity()
1371 m_IndexPatchContext.outsidePointIndexBadValue = m_IndexPatchContext.outsidePointIndexPatchBase in TriGenerateConnectivity()
1376 outsideBaseOffset = m_IndexPatchContext.outsidePointIndexPatchBase; in TriGenerateConnectivity()
2064 if( index >= m_IndexPatchContext.outsidePointIndexPatchBase ) // assumed remapped outide indices are > remapped inside vertices in PatchIndexValue()
H A Dtessellator.hpp330 int outsidePointIndexPatchBase; member

Completed in 7 milliseconds