Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp543 struct VkSync { struct in SwappyVkGoogleDisplayTimingAndroid
550 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()