diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index 66c5c8582cd..dc23aa623bb 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -864,7 +864,7 @@ radv_physical_device_get_features(const struct radv_physical_device *pdev, struc .descriptorBindingVariableDescriptorCount = true, .runtimeDescriptorArray = true, - .samplerFilterMinmax = true, + .samplerFilterMinmax = radv_filter_minmax_enabled(pdev), .scalarBlockLayout = true, .imagelessFramebuffer = true, .uniformBufferStandardLayout = true,