Home
last modified time | relevance | path

Searched refs:pipelineDescriptorSetBinder (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_deferred_shading.cpp159 …erNodeUtil.BindResourcesToBinder(inputResources_, *allDescriptorSets_.pipelineDescriptorSetBinder); in ExecuteFrame()
199 if (allDescriptorSets_.hasUserSet2 && allDescriptorSets_.pipelineDescriptorSetBinder) { in RenderData()
203 if (allDescriptorSets_.hasUserSet3 && allDescriptorSets_.pipelineDescriptorSetBinder) { in RenderData()
280 if (allDescriptorSets_.hasUserSet2 && allDescriptorSets_.pipelineDescriptorSetBinder) { in UpdateUserSets()
282 …const auto descHandle = allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetHandle(set… in UpdateUserSets()
284 … allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetLayoutBindingResources(set); in UpdateUserSets()
289 if (allDescriptorSets_.hasUserSet3 && allDescriptorSets_.pipelineDescriptorSetBinder) { in UpdateUserSets()
291 …const auto descHandle = allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetHandle(set… in UpdateUserSets()
293 … allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetLayoutBindingResources(set); in UpdateUserSets()
465 if (allDescriptorSets_.pipelineDescriptorSetBinder) { in CreateDescriptorSets()
[all …]
H A Drender_node_default_material_deferred_shading.h154 RENDER_NS::IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_util.cpp212 …andles::InputResources& resources, IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const in BindResourcesToBinder()
214 pipelineDescriptorSetBinder.ClearBindings(); in BindResourcesToBinder()
219 pipelineDescriptorSetBinder.BindBuffer(ref.set, ref.binding, bindable); in BindResourcesToBinder()
229 pipelineDescriptorSetBinder.BindImage(ref.set, ref.binding, bindable); in BindResourcesToBinder()
236 pipelineDescriptorSetBinder.BindSampler(ref.set, ref.binding, bindable); in BindResourcesToBinder()
H A Drender_node_util.h54 IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_util.h91 IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const = 0;