Home
last modified time | relevance | path

Searched refs:GetNextVsIndices (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h112 virtual SIMDMASK& GetNextVsIndices() = 0;
294 SIMDMASK& GetNextVsIndices() in GetNextVsIndices() function
560 SIMDMASK& GetNextVsIndices() in GetNextVsIndices() function
1559 SIMDMASK& GetNextVsIndices() in GetNextVsIndices() function
Dfrontend.cpp1882 pvCutIndices_lo = &reinterpret_cast<simdmask*>(&pa.GetNextVsIndices())[0]; in ProcessDraw()
1883 pvCutIndices_hi = &reinterpret_cast<simdmask*>(&pa.GetNextVsIndices())[1]; in ProcessDraw()
2196 pvCutIndices = &pa.GetNextVsIndices(); in ProcessDraw()