Searched refs:lower_prec (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 76 nir_ssa_def *lower_prec = in nir_round_float_to_float() local 79 nir_build_alu(b, high_conv, lower_prec, NULL, NULL, NULL); in nir_round_float_to_float() 82 return nir_bcsel(b, cmp, nir_nextafter(b, lower_prec, inf), lower_prec); in nir_round_float_to_float() 87 nir_ssa_def *lower_prec = in nir_round_float_to_float() local 90 nir_build_alu(b, high_conv, lower_prec, NULL, NULL, NULL); in nir_round_float_to_float() 93 return nir_bcsel(b, cmp, nir_nextafter(b, lower_prec, neg_inf), lower_prec); in nir_round_float_to_float()
|