summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-06-25 19:39:05 -0700
committerEric Anholt <[email protected]>2016-07-04 16:33:18 -0700
commiteaa53f80d9da292ade219c609f8ac37f9a8ca0d7 (patch)
tree55e6c7e3245310fdda7d49995fa368a5a5b06aff /src/gallium/drivers
parent5c92c21369ee3b4f52eb5aed183092ba3ee7e079 (diff)
vc4: Drop the dead QIR_PACK() macro.
This isn't used since we switched to using the dst.pack field instead of custom instructions.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/vc4/vc4_qir.h8
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 4ed5f18da16..c52d824e34e 100644
--- a/src/gallium/drivers/vc4/vc4_qir.h
+++ b/src/gallium/drivers/vc4/vc4_qir.h
@@ -585,14 +585,6 @@ qir_##name(struct vc4_compile *c, struct qreg a, struct qreg b) \
return inst; \
}
-#define QIR_PACK(name) \
-static inline struct qreg \
-qir_##name(struct vc4_compile *c, struct qreg dest, struct qreg a) \
-{ \
- qir_emit_nodef(c, qir_inst(QOP_##name, dest, a, c->undef)); \
- return dest; \
-}
-
#define QIR_PAYLOAD(name) \
static inline struct qreg \
qir_##name(struct vc4_compile *c) \