Searched defs:radv_attachment (Results 1 – 1 of 1) sorted by relevance
167 struct radv_attachment { struct168 VkFormat format;169 struct radv_image_view *iview;170 VkImageLayout layout;171 VkImageLayout stencil_layout;173 union {197 struct radv_attachment color_att[MAX_RTS]; argument