diff --git a/src/asahi/lib/agx_nir_lower_alpha.c b/src/asahi/lib/agx_nir_lower_alpha.c index 81b21422388..f624c1306f3 100644 --- a/src/asahi/lib/agx_nir_lower_alpha.c +++ b/src/asahi/lib/agx_nir_lower_alpha.c @@ -7,8 +7,6 @@ #include "agx_tilebuffer.h" #include "nir_builder.h" -#define ALL_SAMPLES (0xFF) - /* * Lower alpha-to-coverage to sample_mask and some math. May run on either a * monolithic pixel shader or a fragment epilogue. diff --git a/src/asahi/lib/agx_nir_lower_msaa.c b/src/asahi/lib/agx_nir_lower_msaa.c index cc2df906923..bd9729cd133 100644 --- a/src/asahi/lib/agx_nir_lower_msaa.c +++ b/src/asahi/lib/agx_nir_lower_msaa.c @@ -8,8 +8,6 @@ #include "nir.h" #include "nir_builder.h" -#define ALL_SAMPLES (0xFF) - static bool lower_wrapped(nir_builder *b, nir_instr *instr, void *data) {