mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +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> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40859>
This commit is contained in:
parent
9b44def4e9
commit
564b061981
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ hk_get_device_properties(const struct agx_device *dev,
|
||||||
.maxFragmentInputComponents = max_vgt_output_components,
|
.maxFragmentInputComponents = max_vgt_output_components,
|
||||||
.maxFragmentOutputAttachments = HK_MAX_RTS,
|
.maxFragmentOutputAttachments = HK_MAX_RTS,
|
||||||
.maxFragmentDualSrcAttachments = 1,
|
.maxFragmentDualSrcAttachments = 1,
|
||||||
.maxFragmentCombinedOutputResources = 16,
|
.maxFragmentCombinedOutputResources = HK_MAX_DESCRIPTORS,
|
||||||
.maxComputeSharedMemorySize = HK_MAX_SHARED_SIZE,
|
.maxComputeSharedMemorySize = HK_MAX_SHARED_SIZE,
|
||||||
.maxComputeWorkGroupCount = {0x7fffffff, 65535, 65535},
|
.maxComputeWorkGroupCount = {0x7fffffff, 65535, 65535},
|
||||||
.maxComputeWorkGroupInvocations = 1024,
|
.maxComputeWorkGroupInvocations = 1024,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue