Searched refs:extendCastType (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1499 Instruction::CastOps extendCastType = Instruction::CastOps::CastOpsEnd; in JitGatherVertices() local 1510 extendCastType = Instruction::CastOps::ZExt; in JitGatherVertices() 1515 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices() 1519 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices() 1523 extendCastType = Instruction::CastOps::SIToFP; in JitGatherVertices() 1527 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices() 1556 …Shuffle8bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, extendCastType, conversionTyp… in JitGatherVertices() 1567 …Shuffle8bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTyp… in JitGatherVertices() 1623 …huffle16bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, extendCastType, conversionTyp… in JitGatherVertices() 1658 …huffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTyp… in JitGatherVertices()
|