Searched refs:final_layout (Results 1 – 7 of 7) sorted by relevance
370 VkImageLayout final_layout) in transition_depth_buffer() argument381 if (image->planes[0].aux_usage != ISL_AUX_USAGE_HIZ || initial_layout == final_layout) in transition_depth_buffer()389 VK_IMAGE_ASPECT_DEPTH_BIT, final_layout); in transition_depth_buffer()593 VkImageLayout final_layout) in transition_color_buffer() argument608 assert(final_layout != VK_IMAGE_LAYOUT_UNDEFINED && in transition_color_buffer()609 final_layout != VK_IMAGE_LAYOUT_PREINITIALIZED); in transition_color_buffer()614 if (initial_layout == final_layout) in transition_color_buffer()620 final_layout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) { in transition_color_buffer()707 final_layout != VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) { in transition_color_buffer()3074 target_layout = att_desc->final_layout; in cmd_buffer_subpass_transition_layouts()
99 att->final_layout = pCreateInfo->pAttachments[i].finalLayout; in anv_CreateRenderPass()
2838 VkImageLayout final_layout; member
78 att->final_layout = pCreateInfo->pAttachments[i].finalLayout; in radv_CreateRenderPass()
1633 VkImageLayout final_layout; member
3873 VkImageLayout layout = cmd_buffer->state.pass->attachments[i].final_layout; in radv_CmdEndRenderPass()
486 auto final_layout = pRenderPassInfo->pAttachments[i].finalLayout; in VerifyFramebufferAndRenderPassLayouts() local513 …ValidateRenderPassLayoutAgainstFramebufferImageUsage(device_data, rp_version, final_layout, image,… in VerifyFramebufferAndRenderPassLayouts()