Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp355 auto& handleToPl = computePipelineStateCache_.handleToPipelineLayout; in GetComputePsoPipelineLayout() local
356 if (const auto iter = handleToPl.find(handle); iter != handleToPl.cend()) { in GetComputePsoPipelineLayout()
368 auto& handleToPl = graphicsPipelineStateCache_.handleToPipelineLayout; in GetGraphicsPsoPipelineLayout() local
369 if (const auto iter = handleToPl.find(handle); iter != handleToPl.cend()) { in GetGraphicsPsoPipelineLayout()