Searched refs:ALU_OP2_MUL (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp488 else if (d0->is_alu_op(ALU_OP2_MUL))
525 else if (d1->is_alu_op(ALU_OP2_MUL))
579 case ALU_OP2_MUL:
617 case ALU_OP2_MUL:
623 op = ALU_OP2_MUL;
660 d0->is_alu_op(ALU_OP2_MUL))) &&
694 d1->is_alu_op(ALU_OP2_MUL))) &&
774 n.bc.set_op(ALU_OP2_MUL);
837 case ALU_OP2_MUL:
858 case ALU_OP2_MUL
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp488 else if (d0->is_alu_op(ALU_OP2_MUL))
525 else if (d1->is_alu_op(ALU_OP2_MUL))
579 case ALU_OP2_MUL:
617 case ALU_OP2_MUL:
623 op = ALU_OP2_MUL;
660 d0->is_alu_op(ALU_OP2_MUL))) &&
694 d1->is_alu_op(ALU_OP2_MUL))) &&
774 n.bc.set_op(ALU_OP2_MUL);
837 case ALU_OP2_MUL:
858 case ALU_OP2_MUL
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h195 #define ALU_OP2_MUL 1 macro
H A Dr600_shader.c4626 op = ALU_OP2_MUL;
5651 alu.op = ALU_OP2_MUL;
5695 alu.op = ALU_OP2_MUL;
5942 alu.op = ALU_OP2_MUL;
7553 alu.op = ALU_OP2_MUL;
9591 alu.op = ALU_OP2_MUL;
10027 alu.op = ALU_OP2_MUL;
10237 alu.op = ALU_OP2_MUL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h201 #define ALU_OP2_MUL 1 macro
H A Dr600_shader.c4715 op = ALU_OP2_MUL;
5749 alu.op = ALU_OP2_MUL;
5793 alu.op = ALU_OP2_MUL;
6040 alu.op = ALU_OP2_MUL;
7652 alu.op = ALU_OP2_MUL;
9690 alu.op = ALU_OP2_MUL;
10126 alu.op = ALU_OP2_MUL;
10336 alu.op = ALU_OP2_MUL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1229 {op2_mul, ALU_OP2_MUL},

Completed in 79 milliseconds