mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
anv: bump pool bucket max allocation size
Age of Empire IV generates a shader of ~2.3Mb on DG2 which is above the limit we currently have. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: mesa-stable Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19669>
This commit is contained in:
parent
145cb3e349
commit
ae76bba34a
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ struct anv_fixed_size_state_pool {
|
|||
};
|
||||
|
||||
#define ANV_MIN_STATE_SIZE_LOG2 6
|
||||
#define ANV_MAX_STATE_SIZE_LOG2 21
|
||||
#define ANV_MAX_STATE_SIZE_LOG2 22
|
||||
|
||||
#define ANV_STATE_BUCKETS (ANV_MAX_STATE_SIZE_LOG2 - ANV_MIN_STATE_SIZE_LOG2 + 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue