Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h200 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr; member
DVkDecoderGlobalState.cpp1807 deviceInfo.externalFencePool = in on_vkCreateDevice()
1932 auto deviceFences = deviceInfo->externalFencePool->popAll(); in destroyDeviceLocked()
2558 ExternalFencePool<VulkanDispatch>* externalFencePool = nullptr; in on_vkCreateFence() local
2564 externalFencePool = deviceInfo->externalFencePool.get(); in on_vkCreateFence()
2566 *pFence = externalFencePool->pop(pCreateInfo); in on_vkCreateFence()
2633 VkFence replacement = deviceInfo->externalFencePool->pop(&createInfo); in on_vkResetFences()
2637 deviceInfo->externalFencePool->add(fence); in on_vkResetFences()
2806 deviceInfo.externalFencePool->add(fence); in on_vkDestroyFence()