iris: Remove prototypes for unsupported Gfx versions

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27476>
This commit is contained in:
Caio Oliveira
2024-01-26 07:17:22 -08:00
committed by Marge Bot
parent 8ff26271a7
commit a4dc5bd9fd
-15
View File
@@ -1181,21 +1181,6 @@ iris_execute_indirect_draw_supported(const struct iris_context *ice,
#ifdef genX
# include "iris_genx_protos.h"
#else
# define genX(x) gfx4_##x
# include "iris_genx_protos.h"
# undef genX
# define genX(x) gfx5_##x
# include "iris_genx_protos.h"
# undef genX
# define genX(x) gfx6_##x
# include "iris_genx_protos.h"
# undef genX
# define genX(x) gfx7_##x
# include "iris_genx_protos.h"
# undef genX
# define genX(x) gfx75_##x
# include "iris_genx_protos.h"
# undef genX
# define genX(x) gfx8_##x
# include "iris_genx_protos.h"
# undef genX