mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
radv: increase maxComputeWorkGroupCount[0]
Match AMDVLK and radeonsi. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32577>
This commit is contained in:
parent
53d0187bab
commit
9fe92689cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1469,7 +1469,7 @@ radv_get_physical_device_properties(struct radv_physical_device *pdev)
|
|||
.maxFragmentDualSrcAttachments = 1,
|
||||
.maxFragmentCombinedOutputResources = max_descriptor_set_size,
|
||||
.maxComputeSharedMemorySize = pdev->max_shared_size,
|
||||
.maxComputeWorkGroupCount = {65535, 65535, 65535},
|
||||
.maxComputeWorkGroupCount = {4294967295, 65535, 65535},
|
||||
.maxComputeWorkGroupInvocations = 1024,
|
||||
.maxComputeWorkGroupSize = {1024, 1024, 1024},
|
||||
.subPixelPrecisionBits = 8,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue