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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp1212 /// @param extendType - sign extend or zero extend
1225 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle8bpcGatherd16
1239 if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP))
1371 else if ((extendType == Instruction::CastOps::ZExt) ||
1372 (extendType == Instruction::CastOps::UIToFP))
1487 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle8bpcGatherd
1517 if ((extendType == Instruction::CastOps::SExt) ||
1518 (extendType == Instruction::CastOps::SIToFP))
1537 else if ((extendType
1597 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle16bpcGather16
1866 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle16bpcGather
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp1292 /// @param extendType - sign extend or zero extend
1305 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle8bpcGatherd16
1319 if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP))
1451 else if ((extendType == Instruction::CastOps::ZExt) ||
1452 (extendType == Instruction::CastOps::UIToFP))
1568 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle8bpcGatherd
1603 if ((extendType == Instruction::CastOps::SExt) ||
1604 (extendType == Instruction::CastOps::SIToFP))
1623 else if ((extendType
1683 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle16bpcGather16
1952 const Instruction::CastOps extendType = std::get<2>(args); local in function:FetchJit::Shuffle16bpcGather
[all...]

Completed in 10 milliseconds