Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h305 angle::Result allocateNewEntryPool(ContextVk *contextVk, Pool &&pool);
Dvk_helpers.cpp1053 angle::Result DynamicallyGrowingPool<Pool>::allocateNewEntryPool(ContextVk *contextVk, Pool &&pool) in allocateNewEntryPool() function in rx::vk::DynamicallyGrowingPool
1148 return allocateNewEntryPool(contextVk, std::move(queryPool)); in allocateNewPool()
1353 ANGLE_TRY(allocateNewEntryPool(contextVk, std::move(newPool))); in allocateNewPool()