Searched refs:val_high (Results 1 – 1 of 1) sorted by relevance
380 nir_ssa_def *val_low = low, *val_high = high; in nir_clamp_to_type_range() local382 nir_get_clamp_limits(b, val_type, dest_type, &val_low, &val_high); in nir_clamp_to_type_range()388 if (high_cond && val_high) in nir_clamp_to_type_range()389 res = nir_bcsel(b, high_cond, val_high, res); in nir_clamp_to_type_range()