Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.h122 BASE_NS::unordered_map<RenderHandle, PipelineLayout> handleToPipelineLayout; member
157 BASE_NS::unordered_map<RenderHandle, PipelineLayout> handleToPipelineLayout; member
H A Dnode_context_pso_manager.cpp212 cache.handleToPipelineLayout[psoHandle] = pipelineLayout; in GetComputePsoHandle()
296 cache.handleToPipelineLayout[psoHandle] = pipelineLayout; in GetGraphicsPsoHandleImpl()
355 auto& handleToPl = computePipelineStateCache_.handleToPipelineLayout; in GetComputePsoPipelineLayout()
368 auto& handleToPl = graphicsPipelineStateCache_.handleToPipelineLayout; in GetGraphicsPsoPipelineLayout()