Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
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()
399 rounding == nir_rounding_mode_rtne) in nir_simplify_conversion_rounding()
441 (round == nir_rounding_mode_rtne || in nir_convert_with_rounding()
Dnir.h153 nir_rounding_mode_rtne = 1, /* round to nearest even */ enumerator
1264 return nir_rounding_mode_rtne; in nir_get_rounding_mode_from_float_controls()
Dnir_print.c1031 case nir_rounding_mode_rtne: fprintf(fp, "rtne"); break; in print_intrinsic_instr()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c47 return nir_rounding_mode_rtne; in get_opcode_rounding_mode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c396 return nir_rounding_mode_rtne; in vtn_rounding_mode_to_nir()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.c189 case nir_rounding_mode_rtne: in nir_type_conversion_op()