diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index e96fd8b85fa..c78a8e321e7 100644 --- a/src/amd/vulkan/radv_image.c +++ b/src/amd/vulkan/radv_image.c @@ -1582,7 +1582,7 @@ radv_layout_can_fast_clear(const struct radv_device *device, const struct radv_i * images can only be fast-cleared if comp-to-single is supported because we don't yet support * FCE on the compute queue. */ - return queue_mask == (1u << RADV_QUEUE_GENERAL) || radv_image_use_comp_to_single(device, image); + return queue_mask == (1u << RADV_QUEUE_GENERAL) || image->support_comp_to_single; } bool