diff options
Diffstat (limited to 'ir_to_mesa.h')
| -rw-r--r-- | ir_to_mesa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ir_to_mesa.h b/ir_to_mesa.h index ee776bd55f..ffa27dbd00 100644 --- a/ir_to_mesa.h +++ b/ir_to_mesa.h @@ -162,6 +162,9 @@ ir_to_mesa_emit_op2_full(struct mbtree *tree, enum prog_opcode op, ir_to_mesa_src_reg src1); ir_to_mesa_instruction * +ir_to_mesa_emit_simple_op2(struct mbtree *tree, enum prog_opcode op); + +ir_to_mesa_instruction * ir_to_mesa_emit_op3(struct mbtree *tree, enum prog_opcode op, ir_to_mesa_dst_reg dst, ir_to_mesa_src_reg src0, |
