Home
last modified time | relevance | path

Searched defs:waitable (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.h34 inline bool IsDone(const DeviceOpWaitable& waitable) { in IsDone()
79 DeviceOpWaitable waitable; member
DDeviceOpTracker.cpp42 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkFence fence) { in AddPendingGarbage()
56 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkSemaphore semaphore) { in AddPendingGarbage()
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp295 std::shared_future<void> waitable; member
463 for (auto& waitable : pendingWaitables) { in Wait() local
494 auto waitable = EnqueueVirtioGpuTask(contextId, std::move(task)); in TransferFromHost() local
528 auto waitable = EnqueueVirtioGpuTask(contextId, std::move(task)); in TransferToHost() local
697 std::shared_future<void> waitable; in WaitOnEmulatedFence() local