Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_util.h69 virtual DescriptorCounts GetDescriptorCounts(const PipelineLayout& pipelineLayout) const = 0;
75 virtual DescriptorCounts GetDescriptorCounts(
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_util.h47 DescriptorCounts GetDescriptorCounts(const PipelineLayout& pipelineLayout) const override;
48 …DescriptorCounts GetDescriptorCounts(const BASE_NS::array_view<DescriptorSetLayoutBinding> binding…
H A Drender_node_post_process_util.cpp159 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 Drender_node_util.cpp241 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 Drender_copy_helper.h40 RENDER_NS::DescriptorCounts GetDescriptorCounts() const; in CORE3D_BEGIN_NAMESPACE()
H A Drender_copy_helper.cpp120 DescriptorCounts RenderCopyHelper::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderCopyHelper
H A Drender_node_camera_cubemap.cpp494 DescriptorCounts dc0 = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders()
496 …renderNodeUtil.GetDescriptorCounts(pipelineLayout_.descriptorSetLayouts[LOCAL_POST_PROCESS_SET].bi… in InitCreateBinders()
H A Drender_node_camera_single_post_process.cpp572 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders()
574 const DescriptorCounts copyDc = renderCopy_.GetDescriptorCounts(); in InitCreateBinders()
H A Drender_node_default_env.cpp411 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(defaultPipelineLayout_); in CreateDescriptorSets()
H A Drender_node_default_material_deferred_shading.cpp436 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in CreateDescriptorSets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_copy.h48 DescriptorCounts GetDescriptorCounts() const;
H A Drender_motion_blur.h52 DescriptorCounts GetDescriptorCounts() const;
H A Drender_blur.h51 DescriptorCounts GetDescriptorCounts() const;
H A Drender_node_single_post_process.cpp482 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 Drender_bloom.h50 DescriptorCounts GetDescriptorCounts() const; in RENDER_BEGIN_NAMESPACE()
H A Drender_node_bloom.cpp81 …renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(renderBloom_.GetDescriptorCounts()); in InitNode()
H A Drender_copy.cpp158 DescriptorCounts RenderCopy::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderCopy
H A Drender_node_back_buffer.cpp84 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode()
H A Drender_node_mip_chain_post_process.cpp137 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in InitNode()
141 const DescriptorCounts copyDc = renderCopy_.GetDescriptorCounts(); in InitNode()
H A Drender_node_compute_generic.cpp89 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode()
H A Drender_node_fullscreen_generic.cpp73 … const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in RENDER_BEGIN_NAMESPACE()
H A Drender_motion_blur.cpp383 DescriptorCounts RenderMotionBlur::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderMotionBlur
H A Drender_blur.cpp159 DescriptorCounts RenderBlur::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderBlur
H A Drender_bloom.cpp129 DescriptorCounts RenderBloom::GetDescriptorCounts() const in GetDescriptorCounts() function in RenderBloom