Home
last modified time | relevance | path

Searched refs:GetSimdValid8bitIndices (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp66 Value* GetSimdValid8bitIndices(Value* vIndices, Value* pLastIndex);
211 vIndices = GetSimdValid8bitIndices(indices, pLastIndex); in Create()
214 vIndices2 = GetSimdValid8bitIndices(indices2, pLastIndex); in Create()
1784 Value* FetchJit::GetSimdValid8bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid8bitIndices() function in FetchJit