anv: bring back the max number of sets to 8
Not sure we bumped it to 32 for the right reasons. This generates more push constant data and because we're not tighly packing our push constant data this can generate more register pressure. We could tightly pack things at the cost of some CPU cycles but only for some stages. RT stages would have to retain the current "sparse" version of push constants. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21645>
This commit is contained in:

committed by
Marge Bot

parent
06dfd216d3
commit
a8ef34bd31
@@ -161,7 +161,7 @@ struct intel_perf_query_result;
|
||||
|
||||
#define MAX_XFB_BUFFERS 4
|
||||
#define MAX_XFB_STREAMS 4
|
||||
#define MAX_SETS 32
|
||||
#define MAX_SETS 8
|
||||
#define MAX_RTS 8
|
||||
#define MAX_VIEWPORTS 16
|
||||
#define MAX_SCISSORS 16
|
||||
|
Reference in New Issue
Block a user