Searched refs:nir_rounding_mode_rtne (Results 1 – 7 of 7) sorted by relevance
73 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()
46 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()
996 case nir_rounding_mode_rtne: fprintf(fp, "rtne"); break; in print_intrinsic_instr()
160 nir_rounding_mode_rtne = 1, /* round to nearest even */ enumerator1330 return nir_rounding_mode_rtne; in nir_get_rounding_mode_from_float_controls()
47 return nir_rounding_mode_rtne; in get_opcode_rounding_mode()
403 return nir_rounding_mode_rtne; in vtn_rounding_mode_to_nir()
270 if (rounding_mode == nir_rounding_mode_rtne) in create_cov()