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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user