Home
last modified time | relevance | path

Searched refs:startVertexID (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h187 …uint32_t startVertexID; // starting VertexID for this draw batch (only needed for non-inde… member
Dfrontend.cpp1274 vIndex = _simd_add_epi32(_simd_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
Dapi.cpp1135 pDC->FeWork.desc.draw.startVertexID = draw * maxVertsPerDraw; in DrawInstanced()