Searched refs:out_atts (Results 1 – 1 of 1) sorted by relevance
31 #define REPLACE_PRESENT_SRC(pass, atts, att_count, out_atts) \ argument38 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() argument79 create_info->attachmentCount, out_atts); in vn_render_pass_replace_present_src()85 VkAttachmentDescription2 *out_atts) in vn_render_pass_replace_present_src2() argument88 create_info->attachmentCount, out_atts); in vn_render_pass_replace_present_src2()