asahi: Remove unused #define

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24258>
This commit is contained in:
Alyssa Rosenzweig
2023-07-04 22:26:36 -04:00
committed by Marge Bot
parent f10d51541d
commit 85c829d64f
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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.
-2
View File
@@ -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)
{