Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1652 bool FindPool(size_t lineNumber, uint64_t origPool, VmaPool& outPool);
1908 bool Player::FindPool(size_t lineNumber, uint64_t origPool, VmaPool& outPool) in FindPool() argument
1910 outPool = VK_NULL_HANDLE; in FindPool()
1917 outPool = poolIt->second.pool; in FindPool()