Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp487 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
524 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
578 case ALU_OP2_MUL: in eval_const_op()
616 case ALU_OP2_MUL: in fold_assoc()
622 op = ALU_OP2_MUL; in fold_assoc()
659 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
693 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
773 n.bc.set_op(ALU_OP2_MUL); in fold_alu_op2()
836 case ALU_OP2_MUL: in fold_alu_op2()
857 case ALU_OP2_MUL: in fold_alu_op2()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h195 #define ALU_OP2_MUL 1 macro
Dr600_shader.c4210 op = ALU_OP2_MUL; in tgsi_op2_s()
5170 alu.op = ALU_OP2_MUL; in cayman_pow()
5214 alu.op = ALU_OP2_MUL; in tgsi_pow()
5427 alu.op = ALU_OP2_MUL; in tgsi_divmod()
7108 alu.op = ALU_OP2_MUL; in tgsi_tex()
8911 alu.op = ALU_OP2_MUL; in tgsi_lrp()
9355 alu.op = ALU_OP2_MUL; in tgsi_log()
9565 alu.op = ALU_OP2_MUL; in tgsi_opdst()