projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae9c32
)
vc4: Drop a dead prototype.
author
Eric Anholt
<eric@anholt.net>
Fri, 31 Jul 2015 17:02:45 +0000
(10:02 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 5 Aug 2015 00:19:01 +0000
(17:19 -0700)
src/gallium/drivers/vc4/vc4_qir.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_qir.h
b/src/gallium/drivers/vc4/vc4_qir.h
index 80a19713a106a08d64b2e0335826eba3a3b042fb..e2d2574f1b117927690240b4a9ab872de439d04b 100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_qir.h
+++ b/
src/gallium/drivers/vc4/vc4_qir.h
@@
-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)
{