Searched refs:nir_round_int_to_float (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 109 nir_round_int_to_float(nir_builder *b, nir_ssa_def *src, in nir_round_int_to_float() function 139 nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, round); in nir_round_int_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() 156 … nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, nir_rounding_mode_ru))), in nir_round_int_to_float() 503 dest = nir_round_int_to_float(b, dest, src_type, dest_bit_size, round); in nir_convert_with_rounding()
|