Searched refs:VkSync (Results 1 – 1 of 1) sorted by relevance
543 struct VkSync { struct in SwappyVkGoogleDisplayTimingAndroid550 std::map<VkQueue, std::list<VkSync>> mFreeSync;551 std::map<VkQueue, std::list<VkSync>> mPendingSync;564 VkSync sync; in initializeVkSyncObjects()654 VkSync sync = mPendingSync[it->first].front(); in destroyVkSyncObjects()662 VkSync sync = mFreeSync[it->first].front(); in destroyVkSyncObjects()677 VkSync sync = mPendingSync[queue].front(); in waitForFenceChoreographer()733 VkSync sync = mFreeSync[queue].front(); in doQueuePresent()