Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h320 bool src1_negate) in tgsi_transform_op2_inst() argument
333 inst.Src[1].Register.Negate = src1_negate; in tgsi_transform_op2_inst()
423 bool src1_negate) in tgsi_transform_op2_swz_inst() argument
436 inst.Src[1].Register.Negate = src1_negate; in tgsi_transform_op2_swz_inst()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp878 bool src1_negate = (ops & op2_opt_neg_src1) ^ src1->negate; in emit_alu_op2() local
888 if (src1_negate) ir->set_flag(alu_src1_neg); in emit_alu_op2()
/third_party/mesa3d/src/intel/compiler/
Dbrw_inst.h250 F(src1_negate, /* 4+ */ 110, 110, /* 12+ */ 121, 121)