Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dimage_memory_barrier_common.adoc7 * [[VUID-{refpage}-oldLayout-01208]]
10 pname:oldLayout and pname:newLayout define an
12 and pname:oldLayout or pname:newLayout is
15 * [[VUID-{refpage}-oldLayout-01209]]
18 pname:oldLayout and pname:newLayout define an
20 and pname:oldLayout or pname:newLayout is
24 * [[VUID-{refpage}-oldLayout-01210]]
27 pname:oldLayout and pname:newLayout define an
29 and pname:oldLayout or pname:newLayout is
33 * [[VUID-{refpage}-oldLayout-01211]]
[all …]
Dimage_layout_transition_common.adoc75 ename:VK_IMAGE_ASPECT_DEPTH_BIT, pname:oldLayout and pname:newLayout
80 ename:VK_IMAGE_ASPECT_STENCIL_BIT, pname:oldLayout and pname:newLayout
Dpipeline_barrier_common.adoc56 * [[VUID-{refpage}-oldLayout-01181]]
58 pname:oldLayout and pname:newLayout members of any image memory barrier
/hardware/google/gfxstream/host/vulkan/
DBorrowedImageVk.cpp33 .oldLayout = borrowedImageInfo.preBorrowLayout, in addNeededBarriersToUseBorrowedImage()
56 .oldLayout = borrowedImageInfo.preBorrowLayout, in addNeededBarriersToUseBorrowedImage()
78 .oldLayout = usedFinalImageLayout, in addNeededBarriersToUseBorrowedImage()
100 .oldLayout = borrowedImageInfo.postBorrowLayout, in addNeededBarriersToUseBorrowedImage()
DVkDecoderSnapshotUtils.cpp211 .oldLayout = layoutBeforeSave, in saveImageContent()
247 imgMemoryBarrier.oldLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in saveImageContent()
313 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in loadImageContent()
411 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in loadImageContent()
447 imgMemoryBarrier.oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in loadImageContent()
Dvk_util.h463 VkImageLayout oldLayout, in recordImageLayoutTransformCommands() argument
470 .oldLayout = oldLayout, in recordImageLayoutTransformCommands()
DDisplayVk.cpp422 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in postImpl()
492 .oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, in postImpl()
DVkAndroidNativeBuffer.cpp558 .oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in setAndroidNativeImageSemaphoreSignaled()
667 .oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in syncImageToColorBuffer()
DCompositorVk.cpp640 .oldLayout = VK_IMAGE_LAYOUT_UNDEFINED, in setUpDefaultImage()
695 .oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, in setUpDefaultImage()
1244 .oldLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, in compose()
DVkCommonOperations.cpp2500 .oldLayout = colorBufferInfo->currentLayout, in readColorBufferToBytesLocked()
2716 .oldLayout = currentLayout, in updateColorBufferFromBytesLocked()
2746 .oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, in updateColorBufferFromBytesLocked()
3471 .oldLayout = infoPtr->currentLayout, in releaseColorBufferForGuestUse()
3495 .oldLayout = infoPtr->currentLayout, in releaseColorBufferForGuestUse()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp294 VkImageLayout oldLayout, VkImageLayout newLayout) { in transitionImageLayout() argument
297 .oldLayout = oldLayout, in transitionImageLayout()
312 switch (oldLayout) { in transitionImageLayout()
DVulkanTestHelper.h87 void transitionImageLayout(VkCommandBuffer cmdBuf, VkImage image, VkImageLayout oldLayout,
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.cpp102 .oldLayout = currentLayout, in readImageData()
136 .oldLayout = vkhpp::ImageLayout::eTransferSrcOptimal, in readImageData()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp495 .oldLayout = vkhpp::ImageLayout::eUndefined, in TEST_P()
634 .oldLayout = vkhpp::ImageLayout::eUndefined, in TEST_P()
814 .oldLayout = vkhpp::ImageLayout::eUndefined, in TEST_P()
1031 .oldLayout = vkhpp::ImageLayout::eUndefined, in TEST_P()
1207 .oldLayout = vkhpp::ImageLayout::eUndefined, in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp467 .oldLayout = vkhpp::ImageLayout::eUndefined, in TEST_P()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp160 bool fromReadable = isReadableImageLayout(barrier.oldLayout); in imageWillBecomeReadable()
170 string_VkImageLayout(barrier.oldLayout), string_VkImageLayout(barrier.newLayout)); in imageWillBecomeReadable()
175 if (barrier.oldLayout == VK_IMAGE_LAYOUT_UNDEFINED) return false; in imageWillBecomeReadable()
479 imageBarriers.back().oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; in decompressIfNeeded()
493 barrier.oldLayout = VK_IMAGE_LAYOUT_GENERAL; in decompressIfNeeded()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp364 .oldLayout = vkhpp::ImageLayout::eUndefined, in CreateImage()
410 .oldLayout = currentLayout, in DownloadImage()
469 .oldLayout = vkhpp::ImageLayout::eTransferSrcOptimal, in DownloadImage()
613 .oldLayout = vkhpp::ImageLayout::eUndefined, in CreateYuvImage()
673 .oldLayout = currentLayout, in LoadYuvImage()
773 .oldLayout = vkhpp::ImageLayout::eTransferDstOptimal, in LoadYuvImage()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c95 .oldLayout = barrier->oldLayout, in upgrade_image_memory_barrier()
Dvk_render_pass.c1300 .oldLayout = old_layout, in transition_image_range()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_synchronization2.adoc65 be specified by setting pname:oldLayout equal to pname:newLayout.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc170 VkImageLayout oldLayout;
178 The allowed values for `oldLayout` are:
DVK_EXT_shader_tile_image.adoc338 .oldLayout = ..., //layouts not allowed to be changed.
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1821 .oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in wsi_finish_create_blit_context()
1839 .oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in wsi_finish_create_blit_context()
1912 img_mem_barriers[0].oldLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in wsi_finish_create_blit_context()
1916 img_mem_barriers[1].oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in wsi_finish_create_blit_context()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1088 copy_barrier[0].oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; in ensure_swapchain_fonts()
1118 use_barrier[0].oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in ensure_swapchain_fonts()
1206 imb.oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in render_swapchain_display()
1351 imb.oldLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in render_swapchain_display()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc292 undefined: as if pname:oldLayout would equal
4355 * pname:oldLayout = ename:VK_IMAGE_LAYOUT_PRESENT_SRC_KHR
4358 Alternatively, pname:oldLayout can: be ename:VK_IMAGE_LAYOUT_UNDEFINED, if
6920 * pname:oldLayout is the old layout in an
6979 If pname:oldLayout is not equal to pname:newLayout, then the memory barrier
7026 pname:oldLayout and pname:newLayout define an
7028 pname:oldLayout must: be one of ename:VK_IMAGE_LAYOUT_PREINITIALIZED,
7051 * pname:oldLayout is the old layout in an
7096 enabled or pname:oldLayout is not equal to pname:newLayout,
7098 pname:oldLayout and pname:newLayout define an
[all …]

12