Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h109 nir_round_int_to_float(nir_builder *b, nir_def *src, in nir_round_int_to_float() function
140 nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, round); in nir_round_int_to_float()
150 … 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()
157nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, nir_rounding_mode_ru))), in nir_round_int_to_float()
501 dest = nir_round_int_to_float(b, dest, src_type, dest_bit_size, round); in nir_convert_with_rounding()