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.cpp1219 uint32_t maxIndicesPerDraw = MaxVertsPerDraw(pDC, numIndices, topology); in DrawIndexedInstance() local
1220 uint32_t primsPerDraw = GetNumPrims(topology, maxIndicesPerDraw); in DrawIndexedInstance()
1255 uint32_t numIndicesForDraw = (remainingIndices < maxIndicesPerDraw) ? in DrawIndexedInstance()
1256 remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()
1287 pIB += maxIndicesPerDraw * indexSize; in DrawIndexedInstance()