Searched refs:half_rounded (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_fp16_conv.c | 69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded() function 142 nir_ssa_def *normal_fp16 = half_rounded(b, value, guard, sticky, sign, mode); in float_to_half_impl() 153 nir_ssa_def *denormal_fp16 = half_rounded(b, value, guard, sticky, sign, mode); in float_to_half_impl()
|