Home
last modified time | relevance | path

Searched refs:out_atts (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
Dvn_render_pass.c31 #define REPLACE_PRESENT_SRC(pass, atts, att_count, out_atts) \ argument
38 memcpy(out_atts, atts, sizeof(*atts) * att_count); \
40 if (out_atts[i].initialLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) { \
41 out_atts[i].initialLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; \
46 if (out_atts[i].finalLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) { \
47 out_atts[i].finalLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; \
76 VkAttachmentDescription *out_atts) in vn_render_pass_replace_present_src() argument
79 create_info->attachmentCount, out_atts); in vn_render_pass_replace_present_src()
85 VkAttachmentDescription2 *out_atts) in vn_render_pass_replace_present_src2() argument
88 create_info->attachmentCount, out_atts); in vn_render_pass_replace_present_src2()