/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_morph.cpp | 68 pipelineLayout_ = shaderMgr.GetReflectionPipelineLayout(shaderHandle); in InitNode() 71 psoHandle_ = psoMgr.GetComputePsoHandle(shaderHandle, pipelineLayout_, {}); in InitNode() 101 …derHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(SET_WEIGHTS, pipelineLayout_); in PreExecuteFrame() 103 descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[SET_WEIGHTS].bindings); in PreExecuteFrame() 109 descriptorSetMgr.CreateDescriptorSet(SET_INPUTS, pipelineLayout_); in PreExecuteFrame() 111 descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[SET_INPUTS].bindings); in PreExecuteFrame() 118 descriptorSetMgr.CreateDescriptorSet(SET_OUTPUTS, pipelineLayout_); in PreExecuteFrame() 120 … descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[SET_OUTPUTS].bindings); in PreExecuteFrame() 252 … cmdList.PushConstant(pipelineLayout_.pushConstant, reinterpret_cast<const uint8_t*>(&pushData)); in ComputeMorphs()
|
H A D | render_node_camera_cubemap.cpp | 144 pipelineLayout_ = shaderMgr.GetPipelineLayout(plHandle); in InitNode() 148 … shader_, graphicsState, pipelineLayout_, {}, {}, { DYNAMIC_STATES, countof(DYNAMIC_STATES) }); in InitNode() 294 if (pipelineLayout_.pushConstant.byteSize > 0) { in ExecuteSinglePostProcess() 299 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in ExecuteSinglePostProcess() 494 DescriptorCounts dc0 = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 496 …renderNodeUtil.GetDescriptorCounts(pipelineLayout_.descriptorSetLayouts[LOCAL_POST_PROCESS_SET].bi… in InitCreateBinders() 506 … const auto& bindings = pipelineLayout_.descriptorSetLayouts[GLOBAL_POST_PROCESS_SET].bindings; in InitCreateBinders() 511 … const auto& bindings = pipelineLayout_.descriptorSetLayouts[LOCAL_POST_PROCESS_SET].bindings; in InitCreateBinders()
|
H A D | render_node_camera_single_post_process.cpp | 188 pipelineLayout_ = shaderMgr.GetPipelineLayout(plHandle); in InitNode() 193 … shader_, graphicsState, pipelineLayout_, {}, {}, { DYNAMIC_STATES, countof(DYNAMIC_STATES) }); in InitNode() 196 …soHandle_ = renderNodeContextMgr.GetPsoManager().GetComputePsoHandle(shader_, pipelineLayout_, {}); in InitNode() 357 if (pipelineLayout_.pushConstant.byteSize > 0) { in ExecuteSinglePostProcess() 362 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in ExecuteSinglePostProcess() 374 if (pipelineLayout_.pushConstant.byteSize > 0) { in ExecuteSinglePostProcess() 379 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in ExecuteSinglePostProcess() 572 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 582 … pipelineDescriptorSetBinder_ = renderNodeUtil.CreatePipelineDescriptorSetBinder(pipelineLayout_); in InitCreateBinders()
|
H A D | render_node_default_material_deferred_shading.cpp | 211 if (pipelineLayout_.pushConstant.byteSize > 0) { in RenderData() 216 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in RenderData() 424 pipelineLayout_ = shaderMgr.GetPipelineLayout(plShaderHandle); in CreateDescriptorSets() 436 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in CreateDescriptorSets() 458 …onst RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(set, pipelineLayout_); in CreateDescriptorSets() 460 descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[set].bindings); in CreateDescriptorSets() 464 …s_.pipelineDescriptorSetBinder = renderNodeUtil.CreatePipelineDescriptorSetBinder(pipelineLayout_); in CreateDescriptorSets()
|
H A D | render_node_morph.h | 68 RENDER_NS::PipelineLayout pipelineLayout_; in CORE3D_BEGIN_NAMESPACE() local
|
H A D | render_node_camera_cubemap.h | 144 RENDER_NS::PipelineLayout pipelineLayout_; variable
|
H A D | render_node_camera_single_post_process.h | 162 RENDER_NS::PipelineLayout pipelineLayout_; variable
|
H A D | render_node_default_material_deferred_shading.h | 177 RENDER_NS::PipelineLayout pipelineLayout_; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_compute_generic.cpp | 69 pipelineLayout_ = renderNodeContextMgr.GetRenderNodeUtil().CreatePipelineLayout(shader_); in InitNode() 86 …psoHandle_ = renderNodeContextMgr.GetPsoManager().GetComputePsoHandle(shader_, pipelineLayout_, {}… in InitNode() 89 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode() 93 … pipelineDescriptorSetBinder_ = renderNodeUtil.CreatePipelineDescriptorSetBinder(pipelineLayout_); in InitNode() 96 useDataStorePushConstant_ = (pipelineLayout_.pushConstant.byteSize > 0) && in InitNode() 162 cmdList.PushConstant(pipelineLayout_.pushConstant, dataView.data()); in ExecuteFrame() 210 shader_, pipelineLayout_, specialization); in GetPsoHandle()
|
H A D | render_node_back_buffer.cpp | 82 pipelineLayout_ = renderNodeUtil.CreatePipelineLayout(shader_); in InitNode() 84 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode() 88 … pipelineDescriptorSetBinder_ = renderNodeUtil.CreatePipelineDescriptorSetBinder(pipelineLayout_); in InitNode() 131 if (pipelineLayout_.pushConstant.byteSize > 0) { in ExecuteFrame() 134 … cmdList.PushConstant(pipelineLayout_.pushConstant, reinterpret_cast<const uint8_t*>(&pushData)); in ExecuteFrame() 150 …shader_, graphicsState, pipelineLayout_, {}, {}, { DYNAMIC_STATES, BASE_NS::countof(DYNAMIC_STATES… in CheckForPsoSpecilization()
|
H A D | render_node_single_post_process.cpp | 160 pipelineLayout_ = renderNodeContextMgr.GetRenderNodeUtil().CreatePipelineLayout(shader_); in InitNode() 169 pipelineLayout_ = shaderMgr.GetPipelineLayout(plHandle); in InitNode() 173 … shader_, graphicsState, pipelineLayout_, {}, {}, { DYNAMIC_STATES, countof(DYNAMIC_STATES) }); in InitNode() 175 …soHandle_ = renderNodeContextMgr.GetPsoManager().GetComputePsoHandle(shader_, pipelineLayout_, {}); in InitNode() 348 if (pipelineLayout_.pushConstant.byteSize > 0) { in ExecuteSinglePostProcess() 353 cmdList.PushConstantData(pipelineLayout_.pushConstant, arrayviewU8(pc)); in ExecuteSinglePostProcess() 365 if (pipelineLayout_.pushConstant.byteSize > 0) { in ExecuteSinglePostProcess() 370 cmdList.PushConstantData(pipelineLayout_.pushConstant, arrayviewU8(pc)); in ExecuteSinglePostProcess() 486 dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 496 … pipelineDescriptorSetBinder_ = renderNodeUtil.CreatePipelineDescriptorSetBinder(pipelineLayout_); in InitCreateBinders()
|
H A D | render_node_back_buffer.h | 89 PipelineLayout pipelineLayout_; variable
|
H A D | render_node_compute_generic.h | 77 PipelineLayout pipelineLayout_; variable
|
H A D | render_node_single_post_process.h | 121 PipelineLayout pipelineLayout_; variable
|
/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() 206 CollectRes(me.pipelineLayout_, me.plat_); in ProcessShaderModule() 209 SortSets(me.pipelineLayout_); in ProcessShaderModule() 252 return pipelineLayout_; in GetPipelineLayout()
|
H A D | shader_module_gles.h | 79 PipelineLayout pipelineLayout_; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | shader_module_vk.cpp | 70 pipelineLayout_ = createInfo.reflectionData.GetPipelineLayout(); in ShaderModuleVk() 130 return pipelineLayout_; in GetPipelineLayout()
|
H A D | shader_module_vk.h | 60 PipelineLayout pipelineLayout_; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.cpp | 195 …: shaderMgr_(shaderMgr), shader_(shader), pipelineLayout_(pipelineLayout), renderHandleType_(shade… in ShaderPipelineBinder() 204 pipelineDescriptorSetBinder_ = CreatePipelineDescriptorSetBinder(pipelineLayout_); in ShaderPipelineBinder() 244 if (pipelineLayout_.pushConstant.byteSize > 0) { in ShaderPipelineBinder() 245 pushData_.resize(pipelineLayout_.pushConstant.byteSize); in ShaderPipelineBinder() 278 const auto& plSet = pipelineLayout_.descriptorSetLayouts[setIdx]; in EvaluateCustomPropertyBindings() 360 if ((pipelineLayout_.pushConstant.byteSize > 0) && (!data.empty())) { in SetPushConstantData() 704 return pipelineLayout_; in GetPipelineLayout()
|
H A D | shader_pipeline_binder.h | 138 PipelineLayout pipelineLayout_; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | pipeline_layout_loader.cpp | 150 return pipelineLayout_; in GetPipelineLayout() 156 return RENDER_NS::Load(jsonData, uri_, pipelineLayout_); in Load()
|
H A D | pipeline_layout_loader.h | 70 PipelineLayout pipelineLayout_; in RENDER_BEGIN_NAMESPACE()
|