Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c271 nir_ssa_def *h_0 = nir_fmul(b, one_half, ra); in lower_sqrt_rsq() local
273 nir_ssa_def *r_0 = nir_ffma(b, nir_fneg(b, h_0), g_0, one_half); in lower_sqrt_rsq()
274 nir_ssa_def *h_1 = nir_ffma(b, h_0, r_0, h_0); in lower_sqrt_rsq()