Home
last modified time | relevance | path

Searched refs:nir_rounding_mode_rd (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h43 case nir_rounding_mode_rd: in nir_round_float_to_int()
84 case nir_rounding_mode_rd: { in nir_round_float_to_float()
100 nir_rounding_mode_rd)); in nir_round_float_to_float()
149 … nir_ineg(b, nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, nir_rounding_mode_rd)), in nir_round_int_to_float()
152 case nir_rounding_mode_rd: in nir_round_int_to_float()
173 case nir_rounding_mode_rd: in nir_round_int_to_float()
Dnir_print.c1033 case nir_rounding_mode_rd: fprintf(fp, "rd"); break; in print_intrinsic_instr()
Dnir.h155 nir_rounding_mode_rd = 3, /* round down */ enumerator
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c406 return nir_rounding_mode_rd; in vtn_rounding_mode_to_nir()