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.h103 virtual SIMDMASK& GetNextVsIndices() = 0;
279 SIMDMASK& GetNextVsIndices() in GetNextVsIndices() function
498 SIMDMASK& GetNextVsIndices() in GetNextVsIndices() function
1375 SIMDMASK& GetNextVsIndices() in GetNextVsIndices() function
Dfrontend.cpp1716 pvCutIndices_lo = &reinterpret_cast<simdmask *>(&pa.GetNextVsIndices())[0]; in ProcessDraw()
1717 pvCutIndices_hi = &reinterpret_cast<simdmask *>(&pa.GetNextVsIndices())[1]; in ProcessDraw()
1986 pvCutIndices = &pa.GetNextVsIndices(); in ProcessDraw()