| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_image.h | 19 #define VN_PRESENT_SRC_INTERNAL_LAYOUT VK_IMAGE_LAYOUT_GENERAL
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_dump.c | 127 .oldLayout = VK_IMAGE_LAYOUT_GENERAL, 128 .newLayout = VK_IMAGE_LAYOUT_GENERAL, 149 anv_image_to_handle(src), VK_IMAGE_LAYOUT_GENERAL, 150 image->image, VK_IMAGE_LAYOUT_GENERAL, 1, 184 .oldLayout = VK_IMAGE_LAYOUT_GENERAL, 185 .newLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_render_pass.c | 56 VkImageLayout layout = rt->fbfetch ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; 164 VkImageLayout layout = rt->fbfetch ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; 325 return rt->fbfetch ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
|
| H A D | zink_clear.c | 142 if (zink_resource_image_needs_barrier(res, VK_IMAGE_LAYOUT_GENERAL, 0, 0) && 163 if (zink_resource_image_needs_barrier(res, VK_IMAGE_LAYOUT_GENERAL, 0, 0) &&
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_image.c | 464 case VK_IMAGE_LAYOUT_GENERAL: 509 case VK_IMAGE_LAYOUT_GENERAL: 589 return vk_image_layout_to_usage_flags(VK_IMAGE_LAYOUT_GENERAL, aspect);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_fmask_expand.c | 143 .imageLayout = VK_IMAGE_LAYOUT_GENERAL}, 153 .imageLayout = VK_IMAGE_LAYOUT_GENERAL},
|
| H A D | radv_meta_resolve_fs.c | 203 .layout = VK_IMAGE_LAYOUT_GENERAL, 503 .initialLayout = VK_IMAGE_LAYOUT_GENERAL, 504 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 519 .layout = VK_IMAGE_LAYOUT_GENERAL, 803 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 868 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_clear.c | 198 .initialLayout = VK_IMAGE_LAYOUT_GENERAL, 199 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 212 .layout = VK_IMAGE_LAYOUT_GENERAL, 219 .layout = VK_IMAGE_LAYOUT_GENERAL, 538 .initialLayout = VK_IMAGE_LAYOUT_GENERAL, 539 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 554 .layout = VK_IMAGE_LAYOUT_GENERAL, 1590 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_copy_vrs_htile.c | 274 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_resolve_cs.c | 544 .imageLayout = VK_IMAGE_LAYOUT_GENERAL}, 555 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 599 .imageLayout = VK_IMAGE_LAYOUT_GENERAL}, 610 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_decompress.c | 687 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 699 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_fast_clear.c | 880 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 892 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_image.c | 2097 case VK_IMAGE_LAYOUT_GENERAL: 2099 * VK_IMAGE_LAYOUT_GENERAL if we are not in a render loop and 2169 if ((layout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL || layout == VK_IMAGE_LAYOUT_GENERAL) && 2173 return device->physical_device->rad_info.chip_class >= GFX10 || layout != VK_IMAGE_LAYOUT_GENERAL; 2186 if ((layout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL || layout == VK_IMAGE_LAYOUT_GENERAL) && 2191 return layout != VK_IMAGE_LAYOUT_GENERAL &&
|
| H A D | radv_meta_bufimage.c | 1387 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1538 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1688 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1700 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1838 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_fmask_expand.c | 162 .imageLayout = VK_IMAGE_LAYOUT_GENERAL 176 .imageLayout = VK_IMAGE_LAYOUT_GENERAL
|
| H A D | radv_meta_copy.c | 205 img_bsurf.current_layout = VK_IMAGE_LAYOUT_GENERAL; 349 img_info.current_layout = VK_IMAGE_LAYOUT_GENERAL; 486 b_dst.current_layout = VK_IMAGE_LAYOUT_GENERAL;
|
| H A D | radv_meta_resolve.c | 68 attachments[0].initialLayout = VK_IMAGE_LAYOUT_GENERAL; 69 attachments[0].finalLayout = VK_IMAGE_LAYOUT_GENERAL; 86 .layout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_resolve_cs.c | 343 .imageLayout = VK_IMAGE_LAYOUT_GENERAL }, 356 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_resolve_fs.c | 233 .layout = VK_IMAGE_LAYOUT_GENERAL, 398 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_private.h | 424 return (layout == VK_IMAGE_LAYOUT_GENERAL) ? RADV_BLIT_DS_LAYOUT_TILE_DISABLE : RADV_BLIT_DS_LAYOUT_TILE_ENABLE; 429 return ds_layout == RADV_BLIT_DS_LAYOUT_TILE_ENABLE ? VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL : VK_IMAGE_LAYOUT_GENERAL; 440 return (layout == VK_IMAGE_LAYOUT_GENERAL) ? RADV_META_DST_LAYOUT_GENERAL : RADV_META_DST_LAYOUT_OPTIMAL; 445 return layout == RADV_META_DST_LAYOUT_OPTIMAL ? VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL : VK_IMAGE_LAYOUT_GENERAL;
|
| H A D | radv_meta_clear.c | 218 .initialLayout = VK_IMAGE_LAYOUT_GENERAL, 219 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 228 .layout = VK_IMAGE_LAYOUT_GENERAL, 233 .layout = VK_IMAGE_LAYOUT_GENERAL, 536 .initialLayout = VK_IMAGE_LAYOUT_GENERAL, 537 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 548 .layout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_fast_clear.c | 794 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 808 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| H A D | radv_meta_bufimage.c | 1678 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 1847 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2018 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2032 .imageLayout = VK_IMAGE_LAYOUT_GENERAL, 2178 .imageLayout = VK_IMAGE_LAYOUT_GENERAL,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 628 desc->initialLayout = VK_IMAGE_LAYOUT_GENERAL; 629 desc->finalLayout = VK_IMAGE_LAYOUT_GENERAL; 633 ref->layout = VK_IMAGE_LAYOUT_GENERAL; 656 desc->initialLayout = VK_IMAGE_LAYOUT_GENERAL; 657 desc->finalLayout = VK_IMAGE_LAYOUT_GENERAL; 660 ds_attachment.layout = VK_IMAGE_LAYOUT_GENERAL;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 720 .initialLayout = VK_IMAGE_LAYOUT_GENERAL, 721 .finalLayout = VK_IMAGE_LAYOUT_GENERAL, 726 .layout = VK_IMAGE_LAYOUT_GENERAL,
|