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.cpp488 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
525 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
579 case ALU_OP2_MUL: in eval_const_op()
617 case ALU_OP2_MUL: in fold_assoc()
623 op = ALU_OP2_MUL; in fold_assoc()
660 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
694 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
774 n.bc.set_op(ALU_OP2_MUL); in fold_alu_op2()
837 case ALU_OP2_MUL: in fold_alu_op2()
858 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.c4715 op = ALU_OP2_MUL; in tgsi_op2_s()
5749 alu.op = ALU_OP2_MUL; in cayman_pow()
5793 alu.op = ALU_OP2_MUL; in tgsi_pow()
6040 alu.op = ALU_OP2_MUL; in tgsi_divmod()
7652 alu.op = ALU_OP2_MUL; in tgsi_tex()
9690 alu.op = ALU_OP2_MUL; in tgsi_lrp()
10126 alu.op = ALU_OP2_MUL; in tgsi_log()
10336 alu.op = ALU_OP2_MUL; in tgsi_opdst()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1229 {op2_mul, ALU_OP2_MUL},