Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c145 ra = nir_ffma(b, ra, nir_ffma(b, ra, src, nir_imm_double(b, -1)), ra); in lower_rcp()
146 ra = nir_ffma(b, ra, nir_ffma(b, ra, src, nir_imm_double(b, -1)), ra); in lower_rcp()
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()
277 nir_ssa_def *g_1 = nir_ffma(b, g_0, r_0, g_0); in lower_sqrt_rsq()
278 nir_ssa_def *r_1 = nir_ffma(b, nir_fneg(b, g_1), g_1, src); in lower_sqrt_rsq()
279 res = nir_ffma(b, h_1, r_1, g_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()
284 res = nir_ffma(b, y_1, r_1, y_1); in lower_sqrt_rsq()
Dnir_lower_drawpixels.c149 def = nir_ffma(b, def, get_scale(state), get_bias(state)); in lower_color()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_builder_opcodes.h369 nir_ffma(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1, nir_ssa_def *src2) in nir_ffma() function
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1919 result = nir_ffma(&b, srcs[0], srcs[1], srcs[2]); in visit()