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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp884 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range
886 - m_IndexPatchContext.outsidePointIndexPatchBase;
887 m_IndexPatchContext.outsidePointIndexBadValue = m_IndexPatchContext.outsidePointIndexPatchBase
892 outsideBaseOffset = m_IndexPatchContext.outsidePointIndexPatchBase;
1350 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range
1352 - m_IndexPatchContext.outsidePointIndexPatchBase;
1353 m_IndexPatchContext.outsidePointIndexBadValue = m_IndexPatchContext.outsidePointIndexPatchBase
1358 outsideBaseOffset = m_IndexPatchContext.outsidePointIndexPatchBase;
2108 if( index >= m_IndexPatchContext.outsidePointIndexPatchBase ) // assumed remapped outide indices are > remapped inside vertices
H A Dtessellator.hpp344 int outsidePointIndexPatchBase; member in struct:CHWTessellator::INDEX_PATCH_CONTEXT
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp902 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range
904 - m_IndexPatchContext.outsidePointIndexPatchBase;
905 m_IndexPatchContext.outsidePointIndexBadValue = m_IndexPatchContext.outsidePointIndexPatchBase
910 outsideBaseOffset = m_IndexPatchContext.outsidePointIndexPatchBase;
1368 m_IndexPatchContext.outsidePointIndexPatchBase = m_IndexPatchContext.insidePointIndexBadValue+1; // past inside patched index range
1370 - m_IndexPatchContext.outsidePointIndexPatchBase;
1371 m_IndexPatchContext.outsidePointIndexBadValue = m_IndexPatchContext.outsidePointIndexPatchBase
1376 outsideBaseOffset = m_IndexPatchContext.outsidePointIndexPatchBase;
2064 if( index >= m_IndexPatchContext.outsidePointIndexPatchBase ) // assumed remapped outide indices are > remapped inside vertices
H A Dtessellator.hpp330 int outsidePointIndexPatchBase; member in struct:CHWTessellator::INDEX_PATCH_CONTEXT

Completed in 12 milliseconds