Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_fp16_conv.c73 case nir_rounding_mode_rtne: in half_rounded()
101 nir_push_if(b, nir_ige(b, abs, mode == nir_rounding_mode_rtne ? f16max : f32infinity)); in float_to_half_impl()
109 if (mode != nir_rounding_mode_rtne) { in float_to_half_impl()
180 if (mode != nir_rounding_mode_rtne) { in float_to_half_impl()
196 nir_rounding_mode mode = nir_rounding_mode_rtne; in lower_fp16_cast_impl()
Dnir_conversion_builder.h46 case nir_rounding_mode_rtne: in nir_round_float_to_int()
101 case nir_rounding_mode_rtne: in nir_round_float_to_float()
158 case nir_rounding_mode_rtne: in nir_round_int_to_float()
179 case nir_rounding_mode_rtne: in nir_round_int_to_float()
427 rounding == nir_rounding_mode_rtne) in nir_simplify_conversion_rounding()
477 (round == nir_rounding_mode_rtne || in nir_convert_with_rounding()
Dnir_print.c996 case nir_rounding_mode_rtne: fprintf(fp, "rtne"); break; in print_intrinsic_instr()
Dnir.h160 nir_rounding_mode_rtne = 1, /* round to nearest even */ enumerator
1330 return nir_rounding_mode_rtne; in nir_get_rounding_mode_from_float_controls()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c47 return nir_rounding_mode_rtne; in get_opcode_rounding_mode()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c403 return nir_rounding_mode_rtne; in vtn_rounding_mode_to_nir()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c270 if (rounding_mode == nir_rounding_mode_rtne) in create_cov()