Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp64 Value* GetSimdValid32bitIndices(Value* vIndices, Value* pLastIndex);
247 … : vIndices = GetSimdValid32bitIndices(indices, pLastIndex); in Create()
250 … : vIndices2 = GetSimdValid32bitIndices(indices2, pLastIndex); in Create()
1852 Value* FetchJit::GetSimdValid32bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid32bitIndices() function in FetchJit