Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1339 uint32_t remainingIndices = numIndices; in DrawIndexedInstance() local
1376 while (remainingIndices) in DrawIndexedInstance()
1379 (remainingIndices < maxIndicesPerDraw) ? remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()
1404 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()
1423 remainingIndices -= numIndicesForDraw; in DrawIndexedInstance()