Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp268 Value* vVertexId = vIndices; in Create() local
277 vVertexId = ADD(vIndices, vBaseVertex); in Create()
278 vVertexId = ADD(vVertexId, vStartVertex); in Create()
286 STORE(vVertexId, GEP(mpFetchInfo, { 0, SWR_FETCH_CONTEXT_VertexID })); in Create()