Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1914 const auto poolIt = m_Pools.find(origPool); in FindPool() local
1915 if(poolIt != m_Pools.end()) in FindPool()
1917 outPool = poolIt->second.pool; in FindPool()