Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp62 Value* GetSimdValid16bitIndices(Value* vIndices, Value* pLastIndex);
200 vIndices = GetSimdValid16bitIndices(indices, pLastIndex); in Create()
1235 Value* FetchJit::GetSimdValid16bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid16bitIndices() function in FetchJit