Home
last modified time | relevance | path

Searched refs:hashToHandle (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp193 const auto iter = cache.hashToHandle.find(hash); in GetComputePsoHandle()
194 const bool needsNewPso = (iter == cache.hashToHandle.cend()); in GetComputePsoHandle()
209 cache.hashToHandle[hash] = psoHandle; in GetComputePsoHandle()
269 const auto iter = cache.hashToHandle.find(hash); in GetGraphicsPsoHandleImpl()
270 const bool needsNewPso = (iter == cache.hashToHandle.cend()); in GetGraphicsPsoHandleImpl()
281 cache.hashToHandle[hash] = psoHandle; in GetGraphicsPsoHandleImpl()
H A Dnode_context_pso_manager.h113 BASE_NS::unordered_map<uint64_t, RenderHandle> hashToHandle; member
148 BASE_NS::unordered_map<uint64_t, RenderHandle> hashToHandle; member

Completed in 3 milliseconds