Searched refs:op2_opt_neg_src1 (Results 1 – 2 of 2) sorted by relevance
49 op2_opt_neg_src1 = 1 << 1, enumerator
1344 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()