anv: Enable CCS for storage image formats
v2: (Jason Ekstrand) - Restructure if condition. - Add early return. v3: (Felix) - Don't set aux_supported to false for storage image on XeHPG. v4: (Nanley) - Check image view format against fmt_list. - Add helper anv_get_isl_format_with_usage. Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3606>
This commit is contained in:
@@ -3847,8 +3847,8 @@ anv_get_isl_format(const struct intel_device_info *devinfo, VkFormat vk_format,
|
||||
|
||||
bool anv_formats_ccs_e_compatible(const struct intel_device_info *devinfo,
|
||||
VkImageCreateFlags create_flags,
|
||||
VkFormat vk_format,
|
||||
VkImageTiling vk_tiling,
|
||||
VkFormat vk_format, VkImageTiling vk_tiling,
|
||||
VkImageUsageFlags vk_usage,
|
||||
const VkImageFormatListCreateInfoKHR *fmt_list);
|
||||
|
||||
extern VkFormat
|
||||
|
Reference in New Issue
Block a user