Module: Mesa Branch: main Commit: a5d478d17ccec44219b2949b0b42c0284b0d8553 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5d478d17ccec44219b2949b0b42c0284b0d8553
Author: Alyssa Rosenzweig <[email protected]> Date: Thu Feb 9 15:01:12 2023 -0500 agx: Remove unused AGX_MAX_VARYINGS Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21266> --- src/asahi/compiler/agx_compile.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h index 0c5a289738a..7e00a28212a 100644 --- a/src/asahi/compiler/agx_compile.h +++ b/src/asahi/compiler/agx_compile.h @@ -27,9 +27,6 @@ #include "compiler/nir/nir.h" #include "util/u_dynarray.h" -/* Arbitrary */ -#define AGX_MAX_VARYINGS (32) - struct agx_varyings_vs { /* The first index used for FP16 varyings. Indices less than this are treated * as FP32. This may require remapping slots to guarantee.
