Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp501 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
538 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
620 case ALU_OP3_MULADD: in fold_assoc()
1002 if (!sh.safe_math && (n.bc.op == ALU_OP3_MULADD || in fold_alu_op3()
1078 case ALU_OP3_MULADD: dv = cv0.f * cv1.f + cv2.f; break; in fold_alu_op3()
1088 case ALU_OP3_MULADD: in fold_alu_op3()
1101 if (n.bc.op == ALU_OP3_MULADD) { in fold_alu_op3()
1108 if (n.bc.op == ALU_OP3_MULADD || n.bc.op == ALU_OP3_MULADD_IEEE) { in fold_alu_op3()
Dsb_sched.cpp1700 if ((a->bc.op == ALU_OP3_MULADD || a->bc.op == ALU_OP3_MULADD_IEEE) && in try_add_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h384 #define ALU_OP3_MULADD 190 macro
Dr600_shader.c4757 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()
4791 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()
6586 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()
6610 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()
6757 op = ALU_OP3_MULADD; in tgsi_op3_dst()
7198 alu.op = ALU_OP3_MULADD; in tgsi_tex()
7219 alu.op = ALU_OP3_MULADD; in tgsi_tex()
7277 alu.op = ALU_OP3_MULADD; in tgsi_tex()
8941 alu.op = ALU_OP3_MULADD; in tgsi_lrp()