Searched refs:finalLayout (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_render_pass.c26 if (atts[i].finalLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) \
46 if (out_atts[i].finalLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) { \
47 out_atts[i].finalLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_render_pass.c58 attachments[i].finalLayout = layout;
83 attachments[num_attachments].finalLayout = layout;
166 attachments[i].finalLayout = layout;
210 attachments[num_attachments].finalLayout = layout;
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_render_pass.c124 .finalLayout = pCreateInfo->pAttachments[i].finalLayout,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c156 * if there exists an automatic layout transition into finalLayout.
289 if (att[a].finalLayout != subpass->pInputAttachments[j].layout &&
299 if (att[a].finalLayout != subpass->pColorAttachments[j].layout &&
308 if (att[a].finalLayout != subpass->pDepthStencilAttachment->layout &&
319 if (att[a].finalLayout != subpass->pResolveAttachments[j].layout &&
332 if (att[a].finalLayout != subpass->pDepthStencilAttachment->layout &&
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pass.c188 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
336 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
H A Dradv_meta_resolve.c69 attachments[0].finalLayout = VK_IMAGE_LAYOUT_GENERAL;
71 attachments[1].finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
H A Dradv_meta_blit.c943 .finalLayout = layout,
1006 .finalLayout = layout,
1063 .finalLayout = layout,
H A Dradv_meta_blit2d.c801 .finalLayout = layout,
975 .finalLayout = layout,
1145 .finalLayout = layout,
H A Dradv_meta_decompress.c49 attachment.finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
H A Dradv_meta_resolve_fs.c219 .finalLayout = layout,
H A Dradv_meta_clear.c219 .finalLayout = VK_IMAGE_LAYOUT_GENERAL,
537 .finalLayout = VK_IMAGE_LAYOUT_GENERAL,
1770 .finalLayout = image_layout,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pass.c309 final ? att_desc->finalLayout : att_desc->initialLayout;
369 .final_layout = pCreateInfo->pAttachments[i].finalLayout,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c79 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pass.c92 * if there exists an automatic layout transition into finalLayout.
137 * finalLayout.
351 * stencil aspect of a depth/stencil format, and initialLayout and finalLayout only apply to the
355 * finalLayout if not present."
357 * "If format is a depth/stencil format, and either initialLayout or finalLayout does not specify a
374 return final ? att_desc->finalLayout : att_desc->initialLayout;
413 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
H A Dradv_meta_blit.c873 .finalLayout = layout,
966 .finalLayout = layout,
1052 .finalLayout = layout,
H A Dradv_meta_blit2d.c739 .finalLayout = layout,
934 .finalLayout = layout,
1125 .finalLayout = layout,
H A Dradv_meta_resolve.c67 attachments[0].finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
69 attachments[1].finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
H A Dradv_meta_resolve_fs.c183 .finalLayout = layout,
504 .finalLayout = VK_IMAGE_LAYOUT_GENERAL,
H A Dradv_meta_clear.c199 .finalLayout = VK_IMAGE_LAYOUT_GENERAL,
539 .finalLayout = VK_IMAGE_LAYOUT_GENERAL,
2155 .finalLayout = image_layout,
H A Dradv_meta_decompress.c171 attachment.finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pass.c79 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
255 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pass.c271 .final_layout = pCreateInfo->pAttachments[i].finalLayout,
440 .final_layout = pCreateInfo->pAttachments[i].finalLayout,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pass.c190 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h28 size += vn_sizeof_VkImageLayout(&val->finalLayout);
43 vn_encode_VkImageLayout(enc, &val->finalLayout);
595 size += vn_sizeof_VkImageLayout(&val->finalLayout);
646 vn_encode_VkImageLayout(enc, &val->finalLayout);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp629 desc->finalLayout = VK_IMAGE_LAYOUT_GENERAL;
657 desc->finalLayout = VK_IMAGE_LAYOUT_GENERAL;

Completed in 105 milliseconds

12