Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.h32 using DeviceOpWaitable = std::shared_future<void>; variable
34 inline bool IsDone(const DeviceOpWaitable& waitable) { in IsDone()
53 void AddPendingGarbage(DeviceOpWaitable waitable, VkFence fence);
57 void AddPendingGarbage(DeviceOpWaitable waitable, VkSemaphore semaphore);
79 DeviceOpWaitable waitable;
108 DeviceOpWaitable OnQueueSubmittedWithFence(VkFence fence);
DDeviceOpTracker.cpp42 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkFence fence) { in AddPendingGarbage()
56 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkSemaphore semaphore) { in AddPendingGarbage()
190 DeviceOpWaitable DeviceOpBuilder::OnQueueSubmittedWithFence(VkFence fence) { in OnQueueSubmittedWithFence()
201 DeviceOpWaitable future = promise->get_future().share(); in OnQueueSubmittedWithFence()
DVkDecoderInternalStructs.h300 std::optional<DeviceOpWaitable> latestUse;
310 std::optional<DeviceOpWaitable> latestUse;
DVkDecoderGlobalState.cpp4834 DeviceOpWaitable aniCompletedWaitable = builder.OnQueueSubmittedWithFence(usedFence); in on_vkAcquireImageANDROID()