Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1336 uint32_t numIndicesForDraw = (remainingIndices < maxIndicesPerDraw) ? in DrawIndexedInstance() local
1354 pDC->FeWork.desc.draw.numIndices = numIndicesForDraw; in DrawIndexedInstance()
1363 pDC->cleanupState = (remainingIndices == numIndicesForDraw); in DrawIndexedInstance()
1371 remainingIndices -= numIndicesForDraw; in DrawIndexedInstance()