Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c344 nir_alu_instr *const other_alu = nir_instr_as_alu(other_instr); in get_similar_flrp_stats() local
345 if (other_alu->op != nir_op_flrp) in get_similar_flrp_stats()
351 if (!nir_alu_srcs_equal(alu, other_alu, 2, 2)) in get_similar_flrp_stats()
354 if (nir_alu_srcs_equal(alu, other_alu, 0, 0)) in get_similar_flrp_stats()
356 else if (nir_alu_srcs_equal(alu, other_alu, 1, 1)) in get_similar_flrp_stats()