Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_morph.cpp68 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 Drender_node_camera_cubemap.cpp144 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 Drender_node_camera_single_post_process.cpp188 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 Drender_node_default_material_deferred_shading.cpp211 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 Drender_node_morph.h68 RENDER_NS::PipelineLayout pipelineLayout_; in CORE3D_BEGIN_NAMESPACE() local
H A Drender_node_camera_cubemap.h144 RENDER_NS::PipelineLayout pipelineLayout_; variable
H A Drender_node_camera_single_post_process.h162 RENDER_NS::PipelineLayout pipelineLayout_; variable
H A Drender_node_default_material_deferred_shading.h177 RENDER_NS::PipelineLayout pipelineLayout_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_compute_generic.cpp69 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 Drender_node_back_buffer.cpp82 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 Drender_node_single_post_process.cpp160 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 Drender_node_back_buffer.h89 PipelineLayout pipelineLayout_; variable
H A Drender_node_compute_generic.h77 PipelineLayout pipelineLayout_; variable
H A Drender_node_single_post_process.h121 PipelineLayout pipelineLayout_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp163 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 Dshader_module_gles.h79 PipelineLayout pipelineLayout_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dshader_module_vk.cpp70 pipelineLayout_ = createInfo.reflectionData.GetPipelineLayout(); in ShaderModuleVk()
130 return pipelineLayout_; in GetPipelineLayout()
H A Dshader_module_vk.h60 PipelineLayout pipelineLayout_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp195 …: 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 Dshader_pipeline_binder.h138 PipelineLayout pipelineLayout_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dpipeline_layout_loader.cpp150 return pipelineLayout_; in GetPipelineLayout()
156 return RENDER_NS::Load(jsonData, uri_, pipelineLayout_); in Load()
H A Dpipeline_layout_loader.h70 PipelineLayout pipelineLayout_; in RENDER_BEGIN_NAMESPACE()