Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp2327 Instruction::CastOps IntToFpCast; in Shuffle16bpcGather16() local
2333 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather16()
2337 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather16()
2380 … temp_lo = FMUL(CAST(IntToFpCast, temp_lo, mSimdFP32Ty), conversionFactor); in Shuffle16bpcGather16()
2381 … temp_hi = FMUL(CAST(IntToFpCast, temp_hi, mSimdFP32Ty), conversionFactor); in Shuffle16bpcGather16()
2558 Instruction::CastOps IntToFpCast; in Shuffle16bpcGather() local
2564 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather()
2568 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather()
2603 …vVertexElements[currentVertexElement] = FMUL(CAST(IntToFpCast, vVertexElements[currentVertexElemen… in Shuffle16bpcGather()