Home
last modified time | relevance | path

Searched refs:nir_rounding_mode_ru (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h40 case nir_rounding_mode_ru: in nir_round_float_to_int()
73 case nir_rounding_mode_ru: { in nir_round_float_to_float()
98 nir_rounding_mode_ru), in nir_round_float_to_float()
147 case nir_rounding_mode_ru: in nir_round_int_to_float()
156 … nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, nir_rounding_mode_ru))), in nir_round_int_to_float()
176 case nir_rounding_mode_ru: in nir_round_int_to_float()
Dnir_lower_fp16_conv.c75 case nir_rounding_mode_ru: in half_rounded()
116 case nir_rounding_mode_ru: in float_to_half_impl()
159 if (mode == nir_rounding_mode_ru || in float_to_half_impl()
163 if (mode == nir_rounding_mode_ru) in float_to_half_impl()
Dnir_print.c997 case nir_rounding_mode_ru: fprintf(fp, "ru"); break; in print_intrinsic_instr()
Dnir.h161 nir_rounding_mode_ru = 2, /* round up */ enumerator
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c409 return nir_rounding_mode_ru; in vtn_rounding_mode_to_nir()