Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.h174 struct radv_attachment { struct
175 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