Searched refs:hashToGpuBufferPoolIndex_ (Results 1 – 2 of 2) sorted by relevance
369 …if (const auto iter = hashToGpuBufferPoolIndex_.find(hash); iter != hashToGpuBufferPoolIndex_.cend… in GetBufferPool()433 const size_t hashCount = hashToGpuBufferPoolIndex_.count(hash); in CreatePoolForBuffers()443 hashToGpuBufferPoolIndex_[hash] = static_cast<uint32_t>(customGpuBufferPools_.size()) - 1; in CreatePoolForBuffers()505 …if (const auto iter = hashToGpuBufferPoolIndex_.find(hash); iter != hashToGpuBufferPoolIndex_.cend… in GetBufferPoolDebugName()
104 BASE_NS::unordered_map<uint64_t, uint32_t> hashToGpuBufferPoolIndex_; in RENDER_BEGIN_NAMESPACE() local