Searched refs:externalFencePool (Results 1 – 2 of 2) sorted by relevance
200 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr; member
1807 deviceInfo.externalFencePool = in on_vkCreateDevice()1932 auto deviceFences = deviceInfo->externalFencePool->popAll(); in destroyDeviceLocked()2558 ExternalFencePool<VulkanDispatch>* externalFencePool = nullptr; in on_vkCreateFence() local2564 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()