Home
last modified time | relevance | path

Searched defs:radv_attachment (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.h167 struct radv_attachment { struct
168 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