Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c3579 const struct VkRenderPassAttachmentBeginInfo *attachment_info = NULL; in radv_cmd_state_setup_attachments() local
3582 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()