diff options
author | Eric Anholt <[email protected]> | 2015-07-31 10:02:45 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-08-04 17:19:01 -0700 |
commit | 9b403c0756ecf806a8ff768bd73a4cbf42986bdb (patch) | |
tree | 0d21d2d55ca9e19876dc69379042690831d5aae8 /src | |
parent | eae9c3286e2990879c6a01df3c9042b1e4031d5c (diff) |
vc4: Drop a dead prototype.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_qir.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h index 80a19713a10..e2d2574f1b1 100644 --- a/src/gallium/drivers/vc4/vc4_qir.h +++ b/src/gallium/drivers/vc4/vc4_qir.h @@ -587,14 +587,6 @@ qir_R4_UNPACK(struct vc4_compile *c, struct qreg r4, int i) } 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) { struct qreg t = qir_get_temp(c); |