Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c123 nir_ssa_def *const first_product = nir_fmul(bld, a, one_minus_c); in replace_with_strict() local
124 nir_instr_as_alu(first_product->parent_instr)->exact = alu->exact; in replace_with_strict()
129 nir_ssa_def *const sum = nir_fadd(bld, first_product, second_product); in replace_with_strict()