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.cpp493 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
530 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
612 case ALU_OP3_MULADD: in fold_assoc()
989 if (!sh.safe_math && (n.bc.op == ALU_OP3_MULADD || in fold_alu_op3()
1065 case ALU_OP3_MULADD: dv = cv0.f * cv1.f + cv2.f; break; in fold_alu_op3()
1075 case ALU_OP3_MULADD: in fold_alu_op3()
1088 if (n.bc.op == ALU_OP3_MULADD) { in fold_alu_op3()
1095 if (n.bc.op == ALU_OP3_MULADD || n.bc.op == ALU_OP3_MULADD_IEEE) { in fold_alu_op3()
Dsb_sched.cpp1679 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.c4461 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()
4495 alu.op = ALU_OP3_MULADD; in tgsi_setup_trig()
6379 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()
6403 alu.op = ALU_OP3_MULADD; in tgsi_interp_egcm()
6962 alu.op = ALU_OP3_MULADD; in tgsi_tex()
6983 alu.op = ALU_OP3_MULADD; in tgsi_tex()
7041 alu.op = ALU_OP3_MULADD; in tgsi_tex()
7742 alu.op = ALU_OP3_MULADD; in tgsi_lrp()
7883 alu.op = ALU_OP3_MULADD; in tgsi_xpd()
9078 [TGSI_OPCODE_MAD] = { ALU_OP3_MULADD, tgsi_op3},
[all …]