Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.h36 using DeviceOpWaitable = std::shared_future<void>; variable
38 inline bool IsDone(const DeviceOpWaitable& waitable) { in IsDone()
57 void AddPendingGarbage(DeviceOpWaitable waitable, VkFence fence);
61 void AddPendingGarbage(DeviceOpWaitable waitable, VkSemaphore semaphore);
86 DeviceOpWaitable waitable;
115 DeviceOpWaitable OnQueueSubmittedWithFence(VkFence fence);
DDeviceOpTracker.cpp43 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkFence fence) { in AddPendingGarbage()
57 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkSemaphore semaphore) { in AddPendingGarbage()
198 DeviceOpWaitable DeviceOpBuilder::OnQueueSubmittedWithFence(VkFence fence) { in OnQueueSubmittedWithFence()
209 DeviceOpWaitable future = promise->get_future().share(); in OnQueueSubmittedWithFence()
DVkDecoderInternalStructs.h321 std::optional<DeviceOpWaitable> latestUse;
331 std::optional<DeviceOpWaitable> latestUse;
DVkDecoderGlobalState.cpp5870 DeviceOpWaitable aniCompletedWaitable = builder.OnQueueSubmittedWithFence(usedFence); in on_vkAcquireImageANDROID()
6345 DeviceOpWaitable queueCompletedWaitable; in on_vkQueueSubmit()