diff --git a/.pick_status.json b/.pick_status.json index 852c9a807fc..74f08aa4143 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -864,7 +864,7 @@ "description": "pvr: increase value of maxPerStageDescriptorStorageBuffers", "nominated": true, "nomination_type": 4, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/imagination/vulkan/pvr_physical_device.c b/src/imagination/vulkan/pvr_physical_device.c index 80c2704490f..f4e7101318c 100644 --- a/src/imagination/vulkan/pvr_physical_device.c +++ b/src/imagination/vulkan/pvr_physical_device.c @@ -562,7 +562,7 @@ static bool pvr_physical_device_get_properties( .maxBoundDescriptorSets = 4U, .maxPerStageDescriptorSamplers = 16, .maxPerStageDescriptorUniformBuffers = 12, - .maxPerStageDescriptorStorageBuffers = 4, + .maxPerStageDescriptorStorageBuffers = 8, .maxPerStageDescriptorSampledImages = 16, .maxPerStageDescriptorStorageImages = 4, .maxPerStageDescriptorInputAttachments = 4,