Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp234 const PipelineLayout& pl = shaderMgr_.GetPipelineLayoutRef(pipelineLayoutHandle); in GetComputePsoHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1312 return GetPipelineLayoutRef(handle); in GetPipelineLayout()
1317 return GetPipelineLayoutRef(handle.GetHandle()); in GetPipelineLayout()
1320 const PipelineLayout& ShaderManager::GetPipelineLayoutRef(const RenderHandle& handle) const in GetPipelineLayoutRef() function in ShaderManager
2368 return shaderMgr_.GetPipelineLayoutRef(handle); in GetPipelineLayout()
H A Dshader_manager.h202 const PipelineLayout& GetPipelineLayoutRef(const RenderHandle& handle) const;