ir3: bump max xfb output to 128
this is the number of components supported for streamout Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24285>
This commit is contained in:
committed by
Marge Bot
parent
4d8c53b070
commit
b1cca11220
@@ -98,7 +98,7 @@ enum ir3_driver_param {
|
||||
#define IR3_MAX_SHADER_IMAGES 32
|
||||
#define IR3_MAX_SO_BUFFERS 4
|
||||
#define IR3_MAX_SO_STREAMS 4
|
||||
#define IR3_MAX_SO_OUTPUTS 64
|
||||
#define IR3_MAX_SO_OUTPUTS 128
|
||||
#define IR3_MAX_UBO_PUSH_RANGES 32
|
||||
|
||||
/* mirrors SYSTEM_VALUE_BARYCENTRIC_ but starting from 0 */
|
||||
|
||||
Reference in New Issue
Block a user