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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c199 * h_0 = .5 * y_0
201 * r_0 = .5 - h_0 * g_0
203 * h_1 = h_0 * r_0 + h_0
234 * h_1 = h_0 * (.5 - h_0 * g_0) + h_0
235 * = h_0 * (1.5 - h_0 * g_0)
236 * = h_0 * (1.
275 nir_ssa_def *h_0 = nir_fmul(b, one_half, ra); local in function:lower_sqrt_rsq
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c195 * h_0 = .5 * y_0
197 * r_0 = .5 - h_0 * g_0
199 * h_1 = h_0 * r_0 + h_0
230 * h_1 = h_0 * (.5 - h_0 * g_0) + h_0
231 * = h_0 * (1.5 - h_0 * g_0)
232 * = h_0 * (1.
271 nir_ssa_def *h_0 = nir_fmul(b, one_half, ra); local in function:lower_sqrt_rsq
[all...]

Completed in 3 milliseconds