Searched defs:radv_attachment (Results 1 – 1 of 1) sorted by relevance
174 struct radv_attachment { struct175 VkFormat format;176 struct radv_image_view *iview;177 VkImageLayout layout;178 VkImageLayout stencil_layout;180 union {204 struct radv_attachment color_att[MAX_RTS]; argument