Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1337 uint32_t maxIndicesPerDraw = MaxVertsPerDraw(pDC, numIndices, topology); in DrawIndexedInstance() local
1338 uint32_t primsPerDraw = GetNumPrims(topology, maxIndicesPerDraw); in DrawIndexedInstance()
1379 (remainingIndices < maxIndicesPerDraw) ? remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()
1422 xpIB += maxIndicesPerDraw * indexSize; in DrawIndexedInstance()