Home
last modified time | relevance | path

Searched refs:xpIB (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1358 gfxptr_t xpIB = pState->indexBuffer.xpIndices; in DrawIndexedInstance() local
1359 xpIB += (uint64_t)indexOffset * (uint64_t)indexSize; in DrawIndexedInstance()
1396 pDC->FeWork.desc.draw.xpIB = xpIB; in DrawIndexedInstance()
1422 xpIB += maxIndicesPerDraw * indexSize; in DrawIndexedInstance()
Dcontext.h185 gfxptr_t xpIB; // DrawIndexed: App supplied int32 indices member
Dfrontend.cpp1706 xpLastRequestedIndex = work.xpIB + endVertex * indexSize; in ProcessDraw()
1850 fetchInfo_lo.xpIndices = work.xpIB; in ProcessDraw()