panfrost: Simplify depth/stencil/alpha
[mesa.git] / src / panfrost / midgard / compiler.h
index 4a318f169bbe2edca5a188d5a1e5171fccce5f9a..ec28c48d116713636c90cb0f3fc37f998ba384cd 100644 (file)
@@ -311,9 +311,6 @@ typedef struct compiler_context {
         /* Count of instructions emitted from NIR overall, across all blocks */
         int instruction_count;
 
-        /* Alpha ref value passed in */
-        float alpha_ref;
-
         unsigned quadword_count;
 
         /* Bitmask of valid metadata */