Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h380 nir_ssa_def *val_low = low, *val_high = high; in nir_clamp_to_type_range() local
382 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()