Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.h123 class QsriWaitFencePool {
125 QsriWaitFencePool(VulkanDispatch*, VkDevice);
126 ~QsriWaitFencePool();
142 std::unique_ptr<QsriWaitFencePool> qsriWaitFencePool = nullptr;
DVkAndroidNativeBuffer.cpp53 AndroidNativeBufferInfo::QsriWaitFencePool::QsriWaitFencePool(VulkanDispatch* vk, VkDevice device) in QsriWaitFencePool() function in gfxstream::vk::AndroidNativeBufferInfo::QsriWaitFencePool
56 VkFence AndroidNativeBufferInfo::QsriWaitFencePool::getFenceFromPool() { in getFenceFromPool()
83 AndroidNativeBufferInfo::QsriWaitFencePool::~QsriWaitFencePool() { in ~QsriWaitFencePool()
97 void AndroidNativeBufferInfo::QsriWaitFencePool::returnFence(VkFence fence) { in returnFence()
359 std::make_unique<AndroidNativeBufferInfo::QsriWaitFencePool>(out->vk, out->device); in prepareAndroidNativeBufferImage()