mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
vc4: Drop a dead prototype.
This commit is contained in:
parent
eae9c3286e
commit
9b403c0756
1 changed files with 0 additions and 8 deletions
|
|
@ -586,14 +586,6 @@ qir_R4_UNPACK(struct vc4_compile *c, struct qreg r4, int i)
|
|||
return t;
|
||||
}
|
||||
|
||||
static inline struct qreg
|
||||
qir_SEL_X_0_COND(struct vc4_compile *c, int i)
|
||||
{
|
||||
struct qreg t = qir_get_temp(c);
|
||||
qir_emit(c, qir_inst(QOP_R4_UNPACK_A + i, t, c->undef, c->undef));
|
||||
return t;
|
||||
}
|
||||
|
||||
static inline struct qreg
|
||||
qir_UNPACK_8_F(struct vc4_compile *c, struct qreg src, int i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue