Searched refs:xpIB (Results 1 – 3 of 3) sorted by relevance
1358 gfxptr_t xpIB = pState->indexBuffer.xpIndices; in DrawIndexedInstance() local1359 xpIB += (uint64_t)indexOffset * (uint64_t)indexSize; in DrawIndexedInstance()1396 pDC->FeWork.desc.draw.xpIB = xpIB; in DrawIndexedInstance()1422 xpIB += maxIndicesPerDraw * indexSize; in DrawIndexedInstance()
185 gfxptr_t xpIB; // DrawIndexed: App supplied int32 indices member
1706 xpLastRequestedIndex = work.xpIB + endVertex * indexSize; in ProcessDraw()1850 fetchInfo_lo.xpIndices = work.xpIB; in ProcessDraw()