Home
last modified time | relevance | path

Searched refs:IPipelineDescriptorSetBinder (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_pipeline_descriptor_set_binder.h166 class IPipelineDescriptorSetBinder {
168 IPipelineDescriptorSetBinder(const IPipelineDescriptorSetBinder&) = delete;
169 IPipelineDescriptorSetBinder& operator=(const IPipelineDescriptorSetBinder&) = delete;
302 void operator()(IPipelineDescriptorSetBinder* ptr) const in operator()
307 using Ptr = BASE_NS::unique_ptr<IPipelineDescriptorSetBinder, Deleter>;
310 IPipelineDescriptorSetBinder() = default;
311 virtual ~IPipelineDescriptorSetBinder() = default;
H A Dintf_render_node_util.h83 virtual IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(
91 IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const = 0;
H A Dintf_node_context_descriptor_set_manager.h82 virtual IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(
91 …virtual IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(const PipelineLayout& …
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.h34 class IPipelineDescriptorSetBinder; variable
65IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(const PipelineLayout& pipeline…
66IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(const PipelineLayout& pipeline…
H A Drender_node_util.h50 IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(
54 IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const override;
H A Dnode_context_descriptor_set_manager.cpp275 IPipelineDescriptorSetBinder::Ptr NodeContextDescriptorSetManager::CreatePipelineDescriptorSetBinde… in CreatePipelineDescriptorSetBinder()
293 return IPipelineDescriptorSetBinder::Ptr { new PipelineDescriptorSetBinder( in CreatePipelineDescriptorSetBinder()
297 IPipelineDescriptorSetBinder::Ptr NodeContextDescriptorSetManager::CreatePipelineDescriptorSetBinde… in CreatePipelineDescriptorSetBinder()
301 return IPipelineDescriptorSetBinder::Ptr { new PipelineDescriptorSetBinder( in CreatePipelineDescriptorSetBinder()
H A Drender_node_util.cpp204 IPipelineDescriptorSetBinder::Ptr RenderNodeUtil::CreatePipelineDescriptorSetBinder( in CreatePipelineDescriptorSetBinder()
212 …const RenderNodeHandles::InputResources& resources, IPipelineDescriptorSetBinder& pipelineDescript… in BindResourcesToBinder()
H A Dpipeline_descriptor_set_binder.h157 class PipelineDescriptorSetBinder final : public IPipelineDescriptorSetBinder {
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h87 IPipelineDescriptorSetBinder* GetPipelineDescriptorSetBinder() const;
168 IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder_;
H A Dshader_pipeline_binder.cpp164 IPipelineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(const PipelineLayout& pipelineL… in CreatePipelineDescriptorSetBinder()
173 return IPipelineDescriptorSetBinder::Ptr { new PipelineDescriptorSetBinder( in CreatePipelineDescriptorSetBinder()
707 IPipelineDescriptorSetBinder* ShaderPipelineBinder::GetPipelineDescriptorSetBinder() const in GetPipelineDescriptorSetBinder()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_bloom.h30 class IPipelineDescriptorSetBinder; variable
H A Drender_node_back_buffer.h90 IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder_;
H A Drender_node_compute_generic.h76 IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder_;
H A Drender_node_fullscreen_generic.h93 IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder_;
H A Drender_node_single_post_process.h127 IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder_;
H A Drender_node_shader_passes_generic.cpp190 IPipelineDescriptorSetBinder* binder = sRef.GetPipelineDescriptorSetBinder(); in ExecuteFrameGraphics()
277 IPipelineDescriptorSetBinder* binder = sRef.GetPipelineDescriptorSetBinder(); in ExecuteFrameCompute()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.h166 RENDER_NS::IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder_;
H A Drender_node_default_material_deferred_shading.h154 RENDER_NS::IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder;