Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.h49 op2_opt_neg_src1 = 1 << 1, enumerator
Dsfn_instr_alu.cpp1344 case nir_op_fsub: return emit_alu_op2(*alu, op2_add, shader, op2_opt_neg_src1); in from_nir()
1869 bool src1_negate = (opts & AluInstr::op2_opt_neg_src1) ^ src1->negate; in emit_alu_op2()