Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp380 for (auto queueState : anbInfo->queueStates) { in teardownAndroidNativeBufferImage()
384 anbInfo->queueStates.clear(); in teardownAndroidNativeBufferImage()
529 if (queueFamilyIndex >= anbInfo->queueStates.size()) { in setAndroidNativeImageSemaphoreSignaled()
530 anbInfo->queueStates.resize(queueFamilyIndex + 1); in setAndroidNativeImageSemaphoreSignaled()
533 anbInfo->queueStates[queueFamilyIndex]; in setAndroidNativeImageSemaphoreSignaled()
597 anbInfo->queueStates[anbInfo->lastUsedQueueFamilyIndex]; in setAndroidNativeImageSemaphoreSignaled()
634 if (queueFamilyIndex >= anbInfo->queueStates.size()) { in syncImageToColorBuffer()
635 anbInfo->queueStates.resize(queueFamilyIndex + 1); in syncImageToColorBuffer()
638 auto& queueState = anbInfo->queueStates[queueFamilyIndex]; in syncImageToColorBuffer()
DVkAndroidNativeBuffer.h104 std::vector<QueueState> queueStates; member