Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h251 alu_src2_neg, enumerator
Dsfn_instr_alu.cpp193 {alu_src0_neg, alu_src1_neg, alu_src2_neg};
689 if (has_alu_flag(alu_src2_neg)) in split()
690 instr->set_alu_flag(alu_src2_neg); in split()
1658 if (alu.src[2].negate) ir->set_alu_flag(alu_src2_neg); in emit_alu_fma_64bit()
1925 if (src[2]->negate) ir->set_alu_flag(alu_src2_neg); in emit_alu_op3()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp230 {alu_last_instr, alu_src2_neg}); in TEST_F()
Dsfn_instr_test.cpp102 EXPECT_FALSE(alu.has_alu_flag(alu_src2_neg)); in TEST_F()