Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1091 uint32_t maxVertsPerDraw = MaxVertsPerDraw(pDC, numVertices, topology); in DrawInstanced() local
1092 uint32_t primsPerDraw = GetNumPrims(topology, maxVertsPerDraw); in DrawInstanced()
1115 uint32_t numVertsForDraw = (remainingVerts < maxVertsPerDraw) ? in DrawInstanced()
1116 remainingVerts : maxVertsPerDraw; in DrawInstanced()
1135 pDC->FeWork.desc.draw.startVertexID = draw * maxVertsPerDraw; in DrawInstanced()