Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flrp.c190 nir_ssa_def *inner_sum; in replace_with_expanded_ffma_and_add() local
196 inner_sum = nir_fadd(bld, a, neg_c); in replace_with_expanded_ffma_and_add()
198 inner_sum = nir_fadd(bld, a, c); in replace_with_expanded_ffma_and_add()
201 nir_instr_as_alu(inner_sum->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()

Completed in 2 milliseconds