Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h50 case nir_rounding_mode_rtz: in nir_round_float_to_int()
95 case nir_rounding_mode_rtz: in nir_round_float_to_float()
143 case nir_rounding_mode_rtz: in nir_round_int_to_float()
172 case nir_rounding_mode_rtz: in nir_round_int_to_float()
422 rounding == nir_rounding_mode_rtz) in nir_simplify_conversion_rounding()
478 round == nir_rounding_mode_rtz)) { in nir_convert_with_rounding()
Dnir_lower_fp16_conv.c113 case nir_rounding_mode_rtz: in float_to_half_impl()
208 mode = nir_rounding_mode_rtz; in lower_fp16_cast_impl()
Dnir_lower_mediump.c611 bool allow_rtz = rdm == nir_rounding_mode_rtz; in fold_16bit_destination()
Dnir.h231 nir_rounding_mode_rtz = 4, /* round towards zero */ enumerator
1329 return nir_rounding_mode_rtz; in nir_get_rounding_mode_from_float_controls()
Dnir_print.c1131 case nir_rounding_mode_rtz: fprintf(fp, "rtz"); break; in print_intrinsic_instr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c45 return nir_rounding_mode_rtz; in get_opcode_rounding_mode()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c787 .rounding_mode = nir_rounding_mode_rtz, in ir3_nir_lower_variant()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c452 return nir_rounding_mode_rtz; in vtn_rounding_mode_to_nir()