Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1905 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle8bpcGatherd16() local
1919 if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP)) in Shuffle8bpcGatherd16()
2036 …else if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP… in Shuffle8bpcGatherd16()
2149 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle8bpcGatherd() local
2179 if ((extendType == Instruction::CastOps::SExt) || in Shuffle8bpcGatherd()
2180 (extendType == Instruction::CastOps::SIToFP)) { in Shuffle8bpcGatherd()
2198 else if ((extendType == Instruction::CastOps::ZExt) || in Shuffle8bpcGatherd()
2199 (extendType == Instruction::CastOps::UIToFP)) { in Shuffle8bpcGatherd()
2263 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle16bpcGather16() local
2276 …if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP) || … in Shuffle16bpcGather16()
[all …]