Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp554 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
606 case ALU_OP2_ADD: in fold_assoc()
718 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
763 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
776 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
786 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
818 case ALU_OP2_ADD: in fold_alu_op2()
838 case ALU_OP2_ADD: in fold_alu_op2()
1039 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1095 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
Dr600_shader.c1258 alu.op = ALU_OP2_ADD; in tgsi_declaration()
1271 alu.op = ALU_OP2_ADD; in tgsi_declaration()
8028 alu.op = ALU_OP2_ADD; in tgsi_tex()
9674 alu.op = ALU_OP2_ADD; in tgsi_lrp()
9696 alu.op = ALU_OP2_ADD; in tgsi_lrp()
11793 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
11992 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
12219 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1214 {op2_add, ALU_OP2_ADD},