mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
i965/vec4: Remove emit_scs() prototype.
This has never existed. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
5c71cf8531
commit
cdb1eb9a3f
1 changed files with 0 additions and 3 deletions
|
|
@ -314,9 +314,6 @@ public:
|
|||
void emit_scalar(ir_instruction *ir, enum prog_opcode op,
|
||||
dst_reg dst, src_reg src0, src_reg src1);
|
||||
|
||||
void emit_scs(ir_instruction *ir, enum prog_opcode op,
|
||||
dst_reg dst, const src_reg &src);
|
||||
|
||||
src_reg fix_3src_operand(src_reg src);
|
||||
|
||||
void emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue