Searched refs:Shuffle16bpcArgs (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 71 …t&, uint32_t&, const ComponentEnable, const ComponentControl(&)[4], Value*(&)[4]> Shuffle16bpcArgs; typedef 72 void Shuffle16bpcGather(Shuffle16bpcArgs &args); 875 …Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt,… in JitGatherVertices() 1066 …Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTy… in JitGatherVertices() 1480 void FetchJit::Shuffle16bpcGather(Shuffle16bpcArgs &args) in Shuffle16bpcGather()
|