mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
agx: Remove unused AGX_MAX_VARYINGS
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21266>
This commit is contained in:
parent
b73fe8d52e
commit
a5d478d17c
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue