Searched refs:remainingVerts (Results 1 – 1 of 1) sorted by relevance
1093 uint32_t remainingVerts = numVertices; in DrawInstanced() local1113 while (remainingVerts) in DrawInstanced()1115 uint32_t numVertsForDraw = (remainingVerts < maxVertsPerDraw) ? in DrawInstanced()1116 remainingVerts : maxVertsPerDraw; in DrawInstanced()1137 pDC->cleanupState = (remainingVerts == numVertsForDraw); in DrawInstanced()1142 remainingVerts -= numVertsForDraw; in DrawInstanced()