Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1196 uint32_t numVertsForDraw = (remainingVerts < maxVertsPerDraw) ? in DrawInstanced() local
1211 pDC->FeWork.desc.draw.numVerts = numVertsForDraw; in DrawInstanced()
1218 pDC->cleanupState = (remainingVerts == numVertsForDraw); in DrawInstanced()
1225 remainingVerts -= numVertsForDraw; in DrawInstanced()