Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h282 double flow, fhigh; in nir_get_clamp_limits() local
286 fhigh = 65504.0f; in nir_get_clamp_limits()
290 fhigh = FLT_MAX; in nir_get_clamp_limits()
294 fhigh = DBL_MAX; in nir_get_clamp_limits()
312 if (src_ihigh > fhigh) in nir_get_clamp_limits()
313 *high = nir_imm_intN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()
319 if (src_uhigh > fhigh) in nir_get_clamp_limits()
320 *high = nir_imm_intN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()
325 *high = nir_imm_floatN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()