Searched refs:f2u (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp56 f2u(float f) function in typeref:typename:unsigned
70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
93 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(+0.0f))), f2u(+0.0f));
94 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(-0.0f))), f2u(-0.0f));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp56 f2u(float f) function in typeref:typename:unsigned
70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
93 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(+0.0f))), f2u(+0.0f));
94 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(-0.0f))), f2u(-0.0f));
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_packing_builtins.cpp664 f2u(round_even(mul(saturate(vec2_rval), constant(65535.0f)))));
708 f2u(round_even(mul(saturate(vec4_rval), constant(255.0f)))));
940 assign(u16, f2u(round_even(mul(expr(ir_unop_abs, f),
974 f2u(round_even(
H A Dir_builder.h183 ir_expression *f2u(operand a);
H A Dir_builder.cpp480 f2u(operand a) function in namespace:ir_builder
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_packing_builtins.cpp664 f2u(round_even(mul(saturate(vec2_rval), constant(65535.0f)))));
708 f2u(round_even(mul(saturate(vec4_rval), constant(255.0f)))));
940 assign(u16, f2u(round_even(mul(expr(ir_unop_abs, f),
974 f2u(round_even(
H A Dir_builder.h183 ir_expression *f2u(operand a);
H A Dir_builder.cpp480 f2u(operand a) function in namespace:ir_builder
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.c123 MATCH_ICONV_CASE(f2u)
166 MATCH_ICONV_CASE(f2u)
220 RET_ICONV_CASE(f2u)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c140 MATCH_ICONV_CASE(f2u)
183 MATCH_ICONV_CASE(f2u)
237 RET_ICONV_CASE(f2u)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1257 ALU_CASE(f2u32, f2u);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1951 - nir/algebraic: Convert some f2u to f2i
H A D20.1.0.rst645 - pan/midgard: Fix f2u naming confusion
H A D21.0.0.rst581 - pan/bi: Set roundmode to RTZ for f2u operations
H A D21.3.0.rst1797 - Revert "nir/algebraic: Convert some f2u to f2i"
H A D21.1.0.rst710 - nir: Add {i2f, u2f, f2i, f2u} helpers

Completed in 42 milliseconds