Searched refs:JitLoadVertices (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 112 …void JitLoadVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Value… 308 JitLoadVertices(fetchState, streams, vIndices, pVtxOut); in Create() 309 JitLoadVertices(fetchState, streams, vIndices2, GEP(pVtxOut, C(1))); in Create() 321 (fetchState.bDisableVGATHER) ? JitLoadVertices(fetchState, streams, vIndices, pVtxOut) in Create() 374 void FetchJit::JitLoadVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndic… in JitLoadVertices() function in FetchJit
|