anv: small cleanup, remove unused helper function

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35450>
This commit is contained in:
Tapani Pälli
2025-06-11 10:10:45 +03:00
committed by Marge Bot
parent b58dd5508e
commit 58c4b31d31
-10
View File
@@ -5702,16 +5702,6 @@ anv_image_has_private_binding(const struct anv_image *image)
}
}
static inline bool
anv_image_format_is_d16_or_s8(const struct anv_image *image)
{
return image->vk.format == VK_FORMAT_D16_UNORM ||
image->vk.format == VK_FORMAT_D16_UNORM_S8_UINT ||
image->vk.format == VK_FORMAT_D24_UNORM_S8_UINT ||
image->vk.format == VK_FORMAT_D32_SFLOAT_S8_UINT ||
image->vk.format == VK_FORMAT_S8_UINT;
}
/* The ordering of this enum is important */
enum anv_fast_clear_type {
/** Image does not have/support any fast-clear blocks */