Searched refs:attachment_info (Results 1 – 1 of 1) sorted by relevance
3579 const struct VkRenderPassAttachmentBeginInfo *attachment_info = NULL; in radv_cmd_state_setup_attachments() local3582 attachment_info = vk_find_struct_const(info->pNext, in radv_cmd_state_setup_attachments()3639 if (attachment_info && attachment_info->attachmentCount > i) { in radv_cmd_state_setup_attachments()3640 iview = radv_image_view_from_handle(attachment_info->pAttachments[i]); in radv_cmd_state_setup_attachments()