Searched refs:semaphoreFence (Results 1 – 2 of 2) sorted by relevance
91 for (auto&& semaphoreFence : usedSemaphoreFenceList_) { in ~RsVulkanInterface()92 if (semaphoreFence.fence != nullptr) { in ~RsVulkanInterface()93 semaphoreFence.fence->Wait(-1); in ~RsVulkanInterface()95 vkDestroySemaphore(device_, semaphoreFence.semaphore, nullptr); in ~RsVulkanInterface()474 for (auto&& semaphoreFence : usedSemaphoreFenceList_) { in DestroyAllSemaphoreFence()475 vkDestroySemaphore(device_, semaphoreFence.semaphore, nullptr); in DestroyAllSemaphoreFence()487 for (auto&& semaphoreFence : usedSemaphoreFenceList_) { in RequireSemaphore()488 if (semaphoreFence.fence != nullptr) { in RequireSemaphore()489 semaphoreFence.fence->Wait(-1); in RequireSemaphore()522 auto& semaphoreFence = usedSemaphoreFenceList_.emplace_back(); in SendSemaphoreWithFd() local[all …]
260 struct semaphoreFence { struct264 std::list<semaphoreFence> usedSemaphoreFenceList_; argument