Searched refs:Shuffle16bpcArgs (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 84 …t&, uint32_t&, const ComponentEnable, const ComponentControl(&)[4], Value*(&)[4]> Shuffle16bpcArgs; typedef 88 void Shuffle16bpcGather16(Shuffle16bpcArgs &args); 90 void Shuffle16bpcGather(Shuffle16bpcArgs &args, bool useVertexID2); 93 void Shuffle16bpcGather(Shuffle16bpcArgs &args); 1268 …Shuffle16bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, Instruction::CastOps::FPExt,… in JitGatherVertices() 1303 …Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt,… in JitGatherVertices() 1623 …Shuffle16bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, extendCastType, conversionTy… in JitGatherVertices() 1658 …Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTy… in JitGatherVertices() 2258 void FetchJit::Shuffle16bpcGather16(Shuffle16bpcArgs &args) in Shuffle16bpcGather16() 2504 void FetchJit::Shuffle16bpcGather(Shuffle16bpcArgs &args, bool useVertexID2) in Shuffle16bpcGather() [all …]
|