diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 949cfe97772..7d0f25e7d70 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -413,7 +413,7 @@ void anv_GetPhysicalDeviceProperties( .maxStorageBufferRange = UINT32_MAX, .maxPushConstantsSize = MAX_PUSH_CONSTANTS_SIZE, .maxMemoryAllocationCount = UINT32_MAX, - .maxSamplerAllocationCount = UINT32_MAX, + .maxSamplerAllocationCount = 64 * 1024, .bufferImageGranularity = 64, /* A cache line */ .sparseAddressSpaceSize = 0, .maxBoundDescriptorSets = MAX_SETS,