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.h193startVertexID; // starting VertexID for this draw batch (only needed for non-indexed draws) member
Dfrontend.cpp1856 vIndex = _simd16_add_epi32(_simd16_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
2182 vIndex = _simd_add_epi32(_simd_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
Dapi.cpp1244 pDC->FeWork.desc.draw.startVertexID = draw * maxVertsPerDraw; in DrawInstanced()