Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp123 auto& gpCache = graphicsPipelineStateCache_; in BeginBackendFrame()
154 auto& gpCache = graphicsPipelineStateCache_; in BeginBackendFrame()
166 graphicsPipelineStateCache_.pendingPsoDestroys.push_back( in BeginBackendFrame()
263 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPsoHandleImpl()
368 auto& handleToPl = graphicsPipelineStateCache_.handleToPipelineLayout; in GetGraphicsPsoPipelineLayout()
409 …PLUGIN_ASSERT_MSG(index < static_cast<uint32_t>(graphicsPipelineStateCache_.psoCreationData.size()… in GetGraphicsPso()
412 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPso()
H A Dnode_context_pso_manager.h160 GraphicsPipelineStateCache graphicsPipelineStateCache_; variable