Searched refs:h_1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 274 nir_ssa_def *h_1 = nir_ffma(b, h_0, r_0, h_0); in lower_sqrt_rsq() local 279 res = nir_ffma(b, h_1, r_1, g_1); in lower_sqrt_rsq() 281 nir_ssa_def *y_1 = nir_fmul(b, nir_imm_double(b, 2.0), h_1); in lower_sqrt_rsq() 282 nir_ssa_def *r_1 = nir_ffma(b, nir_fneg(b, y_1), nir_fmul(b, h_1, src), in lower_sqrt_rsq()
|