gallium: bump PIPE_MAX_SO_OUTPUTS to 128
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 21 Jul 2023 16:48:19 +0000 (12:48 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 1 Aug 2023 20:47:34 +0000 (20:47 +0000)
this is the number of components supported for streamout

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24285>

src/gallium/include/pipe/p_state.h

index 549e4d2..e1953e1 100644 (file)
@@ -70,7 +70,7 @@ extern "C" {
 #define PIPE_MAX_SHADER_IMAGES    64
 #define PIPE_MAX_TEXTURE_LEVELS   16
 #define PIPE_MAX_SO_BUFFERS        4
-#define PIPE_MAX_SO_OUTPUTS       64
+#define PIPE_MAX_SO_OUTPUTS       128
 #define PIPE_MAX_VIEWPORTS        16
 #define PIPE_MAX_CLIP_OR_CULL_DISTANCE_COUNT 8
 #define PIPE_MAX_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT 2