Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp481 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
518 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
572 case ALU_OP2_MUL: in eval_const_op()
610 case ALU_OP2_MUL: in fold_assoc()
616 op = ALU_OP2_MUL; in fold_assoc()
653 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
687 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
767 n.bc.set_op(ALU_OP2_MUL); in fold_alu_op2()
830 case ALU_OP2_MUL: in fold_alu_op2()
851 case ALU_OP2_MUL: in fold_alu_op2()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h201 #define ALU_OP2_MUL 1 macro
Dr600_shader.c4719 op = ALU_OP2_MUL; in tgsi_op2_s()
5753 alu.op = ALU_OP2_MUL; in cayman_pow()
5797 alu.op = ALU_OP2_MUL; in tgsi_pow()
6044 alu.op = ALU_OP2_MUL; in tgsi_divmod()
7656 alu.op = ALU_OP2_MUL; in tgsi_tex()
9718 alu.op = ALU_OP2_MUL; in tgsi_lrp()
10154 alu.op = ALU_OP2_MUL; in tgsi_log()
10364 alu.op = ALU_OP2_MUL; in tgsi_opdst()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1215 {op2_mul, ALU_OP2_MUL},