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.cpp164 Value* vVertexId = vIndices; in Create() local
170 vVertexId = ADD(vIndices, vBaseVertex); in Create()
171 vVertexId = ADD(vVertexId, vStartVertex); in Create()
175 STORE(vVertexId, GEP(mpFetchInfo, { 0, SWR_FETCH_CONTEXT_VertexID })); in Create()