Searched refs:startVertexID (Results 1 – 3 of 3) sorted by relevance
186 …uint32_t startVertexID; // starting VertexID for this draw batch (only needed for non-inde… member
1692 vIndex = _simd16_add_epi32(_simd16_set1_epi32(work.startVertexID), vScale); in ProcessDraw()1972 vIndex = _simd_add_epi32(_simd_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
1216 pDC->FeWork.desc.draw.startVertexID = draw * maxVertsPerDraw; in DrawInstanced()