Home
last modified time | relevance | path

Searched refs:GetDescriptorSetHandles (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_pipeline_descriptor_set_binder.h210 virtual BASE_NS::array_view<const RenderHandle> GetDescriptorSetHandles() const = 0;
217 virtual BASE_NS::array_view<const RenderHandle> GetDescriptorSetHandles(
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.h174 BASE_NS::array_view<const RenderHandle> GetDescriptorSetHandles() const override;
177 BASE_NS::array_view<const RenderHandle> GetDescriptorSetHandles(
H A Dpipeline_descriptor_set_binder.cpp738 array_view<const RenderHandle> PipelineDescriptorSetBinder::GetDescriptorSetHandles() const in GetDescriptorSetHandles() function in PipelineDescriptorSetBinder
752 array_view<const RenderHandle> PipelineDescriptorSetBinder::GetDescriptorSetHandles( in GetDescriptorSetHandles() function in PipelineDescriptorSetBinder
H A Drender_command_list.h485 BASE_NS::array_view<const RenderHandle> GetDescriptorSetHandles() const;
H A Drender_command_list.cpp443 array_view<const RenderHandle> RenderCommandList::GetDescriptorSetHandles() const in GetDescriptorSetHandles() function in RenderCommandList
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_back_buffer.cpp122 …cmdList.BindDescriptorSets(firstSetIndex, pipelineDescriptorSetBinder_->GetDescriptorSetHandles()); in ExecuteFrame()
H A Drender_node_compute_generic.cpp150 const auto descHandles = pipelineDescriptorSetBinder_->GetDescriptorSetHandles(); in ExecuteFrame()
H A Drender_node_fullscreen_generic.cpp130 …cmdList.BindDescriptorSets(firstSetIndex, pipelineDescriptorSetBinder_->GetDescriptorSetHandles()); in ExecuteFrame()
H A Drender_node_single_post_process.cpp339 …cmdList.BindDescriptorSets(firstSetIndex, pipelineDescriptorSetBinder_->GetDescriptorSetHandles()); in ExecuteSinglePostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.cpp348 …cmdList.BindDescriptorSets(firstSetIndex, pipelineDescriptorSetBinder_->GetDescriptorSetHandles()); in ExecuteSinglePostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1043 …t auto& allDescriptorSetHandlesForBarriers = nodeData.renderCommandList->GetDescriptorSetHandles(); in RenderCommand()