Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp976 Instruction::CastOps extendCastType = Instruction::CastOps::CastOpsEnd; in JitGatherVertices() local
987 extendCastType = Instruction::CastOps::ZExt; in JitGatherVertices()
992 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices()
996 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices()
1000 extendCastType = Instruction::CastOps::SIToFP; in JitGatherVertices()
1004 extendCastType = Instruction::CastOps::SExt; in JitGatherVertices()
1026 …Shuffle8bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTyp… in JitGatherVertices()
1066 …huffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTyp… in JitGatherVertices()