Home
last modified time | relevance | path

Searched refs:VK_IMAGE_LAYOUT_UNDEFINED (Results 1 – 25 of 38) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DBorrowedImageVk.h36 VkImageLayout preBorrowLayout = VK_IMAGE_LAYOUT_UNDEFINED;
48 VkImageLayout postBorrowLayout = VK_IMAGE_LAYOUT_UNDEFINED;
DCompositorVk.h199 VkImageLayout preCompositionLayout = VK_IMAGE_LAYOUT_UNDEFINED;
201 VkImageLayout postCompositionLayout = VK_IMAGE_LAYOUT_UNDEFINED;
DBorrowedImageVk.cpp50 usedInitialImageLayout != VK_IMAGE_LAYOUT_UNDEFINED) { in addNeededBarriersToUseBorrowedImage()
DVkDecoderSnapshotUtils.cpp127 if (imageInfo->layout == VK_IMAGE_LAYOUT_UNDEFINED) { in saveImageContent()
282 if (imageInfo->layout == VK_IMAGE_LAYOUT_UNDEFINED) { in loadImageContent()
313 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in loadImageContent()
411 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in loadImageContent()
DVkDecoderInternalStructs.h246 VkImageLayout layout = VK_IMAGE_LAYOUT_UNDEFINED;
DVkCommonOperations.h328 VkImageLayout currentLayout = VK_IMAGE_LAYOUT_UNDEFINED;
DCompositorVk.cpp31 constexpr const VkImageLayout kTargetImageInitialLayoutUsed = VK_IMAGE_LAYOUT_UNDEFINED;
569 .initialLayout = VK_IMAGE_LAYOUT_UNDEFINED, in setUpDefaultImage()
640 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in setUpDefaultImage()
DVkCommonOperations.cpp2017 imageCi->initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in initializeVkColorBufferLocked()
2477 if (colorBufferInfo->currentLayout == VK_IMAGE_LAYOUT_UNDEFINED) { in readColorBufferToBytesLocked()
2709 currentLayout = VK_IMAGE_LAYOUT_UNDEFINED; in updateColorBufferFromBytesLocked()
2740 if (isSnapshotLoad && colorBufferInfo->currentLayout != VK_IMAGE_LAYOUT_UNDEFINED) { in updateColorBufferFromBytesLocked()
3389 return VK_IMAGE_LAYOUT_UNDEFINED; in getColorBufferCurrentLayout()
3597 if (compositorInfo->postBorrowLayout == VK_IMAGE_LAYOUT_UNDEFINED) { in borrowColorBufferForComposition()
DDisplayVk.cpp422 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in postImpl()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp87 .initialLayout = VK_IMAGE_LAYOUT_UNDEFINED, in createImage()
111 vkTest->transitionImageLayout(cmdBuf, image, VK_IMAGE_LAYOUT_UNDEFINED, in decompressImage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dattachment_reference_common.adoc9 must: not be ename:VK_IMAGE_LAYOUT_UNDEFINED,
Dattachment_description_common.adoc10 ename:VK_IMAGE_LAYOUT_UNDEFINED
12 pname:finalLayout must: not be ename:VK_IMAGE_LAYOUT_UNDEFINED or
Dimage_memory_barrier_common.adoc63 pname:oldLayout must: be ename:VK_IMAGE_LAYOUT_UNDEFINED or the current
70 pname:newLayout must: not be ename:VK_IMAGE_LAYOUT_UNDEFINED or
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h138 .initialLayout = VK_IMAGE_LAYOUT_UNDEFINED}; in setUpImage()
171 cmdBuff, m_vkImage, VK_IMAGE_LAYOUT_UNDEFINED, k_vkImageLayout); in setUpImage()
DVulkan_unittest.cpp508 VK_IMAGE_LAYOUT_UNDEFINED, in TEST_F()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c599 case VK_IMAGE_LAYOUT_UNDEFINED: in vk_image_layout_is_read_only()
815 return VK_IMAGE_LAYOUT_UNDEFINED; in vk_att_ref_stencil_layout()
858 return VK_IMAGE_LAYOUT_UNDEFINED; in vk_att_desc_stencil_layout()
891 case VK_IMAGE_LAYOUT_UNDEFINED: in vk_image_layout_to_usage_flags()
Dvk_render_pass.c821 pass->fragment_density_map.layout = VK_IMAGE_LAYOUT_UNDEFINED; in vk_common_CreateRenderPass2()
1389 *layout_out = VK_IMAGE_LAYOUT_UNDEFINED; in can_use_attachment_initial_layout()
1394 *stencil_layout_out = VK_IMAGE_LAYOUT_UNDEFINED; in can_use_attachment_initial_layout()
1659 sp_att->layout, VK_IMAGE_LAYOUT_UNDEFINED); in begin_subpass()
2038 VK_IMAGE_LAYOUT_UNDEFINED, in begin_subpass()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_win32_keyed_mutex.adoc105 imageCreateInfo.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED;
DVK_KHR_synchronization2.adoc67 ename:VK_IMAGE_LAYOUT_UNDEFINED, without discarding data in the image.
DVK_NV_external_memory_win32.adoc162 imageCreateInfo.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED;
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp313 case VK_IMAGE_LAYOUT_UNDEFINED: in transitionImageLayout()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp175 if (barrier.oldLayout == VK_IMAGE_LAYOUT_UNDEFINED) return false; in imageWillBecomeReadable()
479 imageBarriers.back().oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; in decompressIfNeeded()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_external_memory_acquire_unmodified.adoc118 link:{refpage}VK_IMAGE_LAYOUT_UNDEFINED.html[VK_IMAGE_LAYOUT_UNDEFINED]
DVK_EXT_host_image_copy.adoc180 - `VK_IMAGE_LAYOUT_UNDEFINED`
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1088 copy_barrier[0].oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; in ensure_swapchain_fonts()
1643 image_info.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in setup_swapchain_data_pipeline()

12