/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_program_vk.cpp | 54 pipelineLayout = mod.GetPipelineLayout(); in RENDER_BEGIN_NAMESPACE() 72 const auto& reflPl = mod.GetPipelineLayout(); in RENDER_BEGIN_NAMESPACE() 103 reflection_.pipelineLayout = mod.GetPipelineLayout(); in GpuComputeProgramVk()
|
H A D | shader_module_vk.cpp | 70 pipelineLayout_ = createInfo.reflectionData.GetPipelineLayout(); in ShaderModuleVk() 128 const PipelineLayout& ShaderModuleVk::GetPipelineLayout() const in GetPipelineLayout() function in ShaderModuleVk
|
H A D | shader_module_vk.h | 44 const PipelineLayout& GetPipelineLayout() const override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_module.h | 42 virtual const PipelineLayout& GetPipelineLayout() const = 0;
|
H A D | shader_manager.h | 82 PipelineLayout GetPipelineLayout() const; 200 PipelineLayout GetPipelineLayout(const RenderHandleReference& handle) const override; 201 PipelineLayout GetPipelineLayout(const RenderHandle& handle) const; 522 const PipelineLayout& GetPipelineLayout(const RenderHandle& handle) const override;
|
H A D | shader_manager.cpp | 496 … const RenderHandleReference plRhr = CreatePipelineLayout({ fullName, cs->GetPipelineLayout() }); in Create() 563 const PipelineLayout layouts[] { vs->GetPipelineLayout(), fs->GetPipelineLayout() }; in Create() 1310 PipelineLayout ShaderManager::GetPipelineLayout(const RenderHandle& handle) const in GetPipelineLayout() function in ShaderManager 1315 PipelineLayout ShaderManager::GetPipelineLayout(const RenderHandleReference& handle) const in GetPipelineLayout() function in ShaderManager 2029 return CreateShaderPipelineBinder(handle, GetPipelineLayout(finalPlHandle)); in CreateShaderPipelineBinder() 2046 const PipelineLayout lpl = GetPipelineLayout(lhs); in GetCompatibilityFlags() 2047 const PipelineLayout rpl = GetPipelineLayout(rhs); in GetCompatibilityFlags() 2054 const PipelineLayout shaderPl = GetPipelineLayout(shaderPlHandle); in GetCompatibilityFlags() 2067 ? GetPipelineLayout(lShaderPlHandle) in GetCompatibilityFlags() 2157 PipelineLayout ShaderReflectionData::GetPipelineLayout() const in GetPipelineLayout() function in ShaderReflectionData [all …]
|
H A D | shader_pipeline_binder.h | 86 PipelineLayout GetPipelineLayout() const override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | pipeline_layout_loader.h | 54 const PipelineLayout& GetPipelineLayout() const; in RENDER_BEGIN_NAMESPACE()
|
H A D | pipeline_layout_loader.cpp | 148 const PipelineLayout& PipelineLayoutLoader::GetPipelineLayout() const in GetPipelineLayout() function in PipelineLayoutLoader
|
H A D | shader_loader.cpp | 546 const PipelineLayout& pipelineLayout = loader.GetPipelineLayout(); in CreatePipelineLayout()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | shader_module_gles.cpp | 163 me.pipelineLayout_ = createInfo.reflectionData.GetPipelineLayout(); in ProcessShaderModule() 250 const PipelineLayout& ShaderModuleGLES::GetPipelineLayout() const in GetPipelineLayout() function in ShaderModuleGLES
|
H A D | shader_module_gles.h | 63 const PipelineLayout& GetPipelineLayout() const override;
|
H A D | gpu_program_gles.cpp | 549 pipelineLayout = plat_.vertShaderModule_->GetPipelineLayout(); in GpuShaderProgramGLES() 557 const auto& reflPl = plat_.fragShaderModule_->GetPipelineLayout(); in GpuShaderProgramGLES() 706 reflection_.pipelineLayout = plat_.module_->GetPipelineLayout(); in GpuComputeProgramGLES()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_env.cpp | 137 defaultPipelineLayout_ = shaderMgr.GetPipelineLayout(plHandle); in InitNode() 255 const PipelineLayout& plRef = shaderMgr.GetPipelineLayout(currPlHandle); in UpdateAndBindCustomSet() 398 …customSet2_ = shaderMgr.GetPipelineLayout(plHandle).descriptorSetCount == CUSTOM_SET_DESCRIPTOR_SE… in GetPso()
|
H A D | render_node_default_material_render_slot.cpp | 505 const PipelineLayout& plRef = shaderMgr.GetPipelineLayout(currPlHandle); in UpdateAndBindSet3() 660 …allShaderData_.defaultPipelineLayout = shaderMgr.GetPipelineLayout(allShaderData_.defaultPlHandle); in CreateDefaultShaderData() 764 … psoHandle = psoMgr.GetGraphicsPsoHandle(currShader, gfxState, shaderMgr.GetPipelineLayout(currPl), in CreateNewPso() 773 shaderMgr.GetPipelineLayout(currPl).descriptorSetCount == CUSTOM_SET_DESCRIPTOR_SET_COUNT; in CreateNewPso()
|
H A D | render_node_default_material_deferred_shading.cpp | 422 const PipelineLayout plDef = shaderMgr.GetPipelineLayout(plDefHandle); in CreateDescriptorSets() 424 pipelineLayout_ = shaderMgr.GetPipelineLayout(plShaderHandle); in CreateDescriptorSets()
|
H A D | render_node_default_depth_render_slot.cpp | 341 …allShaderData_.defaultPipelineLayout = shaderMgr.GetPipelineLayout(allShaderData_.defaultPlHandle); in CreateDefaultShaderData() 478 … psoHandle = psoMgr.GetGraphicsPsoHandle(currShader, gfxState, shaderMgr.GetPipelineLayout(currPl), in CreateNewPso()
|
H A D | render_node_default_shadow_render_slot.cpp | 430 …allShaderData_.defaultPipelineLayout = shaderMgr.GetPipelineLayout(allShaderData_.defaultPlHandle); in CreateDefaultShaderData() 501 const PipelineLayout& pl = shaderMgr.GetPipelineLayout(currPl); in CreateNewPso()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_shader_manager.h | 395 virtual PipelineLayout GetPipelineLayout(const RenderHandleReference& handle) const = 0; in RENDER_BEGIN_NAMESPACE() 712 virtual const PipelineLayout& GetPipelineLayout(const RenderHandle& handle) const = 0;
|
H A D | intf_shader_pipeline_binder.h | 218 virtual PipelineLayout GetPipelineLayout() const = 0; in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.cpp | 956 combineData_.pipelineLayout = shaderMgr.GetPipelineLayout(combineData_.pl); in InitCreateShaderResources() 962 copyData_.pipelineLayout = shaderMgr.GetPipelineLayout(copyData_.pl); in InitCreateShaderResources() 969 fxaaData_.pipelineLayout = shaderMgr.GetPipelineLayout(fxaaData_.pl); in InitCreateShaderResources() 975 taaData_.pipelineLayout = shaderMgr.GetPipelineLayout(taaData_.pl); in InitCreateShaderResources() 982 dofData_.pipelineLayout = shaderMgr.GetPipelineLayout(dofData_.pl); in InitCreateShaderResources() 989 dofBlurData_.pipelineLayout = shaderMgr.GetPipelineLayout(dofBlurData_.pl); in InitCreateShaderResources()
|
H A D | node_context_pso_manager.cpp | 323 const PipelineLayout& pl = shaderMgr_.GetPipelineLayout(pipelineLayoutHandle); in GetGraphicsPsoHandle()
|
H A D | render_node_util.cpp | 198 return shaderMgr.GetPipelineLayout(plHandle); in CreatePipelineLayout()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_shader_passes_generic.cpp | 194 const PipelineLayout& pl = sRef.GetPipelineLayout(); in ExecuteFrameGraphics() 283 const PipelineLayout& pl = sRef.GetPipelineLayout(); in ExecuteFrameCompute()
|
H A D | render_node_fullscreen_generic.cpp | 69 pipelineData_.pipelineLayoutData = shaderMgr.GetPipelineLayout(pipelineData_.pipelineLayout); in RENDER_BEGIN_NAMESPACE()
|