Searched refs:maxIndicesPerDraw (Results 1 – 1 of 1) sorted by relevance
1337 uint32_t maxIndicesPerDraw = MaxVertsPerDraw(pDC, numIndices, topology); in DrawIndexedInstance() local1338 uint32_t primsPerDraw = GetNumPrims(topology, maxIndicesPerDraw); in DrawIndexedInstance()1379 (remainingIndices < maxIndicesPerDraw) ? remainingIndices : maxIndicesPerDraw; in DrawIndexedInstance()1422 xpIB += maxIndicesPerDraw * indexSize; in DrawIndexedInstance()