Searched refs:maxIndicesPerDraw (Results 1 – 1 of 1) sorted by relevance
1301 uint32_t maxIndicesPerDraw = MaxVertsPerDraw(pDC, numIndices, topology); in DrawIndexedInstance() local1302 uint32_t primsPerDraw = GetNumPrims(topology, maxIndicesPerDraw); in DrawIndexedInstance()1336 uint32_t numIndicesForDraw = (remainingIndices < maxIndicesPerDraw) ? in DrawIndexedInstance()1337 remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()1370 pIB += maxIndicesPerDraw * indexSize; in DrawIndexedInstance()