Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DBorrowedImageVk.cpp33 .oldLayout = borrowedImageInfo.preBorrowLayout, in addNeededBarriersToUseBorrowedImage()
34 .newLayout = borrowedImageInfo.preBorrowLayout, in addNeededBarriersToUseBorrowedImage()
49 if (borrowedImageInfo.preBorrowLayout != usedInitialImageLayout && in addNeededBarriersToUseBorrowedImage()
56 .oldLayout = borrowedImageInfo.preBorrowLayout, in addNeededBarriersToUseBorrowedImage()
DBorrowedImageVk.h36 VkImageLayout preBorrowLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
DVkCommonOperations.cpp3584 compositorInfo->preBorrowLayout = colorBufferInfo->currentLayout; in borrowColorBufferForComposition()
3624 compositorInfo->preBorrowLayout = colorBufferInfo->currentLayout; in borrowColorBufferForDisplay()
/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp80 info->preBorrowLayout = RenderTexture::k_vkImageLayout; in createBorrowedImageInfo()
DCompositorVk_unittest.cpp238 ret->preBorrowLayout = SourceOrTargetImage::k_vkImageLayout; in createBorrowedImageInfo()