Searched refs:vVertexIdHi (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp240 auto vVertexIdHi = EXTRACT_16(vVertexId, 1); local in function:FetchJit::Create
242 STORE(vVertexIdHi, GEP(mpFetchInfo, {0, SWR_FETCH_CONTEXT_VertexID2}));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp243 auto vVertexIdHi = EXTRACT_16(vVertexId, 1); local in function:FetchJit::Create
245 STORE(vVertexIdHi, GEP(mpFetchInfo, {0, SWR_FETCH_CONTEXT_VertexID2}));

Completed in 8 milliseconds