Home
last modified time | relevance | path

Searched refs:postBorrowLayout (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DBorrowedImageVk.cpp72 if (borrowedImageInfo.postBorrowLayout != usedFinalImageLayout) { in addNeededBarriersToUseBorrowedImage()
79 .newLayout = borrowedImageInfo.postBorrowLayout, in addNeededBarriersToUseBorrowedImage()
100 .oldLayout = borrowedImageInfo.postBorrowLayout, in addNeededBarriersToUseBorrowedImage()
101 .newLayout = borrowedImageInfo.postBorrowLayout, in addNeededBarriersToUseBorrowedImage()
DBorrowedImageVk.h48 VkImageLayout postBorrowLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
DVkCommonOperations.cpp3590 compositorInfo->postBorrowLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in borrowColorBufferForComposition()
3595 compositorInfo->postBorrowLayout = colorBufferInfo->currentLayout; in borrowColorBufferForComposition()
3597 if (compositorInfo->postBorrowLayout == VK_IMAGE_LAYOUT_UNDEFINED) { in borrowColorBufferForComposition()
3598 compositorInfo->postBorrowLayout = kGuestUseDefaultImageLayout; in borrowColorBufferForComposition()
3602 colorBufferInfo->currentLayout = compositorInfo->postBorrowLayout; in borrowColorBufferForComposition()
3630 compositorInfo->postBorrowLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in borrowColorBufferForDisplay()
3632 colorBufferInfo->currentLayout = compositorInfo->postBorrowLayout; in borrowColorBufferForDisplay()
/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp82 info->postBorrowLayout = RenderTexture::k_vkImageLayout; in createBorrowedImageInfo()
DCompositorVk_unittest.cpp240 ret->postBorrowLayout = SourceOrTargetImage::k_vkImageLayout; in createBorrowedImageInfo()