Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp65 Value* GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex);
1164 Value* FetchJit::GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex) in GetSimdValidIndicesHelper() function in FetchJit
1226 return GetSimdValidIndicesHelper<uint8_t>(pIndices, pLastIndex); in GetSimdValid8bitIndices()
1237 return GetSimdValidIndicesHelper<uint16_t>(pIndices, pLastIndex); in GetSimdValid16bitIndices()