Searched refs:finalLayout (Results 1 - 25 of 33) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_render_pass.c | 26 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 D | zink_render_pass.c | 58 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 D | vk_render_pass.c | 124 .finalLayout = pCreateInfo->pAttachments[i].finalLayout,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 156 * 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 D | radv_pass.c | 188 att->final_layout = pCreateInfo->pAttachments[i].finalLayout; 336 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
|
| H A D | radv_meta_resolve.c | 69 attachments[0].finalLayout = VK_IMAGE_LAYOUT_GENERAL; 71 attachments[1].finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
|
| H A D | radv_meta_blit.c | 943 .finalLayout = layout, 1006 .finalLayout = layout, 1063 .finalLayout = layout,
|
| H A D | radv_meta_blit2d.c | 801 .finalLayout = layout, 975 .finalLayout = layout, 1145 .finalLayout = layout,
|
| H A D | radv_meta_decompress.c | 49 attachment.finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
|
| H A D | radv_meta_resolve_fs.c | 219 .finalLayout = layout,
|
| H A D | radv_meta_clear.c | 219 .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 D | anv_pass.c | 309 final ? att_desc->finalLayout : att_desc->initialLayout; 369 .final_layout = pCreateInfo->pAttachments[i].finalLayout,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_pass.c | 79 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pass.c | 92 * 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 D | radv_meta_blit.c | 873 .finalLayout = layout, 966 .finalLayout = layout, 1052 .finalLayout = layout,
|
| H A D | radv_meta_blit2d.c | 739 .finalLayout = layout, 934 .finalLayout = layout, 1125 .finalLayout = layout,
|
| H A D | radv_meta_resolve.c | 67 attachments[0].finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; 69 attachments[1].finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
|
| H A D | radv_meta_resolve_fs.c | 183 .finalLayout = layout, 504 .finalLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_clear.c | 199 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 539 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 2155 .finalLayout = image_layout,
|
| H A D | radv_meta_decompress.c | 171 attachment.finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 79 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 D | anv_pass.c | 271 .final_layout = pCreateInfo->pAttachments[i].finalLayout, 440 .final_layout = pCreateInfo->pAttachments[i].finalLayout,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pass.c | 190 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_render_pass.h | 28 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 D | helpers.cpp | 629 desc->finalLayout = VK_IMAGE_LAYOUT_GENERAL; 657 desc->finalLayout = VK_IMAGE_LAYOUT_GENERAL;
|
Completed in 105 milliseconds
12