Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp779 VkFence qsriFence = anbInfo->qsriWaitFencePool->getFenceFromPool(); in syncImageToColorBuffer() local
781 VK_CHECK(vk->vkQueueSubmit(queueState.queue, 1, &submitInfo, qsriFence)); in syncImageToColorBuffer()
782 auto waitForQsriFenceTask = [anbInfoPtr, anbInfo, vk, device = anbInfo->device, qsriFence] { in syncImageToColorBuffer()
785 VK_ANB_DEBUG_OBJ(anbInfoPtr, "wait callback: wait for fence %p...", qsriFence); in syncImageToColorBuffer()
786 VkResult res = vk->vkWaitForFences(device, 1, &qsriFence, VK_FALSE, kTimeoutNs); in syncImageToColorBuffer()
797 VK_ANB_DEBUG_OBJ(anbInfoPtr, "wait callback: wait for fence %p...(done)", qsriFence); in syncImageToColorBuffer()
798 anbInfo->qsriWaitFencePool->returnFence(qsriFence); in syncImageToColorBuffer()