mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
radv: bump max xfb output to 128
this is the number of components supported for streamout Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24285>
This commit is contained in:
parent
f70fb753b9
commit
4d8c53b070
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ACO_MAX_SO_OUTPUTS 64
|
||||
#define ACO_MAX_SO_OUTPUTS 128
|
||||
#define ACO_MAX_SO_BUFFERS 4
|
||||
#define ACO_MAX_VERTEX_ATTRIBS 32
|
||||
#define ACO_MAX_VBS 32
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
#define MAX_VIEWS 8
|
||||
#define MAX_SO_STREAMS 4
|
||||
#define MAX_SO_BUFFERS 4
|
||||
#define MAX_SO_OUTPUTS 64
|
||||
#define MAX_SO_OUTPUTS 128
|
||||
#define MAX_INLINE_UNIFORM_BLOCK_SIZE (4ull * 1024 * 1024)
|
||||
#define MAX_INLINE_UNIFORM_BLOCK_COUNT 64
|
||||
#define MAX_BIND_POINTS 3 /* compute + graphics + raytracing */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue