diff --git a/.pick_status.json b/.pick_status.json index fd05907fa0e..cd23cef4d7f 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2954,7 +2954,7 @@ "description": "pvr: increase maxPerStageResources for new maxPerStageDescriptorStorageBuffers", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "35f57a27396c116fc5e9984ac1254d26b83ad2c4", "notes": null diff --git a/src/imagination/vulkan/pvr_physical_device.c b/src/imagination/vulkan/pvr_physical_device.c index 4349190a390..f0192175cfc 100644 --- a/src/imagination/vulkan/pvr_physical_device.c +++ b/src/imagination/vulkan/pvr_physical_device.c @@ -584,7 +584,7 @@ static bool pvr_physical_device_get_properties( .maxPerStageDescriptorSampledImages = 16, .maxPerStageDescriptorStorageImages = 4, .maxPerStageDescriptorInputAttachments = 4, - .maxPerStageResources = 44, + .maxPerStageResources = 48, .maxDescriptorSetSamplers = 3U * 16U, .maxDescriptorSetUniformBuffers = 3U * 12U, .maxDescriptorSetUniformBuffersDynamic = 8U,