mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
gallium: bump shader input and output limits
Reviewed-by: Roland Scheidegger <sroland@vmware.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
018aa27953
commit
7ffc1fb928
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ extern "C" {
|
|||
#define PIPE_MAX_COLOR_BUFS 8
|
||||
#define PIPE_MAX_CONSTANT_BUFFERS 32
|
||||
#define PIPE_MAX_SAMPLERS 18 /* 16 public + 2 driver internal */
|
||||
#define PIPE_MAX_SHADER_INPUTS 32
|
||||
#define PIPE_MAX_SHADER_OUTPUTS 48 /* 32 GENERICs + POS, PSIZE, FOG, etc. */
|
||||
#define PIPE_MAX_SHADER_INPUTS 80 /* 32 GENERIC + 32 PATCH + 16 others */
|
||||
#define PIPE_MAX_SHADER_OUTPUTS 80 /* 32 GENERIC + 32 PATCH + 16 others */
|
||||
#define PIPE_MAX_SHADER_SAMPLER_VIEWS 32
|
||||
#define PIPE_MAX_SHADER_RESOURCES 32
|
||||
#define PIPE_MAX_TEXTURE_LEVELS 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue