Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp550 std::map<VkQueue, std::list<VkSync>> mFreeSync; member in SwappyVkGoogleDisplayTimingAndroid
645 mFreeSync[queue].push_back(sync); in initializeVkSyncObjects()
658 mFreeSync[it->first].push_back(sync); in destroyVkSyncObjects()
661 while (mFreeSync[it->first].size() > 0) { in destroyVkSyncObjects()
662 VkSync sync = mFreeSync[it->first].front(); in destroyVkSyncObjects()
663 mFreeSync[it->first].pop_front(); in destroyVkSyncObjects()
691 mFreeSync[queue].push_back(sync); in waitForFenceChoreographer()
733 VkSync sync = mFreeSync[queue].front(); in doQueuePresent()
734 mFreeSync[queue].pop_front(); in doQueuePresent()