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:
Rhys Perry 2024-12-09 14:38:07 +00:00 committed by Marge Bot
parent 53d0187bab
commit 9fe92689cc

View file

@ -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,