Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp230 …const RenderHandle pipelineLayoutHandle, const ShaderSpecializationConstantDataView& shaderSpecial… in GetComputePsoHandle() argument
233 … if (RenderHandleUtil::GetHandleType(pipelineLayoutHandle) == RenderHandleType::PIPELINE_LAYOUT) { in GetComputePsoHandle()
234 const PipelineLayout& pl = shaderMgr_.GetPipelineLayoutRef(pipelineLayoutHandle); in GetComputePsoHandle()
318 const RenderHandle graphicsState, const RenderHandle pipelineLayoutHandle, in GetGraphicsPsoHandle() argument
323 const PipelineLayout& pl = shaderMgr_.GetPipelineLayout(pipelineLayoutHandle); in GetGraphicsPsoHandle()