Searched refs:pLastIndex (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 61 Value* GetSimdValid32bitIndices(Value* vIndices, Value* pLastIndex); 62 Value* GetSimdValid16bitIndices(Value* vIndices, Value* pLastIndex); 63 Value* GetSimdValid8bitIndices(Value* vIndices, Value* pLastIndex); 65 Value* GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex); 169 // SWR_FETCH_CONTEXT::pLastIndex 170 Value* pLastIndex = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_xpLastIndex}); local in function:FetchJit::Create 171 pLastIndex->setName("pLastIndex"); 187 vIndices = GetSimdValid8bitIndices(indices, pLastIndex); 200 vIndices = GetSimdValid16bitIndices(indices, pLastIndex); 1084 GetSimdValidIndicesHelper(Value * pIndices,Value * pLastIndex) argument 1144 GetSimdValid8bitIndices(Value * pIndices,Value * pLastIndex) argument 1155 GetSimdValid16bitIndices(Value * pIndices,Value * pLastIndex) argument 1164 GetSimdValid32bitIndices(Value * pIndices,Value * pLastIndex) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 61 Value* GetSimdValid32bitIndices(Value* vIndices, Value* pLastIndex); 62 Value* GetSimdValid16bitIndices(Value* vIndices, Value* pLastIndex); 63 Value* GetSimdValid8bitIndices(Value* vIndices, Value* pLastIndex); 65 Value* GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex); 169 // SWR_FETCH_CONTEXT::pLastIndex 170 Value* pLastIndex = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_xpLastIndex}); local in function:FetchJit::Create 171 pLastIndex->setName("pLastIndex"); 187 vIndices = GetSimdValid8bitIndices(indices, pLastIndex); 200 vIndices = GetSimdValid16bitIndices(indices, pLastIndex); 1164 GetSimdValidIndicesHelper(Value * pIndices,Value * pLastIndex) argument 1224 GetSimdValid8bitIndices(Value * pIndices,Value * pLastIndex) argument 1235 GetSimdValid16bitIndices(Value * pIndices,Value * pLastIndex) argument 1244 GetSimdValid32bitIndices(Value * pIndices,Value * pLastIndex) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | frontend.cpp | 2143 fetchInfo.pLastIndex = 2145 if (xpLastRequestedIndex < fetchInfo.pLastIndex) 2147 fetchInfo.pLastIndex = xpLastRequestedIndex;
|
Completed in 9 milliseconds