Searched refs:customGpuBufferPools_ (Results 1 – 2 of 2) sorted by relevance
221 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()
101 BASE_NS::vector<VmaPool> customGpuBufferPools_; in RENDER_BEGIN_NAMESPACE() local