Searched refs:remainingIndices (Results 1 – 1 of 1) sorted by relevance
1303 uint32_t remainingIndices = numIndices; in DrawIndexedInstance() local1334 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()