Searched refs:att_info (Results 1 – 1 of 1) sorted by relevance
1001 const VkRenderingAttachmentInfo *att_info = &info->pColorAttachments[i]; in tu_setup_dynamic_render_pass() local1003 if (att_info->imageView == VK_NULL_HANDLE) { in tu_setup_dynamic_render_pass()1009 TU_FROM_HANDLE(tu_image_view, view, att_info->imageView); in tu_setup_dynamic_render_pass()1013 attachment_set_ops(device, att, att_info->loadOp, 0, in tu_setup_dynamic_render_pass()1014 att_info->storeOp, 0); in tu_setup_dynamic_render_pass()1022 if (att_info->resolveMode != VK_RESOLVE_MODE_NONE) { in tu_setup_dynamic_render_pass()1024 TU_FROM_HANDLE(tu_image_view, resolve_view, att_info->resolveImageView); in tu_setup_dynamic_render_pass()