Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.h90 const PipelineLayout& GetComputePsoPipelineLayout(const RenderHandle handle) const;
H A Dnode_context_pso_manager.cpp353 const PipelineLayout& NodeContextPsoManager::GetComputePsoPipelineLayout(const RenderHandle handle)… in GetComputePsoPipelineLayout() function in NodeContextPsoManager
H A Drender_command_list.cpp1956 … ? psoMgr_.GetComputePsoPipelineLayout(stateData_.currentPsoHandle) in ValidatePipelineLayout()