Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c90 nir_ssa_def *const b_times_c = nir_fmul(bld, b, c); in replace_with_single_ffma() local
91 nir_instr_as_alu(b_times_c->parent_instr)->exact = alu->exact; in replace_with_single_ffma()
93 nir_ssa_def *const final_ffma = nir_ffma(bld, a, one_minus_c, b_times_c); in replace_with_single_ffma()
187 nir_ssa_def *const b_times_c = nir_fmul(bld, b, c); in replace_with_expanded_ffma_and_add() local
188 nir_instr_as_alu(b_times_c->parent_instr)->exact = alu->exact; in replace_with_expanded_ffma_and_add()
203 nir_ssa_def *const outer_sum = nir_fadd(bld, inner_sum, b_times_c); in replace_with_expanded_ffma_and_add()