Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp221 for (auto ref : customGpuBufferPools_) { in ~PlatformGpuMemoryAllocator()
370 PLUGIN_ASSERT(iter->second < static_cast<uint32_t>(customGpuBufferPools_.size())); in GetBufferPool()
371 result = customGpuBufferPools_[iter->second]; in GetBufferPool()
442 customGpuBufferPools_.push_back(pool); in CreatePoolForBuffers()
443 hashToGpuBufferPoolIndex_[hash] = static_cast<uint32_t>(customGpuBufferPools_.size()) - 1; in CreatePoolForBuffers()
506 PLUGIN_ASSERT(iter->second < static_cast<uint32_t>(customGpuBufferPools_.size())); in GetBufferPoolDebugName()
H A Dgpu_memory_allocator_vk.h101 BASE_NS::vector<VmaPool> customGpuBufferPools_; in RENDER_BEGIN_NAMESPACE() local