Searched refs:kGuestUseDefaultImageLayout (Results 1 – 1 of 1) sorted by relevance
3448 const VkImageLayout kGuestUseDefaultImageLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; variable3465 if (infoPtr->currentLayout != kGuestUseDefaultImageLayout) { in releaseColorBufferForGuestUse()3472 .newLayout = kGuestUseDefaultImageLayout, in releaseColorBufferForGuestUse()3485 infoPtr->currentLayout = kGuestUseDefaultImageLayout; in releaseColorBufferForGuestUse()3598 compositorInfo->postBorrowLayout = kGuestUseDefaultImageLayout; in borrowColorBufferForComposition()