Searched refs:JitGatherVertices (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 116 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value *streams, Value *vIndices, Val… 118 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Val… 121 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Val… 314 JitGatherVertices(fetchState, streams, vIndices, vIndices2, pVtxOut, false); in Create() 316 JitGatherVertices(fetchState, streams, vIndices, pVtxOut, false); in Create() 317 JitGatherVertices(fetchState, streams, vIndices2, GEP(pVtxOut, C(1)), true); in Create() 322 : JitGatherVertices(fetchState, streams, vIndices, pVtxOut); in Create() 891 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, in JitGatherVertices() function in FetchJit 894 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, in JitGatherVertices() 898 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, in JitGatherVertices()
|