Searched refs:I2F (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-umul_hi.sh | 10 I2F OUT[1], TEMP[0]
|
D | vert-imul_hi.sh | 12 I2F OUT[1], TEMP[0]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 79 IOP(i2f32, I2F, 0_X_X), 80 UOP(u2f32, I2F, 0_X_X),
|
D | etnaviv_disasm.c | 504 OPC(I2F),
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 109 OP11(I2F)
|
D | tgsi_info_opcodes.h | 85 OPCODE(1, 1, COMP, I2F)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1456 static Value *getIntToFPVal(Value *I2F, IRBuilder<> &B) { in getIntToFPVal() argument 1457 if (isa<SIToFPInst>(I2F) || isa<UIToFPInst>(I2F)) { in getIntToFPVal() 1458 Value *Op = cast<Instruction>(I2F)->getOperand(0); in getIntToFPVal() 1463 (BitWidth == 32 && isa<SIToFPInst>(I2F))) in getIntToFPVal() 1464 return isa<SIToFPInst>(I2F) ? B.CreateSExt(Op, B.getInt32Ty()) in getIntToFPVal()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gv100.cpp | 159 OPINFO(I2F , RIC , NONE, NONE, NONE, NONE, NONE);
|
D | nv50_ir_from_tgsi.cpp | 785 NV50_IR_OPCODE_CASE(I2F, CVT); in translateOpcode()
|
/third_party/openGLES/extensions/NV/ |
D | NV_gpu_program4.txt | 364 | "I2F" 1908 I2F - X X - - S vf v integer to float 3203 Section 2.X.8.Z, I2F: Integer to Float 3205 The I2F instruction converts the components of an integer vector operand 3214 I2F supports only signed and unsigned integer data type modifiers. The 6131 I2F.S R0, R0; # R0 = -1.0 (0xFFFFFFFF = -1 signed)
|
D | NV_gpu_program5.txt | 696 I2F 40 - 6 X - - S vf v integer to float
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_program4.txt | 364 | "I2F" 1908 I2F - X X - - S vf v integer to float 3203 Section 2.X.8.Z, I2F: Integer to Float 3205 The I2F instruction converts the components of an integer vector operand 3214 I2F supports only signed and unsigned integer data type modifiers. The 6131 I2F.S R0, R0; # R0 = -1.0 (0xFFFFFFFF = -1 signed)
|
D | NV_gpu_program5.txt | 696 I2F 40 - 6 X - - S vf v integer to float
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 18 Some instructions, like :opcode:`I2F`, permit re-interpretation of vector 1029 .. opcode:: I2F - Signed Integer To Float
|