diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 59d3f194462..de6ee083ab3 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -791,7 +791,7 @@ nvk_get_device_properties(const struct nvk_instance *instance, .maxImageArrayLayers = 2048, .maxTexelBufferElements = 128 * 1024 * 1024, .maxUniformBufferRange = 65536, - .maxStorageBufferRange = UINT32_MAX, + .maxStorageBufferRange = 1ull << 31, .maxPushConstantsSize = NVK_MAX_PUSH_SIZE, .maxMemoryAllocationCount = 4096, .maxSamplerAllocationCount = 4000,