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.cpp1225 uint32_t numVertsForDraw = in DrawInstanced() local
1239 pDC->FeWork.desc.draw.numVerts = numVertsForDraw; in DrawInstanced()
1246 pDC->cleanupState = (remainingVerts == numVertsForDraw); in DrawInstanced()
1253 numVertsForDraw, in DrawInstanced()
1263 remainingVerts -= numVertsForDraw; in DrawInstanced()