Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp560 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
612 case ALU_OP2_ADD: in fold_assoc()
724 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
769 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
782 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
792 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
824 case ALU_OP2_ADD: in fold_alu_op2()
844 case ALU_OP2_ADD: in fold_alu_op2()
1035 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1091 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h194 #define ALU_OP2_ADD 0 macro
Dr600_shader.c1053 alu.op = ALU_OP2_ADD; in tgsi_declaration()
1066 alu.op = ALU_OP2_ADD; in tgsi_declaration()
8867 alu.op = ALU_OP2_ADD; in tgsi_lrp()
8889 alu.op = ALU_OP2_ADD; in tgsi_lrp()
10258 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
10457 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
10679 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},