Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp257 auto fhigh = nir_u2f64(b, high); variable
258 return nir_fadd(b, nir_fmul_imm(b, fhigh, 65536.0 * 65536.0), flow);
265 auto fhigh = nir_i2f64(b, high); variable
266 return nir_fadd(b, nir_fmul_imm(b, fhigh, 65536.0 * 65536.0), flow);

Completed in 4 milliseconds