Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp113 auto& gpCache = computePipelineStateCache_; in BeginBackendFrame() local
114 for (auto iter = gpCache.pendingPsoDestroys.begin(); iter != gpCache.pendingPsoDestroys.end();) { in BeginBackendFrame()
116 iter = gpCache.pendingPsoDestroys.erase(iter); in BeginBackendFrame()
123 auto& gpCache = graphicsPipelineStateCache_; in BeginBackendFrame() local
124 for (auto iter = gpCache.pendingPsoDestroys.begin(); iter != gpCache.pendingPsoDestroys.end();) { in BeginBackendFrame()
126 iter = gpCache.pendingPsoDestroys.erase(iter); in BeginBackendFrame()
139 auto& gpCache = computePipelineStateCache_; in BeginBackendFrame() local
140 for (size_t idx = 0U; idx < gpCache in BeginBackendFrame()
154 auto& gpCache = graphicsPipelineStateCache_; BeginBackendFrame() local
[all...]

Completed in 1 milliseconds