Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp61 Value* GetSimdValid16bitIndices(Value* vIndices, Value* pLastIndex);
154 vIndices = GetSimdValid16bitIndices(indices, pLastIndex); in Create()
1177 Value* FetchJit::GetSimdValid16bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid16bitIndices() function in FetchJit