Home
last modified time | relevance | path

Searched defs:src1_negate (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h323 bool src1_negate) in tgsi_transform_op2_inst()
426 bool src1_negate) in tgsi_transform_op2_swz_inst()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1869 bool src1_negate = (opts & AluInstr::op2_opt_neg_src1) ^ src1->negate; in emit_alu_op2() local