/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_node_util.h | 69 virtual DescriptorCounts GetDescriptorCounts(const PipelineLayout& pipelineLayout) const = 0; 75 virtual DescriptorCounts GetDescriptorCounts(
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_util.h | 47 DescriptorCounts GetDescriptorCounts(const PipelineLayout& pipelineLayout) const override; 48 …DescriptorCounts GetDescriptorCounts(const BASE_NS::array_view<DescriptorSetLayoutBinding> binding…
|
H A D | render_node_post_process_util.cpp | 159 descriptorCounts.push_back(renderBloom_.GetDescriptorCounts()); in Init() 160 descriptorCounts.push_back(renderBlur_.GetDescriptorCounts()); in Init() 161 descriptorCounts.push_back(renderBloom_.GetDescriptorCounts()); in Init() 162 descriptorCounts.push_back(renderMotionBlur_.GetDescriptorCounts()); in Init() 163 descriptorCounts.push_back(renderCopy_.GetDescriptorCounts()); in Init() 164 descriptorCounts.push_back(renderCopyLayer_.GetDescriptorCounts()); in Init() 166 descriptorCounts.push_back(renderNodeUtil.GetDescriptorCounts(fxaaData_.pipelineLayout)); in Init() 167 descriptorCounts.push_back(renderNodeUtil.GetDescriptorCounts(taaData_.pipelineLayout)); in Init() 169 descriptorCounts.push_back(renderNearBlur_.GetDescriptorCounts()); in Init() 170 descriptorCounts.push_back(renderFarBlur_.GetDescriptorCounts()); in Init() [all …]
|
H A D | render_node_util.cpp | 241 DescriptorCounts RenderNodeUtil::GetDescriptorCounts(const PipelineLayout& pipelineLayout) const in GetDescriptorCounts() function in RenderNodeUtil 257 DescriptorCounts RenderNodeUtil::GetDescriptorCounts(const array_view<DescriptorSetLayoutBinding> b… in GetDescriptorCounts() function in RenderNodeUtil
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_copy_helper.h | 40 RENDER_NS::DescriptorCounts GetDescriptorCounts() const; in CORE3D_BEGIN_NAMESPACE()
|
H A D | render_copy_helper.cpp | 120 DescriptorCounts RenderCopyHelper::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderCopyHelper
|
H A D | render_node_camera_cubemap.cpp | 494 DescriptorCounts dc0 = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 496 …renderNodeUtil.GetDescriptorCounts(pipelineLayout_.descriptorSetLayouts[LOCAL_POST_PROCESS_SET].bi… in InitCreateBinders()
|
H A D | render_node_camera_single_post_process.cpp | 572 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 574 const DescriptorCounts copyDc = renderCopy_.GetDescriptorCounts(); in InitCreateBinders()
|
H A D | render_node_default_env.cpp | 411 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(defaultPipelineLayout_); in CreateDescriptorSets()
|
H A D | render_node_default_material_deferred_shading.cpp | 436 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in CreateDescriptorSets()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_copy.h | 48 DescriptorCounts GetDescriptorCounts() const;
|
H A D | render_motion_blur.h | 52 DescriptorCounts GetDescriptorCounts() const;
|
H A D | render_blur.h | 51 DescriptorCounts GetDescriptorCounts() const;
|
H A D | render_node_single_post_process.cpp | 482 dc = renderBloom_.GetDescriptorCounts(); in InitCreateBinders() 484 dc = renderBlur_.GetDescriptorCounts(); in InitCreateBinders() 486 dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 489 const DescriptorCounts copyDc = renderCopy_.GetDescriptorCounts(); in InitCreateBinders()
|
H A D | render_bloom.h | 50 DescriptorCounts GetDescriptorCounts() const; in RENDER_BEGIN_NAMESPACE()
|
H A D | render_node_bloom.cpp | 81 …renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(renderBloom_.GetDescriptorCounts()); in InitNode()
|
H A D | render_copy.cpp | 158 DescriptorCounts RenderCopy::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderCopy
|
H A D | render_node_back_buffer.cpp | 84 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode()
|
H A D | render_node_mip_chain_post_process.cpp | 137 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in InitNode() 141 const DescriptorCounts copyDc = renderCopy_.GetDescriptorCounts(); in InitNode()
|
H A D | render_node_compute_generic.cpp | 89 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode()
|
H A D | render_node_fullscreen_generic.cpp | 73 … const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in RENDER_BEGIN_NAMESPACE()
|
H A D | render_motion_blur.cpp | 383 DescriptorCounts RenderMotionBlur::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderMotionBlur
|
H A D | render_blur.cpp | 159 DescriptorCounts RenderBlur::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderBlur
|
H A D | render_bloom.cpp | 129 DescriptorCounts RenderBloom::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderBloom
|