summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qir.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_qir.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h
index 4d8bf60cf44..3b1a844f3f5 100644
--- a/src/gallium/drivers/vc4/vc4_qir.h
+++ b/src/gallium/drivers/vc4/vc4_qir.h
@@ -286,7 +286,6 @@ enum quniform_contents {
QUNIFORM_STENCIL,
- QUNIFORM_ALPHA_REF,
QUNIFORM_SAMPLE_MASK,
/* Placeholder uniform that will be updated by the kernel when used by
@@ -336,7 +335,6 @@ struct vc4_fs_key {
bool sample_coverage;
bool sample_alpha_to_coverage;
bool sample_alpha_to_one;
- uint8_t alpha_test_func;
uint8_t logicop_func;
uint32_t point_sprite_mask;
uint32_t ubo_1_size;