mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
hk: Increase maxFragmentCombinedOutputResources to HK_MAX_DESCRIPTORS
Backport-to: 26.0
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/15249 for hk
Signed-off-by: Janne Grunau <j@jannau.net>
(cherry picked from commit 564b061981)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40979>
This commit is contained in:
parent
e0eb9bc602
commit
6c5ec9424d
2 changed files with 2 additions and 2 deletions
|
|
@ -2674,7 +2674,7 @@
|
|||
"description": "hk: Increase maxFragmentCombinedOutputResources to HK_MAX_DESCRIPTORS",
|
||||
"nominated": true,
|
||||
"nomination_type": 4,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -725,7 +725,7 @@ hk_get_device_properties(const struct agx_device *dev,
|
|||
.maxFragmentInputComponents = max_vgt_output_components,
|
||||
.maxFragmentOutputAttachments = HK_MAX_RTS,
|
||||
.maxFragmentDualSrcAttachments = 1,
|
||||
.maxFragmentCombinedOutputResources = 16,
|
||||
.maxFragmentCombinedOutputResources = HK_MAX_DESCRIPTORS,
|
||||
.maxComputeSharedMemorySize = HK_MAX_SHARED_SIZE,
|
||||
.maxComputeWorkGroupCount = {0x7fffffff, 65535, 65535},
|
||||
.maxComputeWorkGroupInvocations = 1024,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue