Searched refs:first_subpass_layout (Results 1 – 3 of 3) sorted by relevance
41 if (att->first_subpass_layout == VK_IMAGE_LAYOUT_UNDEFINED) { in init_first_subpass_layout()42 att->first_subpass_layout = att_ref.layout; in init_first_subpass_layout()43 assert(att->first_subpass_layout != VK_IMAGE_LAYOUT_UNDEFINED); in init_first_subpass_layout()100 att->first_subpass_layout = VK_IMAGE_LAYOUT_UNDEFINED; in anv_CreateRenderPass()
274 if (cmd_state->pass->attachments[att].first_subpass_layout == in color_attachment_compute_aux_usage()333 if (cmd_state->pass->attachments[att].first_subpass_layout == in color_attachment_compute_aux_usage()
2839 VkImageLayout first_subpass_layout; member