Searched defs:anv_attachment (Results 1 – 1 of 1) sorted by relevance
2555 struct anv_attachment { struct2556 VkFormat vk_format;2557 const struct anv_image_view *iview;2558 VkImageLayout layout;2559 enum isl_aux_usage aux_usage;2560 struct anv_surface_state surface_state;2562 VkResolveModeFlagBits resolve_mode;2563 const struct anv_image_view *resolve_iview;2564 VkImageLayout resolve_layout;