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.cpp1303 uint32_t remainingIndices = numIndices; in DrawIndexedInstance() local
1334 while (remainingIndices) in DrawIndexedInstance()
1336 uint32_t numIndicesForDraw = (remainingIndices < maxIndicesPerDraw) ? in DrawIndexedInstance()
1337 remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()
1363 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()
1371 remainingIndices -= numIndicesForDraw; in DrawIndexedInstance()