Home
last modified time | relevance | path

Searched refs:currentQueueFamilyIndex (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h329 uint32_t currentQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL; member
DVkCommonOperations.cpp2046 infoPtr->currentQueueFamilyIndex = sVkEmulation->queueFamilyIndex; in initializeVkColorBufferLocked()
3489 if (infoPtr->currentQueueFamilyIndex != VK_QUEUE_FAMILY_EXTERNAL) { in releaseColorBufferForGuestUse()
3497 .srcQueueFamilyIndex = infoPtr->currentQueueFamilyIndex, in releaseColorBufferForGuestUse()
3509 infoPtr->currentQueueFamilyIndex = VK_QUEUE_FAMILY_EXTERNAL; in releaseColorBufferForGuestUse()
3585 compositorInfo->preBorrowQueueFamilyIndex = colorBufferInfo->currentQueueFamilyIndex; in borrowColorBufferForComposition()
3603 colorBufferInfo->currentQueueFamilyIndex = compositorInfo->postBorrowQueueFamilyIndex; in borrowColorBufferForComposition()
3633 colorBufferInfo->currentQueueFamilyIndex = compositorInfo->postBorrowQueueFamilyIndex; in borrowColorBufferForDisplay()