Searched refs:i2f (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.c120 MATCH_FCONV_CASE(i2f)
163 MATCH_FCONV_CASE(i2f)
217 RET_FCONV_CASE(i2f)
576 CASE(i2f)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c137 MATCH_FCONV_CASE(i2f)
180 MATCH_FCONV_CASE(i2f)
234 RET_FCONV_CASE(i2f)
625 CASE(i2f)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_packing_builtins.cpp560 clamp(div(i2f(unpack_uint_to_ivec2(uint_rval)),
617 clamp(div(i2f(unpack_uint_to_ivec4(uint_rval)),
H A Dir_builder.h181 ir_expression *i2f(operand a);
H A Dir_builder.cpp456 i2f(operand a) function in namespace:ir_builder
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_packing_builtins.cpp560 clamp(div(i2f(unpack_uint_to_ivec2(uint_rval)),
617 clamp(div(i2f(unpack_uint_to_ivec4(uint_rval)),
H A Dir_builder.h181 ir_expression *i2f(operand a);
H A Dir_builder.cpp456 i2f(operand a) function in namespace:ir_builder
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp1057 const bool i2f = isFloatType(i->dType) && !isFloatType(i->sType); local in function:nv50_ir::CodeEmitterGK110::emitCVT
1088 else if (i2f) op = 0x25c;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp1055 const bool i2f = isFloatType(i->dType) && !isFloatType(i->sType); local in function:nv50_ir::CodeEmitterGK110::emitCVT
1086 else if (i2f) op = 0x25c;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1258 ALU_CASE(i2f32, i2f);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst997 - nir/algebraic: i2f(f2i()) -> trunc()
H A D20.2.0.rst995 - nir: Extend nir_lower_int64() to support i2f/f2i lowering
H A D21.1.0.rst710 - nir: Add {i2f, u2f, f2i, f2u} helpers

Completed in 37 milliseconds