Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h272 virtual void BindDescriptorSet(const uint32_t set, const RenderHandle handle) = 0;
280 virtual void BindDescriptorSet(
305 …virtual void BindDescriptorSet(const uint32_t set, const BindDescriptorSetData& desriptorSetData) …
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h553 void BindDescriptorSet(const uint32_t set, const RenderHandle handle) override;
554 void BindDescriptorSet(const uint32_t set, const RenderHandle handle,
557 …void BindDescriptorSet(const uint32_t set, const BindDescriptorSetData& desriptorSetData) override;
H A Drender_command_list.cpp1628 void RenderCommandList::BindDescriptorSet(const uint32_t set, const BindDescriptorSetData& desripto… in BindDescriptorSet() function in RenderCommandList
1644 void RenderCommandList::BindDescriptorSet(const uint32_t set, const RenderHandle handle) in BindDescriptorSet() function in RenderCommandList
1650 void RenderCommandList::BindDescriptorSet( in BindDescriptorSet() function in RenderCommandList
H A Drender_node_post_process_util.cpp856 cmdList.BindDescriptorSet(0u, binder.GetDescriptorSetHandle()); in ExecuteBlit()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_copy_helper.cpp105 cmdList.BindDescriptorSet(0u, binder.GetDescriptorSetHandle()); in Execute()
H A Drender_node_morph.cpp207 cmdList.BindDescriptorSet(SET_WEIGHTS, binder.GetDescriptorSetHandle()); in ComputeMorphs()
H A Drender_node_default_material_render_slot.cpp370 …cmdList.BindDescriptorSet(1u, allDescriptorSets_.set01[1u]->GetDescriptorSetHandle(), dynamicOffse… in RenderSubmeshes()
493 cmdList.BindDescriptorSet(2u, binder.GetDescriptorSetHandle()); // set to bind in UpdateAndBindSet2()
537 cmdList.BindDescriptorSet(FIXED_CUSTOM_SET3, binder.GetDescriptorSetHandle()); in UpdateAndBindSet3()
H A Drender_node_default_env.cpp293 cmdList.BindDescriptorSet(FIXED_CUSTOM_SET2, binder.GetDescriptorSetHandle()); in UpdateAndBindCustomSet()
H A Drender_node_default_depth_render_slot.cpp227 …cmdList.BindDescriptorSet(1u, allDescriptorSets_.set01[1u]->GetDescriptorSetHandle(), dynamicOffse… in RenderSubmeshes()
H A Drender_node_default_shadow_render_slot.cpp363 … cmdList.BindDescriptorSet(1u, allDescriptorSets_.set1[shadowPassIdx]->GetDescriptorSetHandle(), in RenderSubmeshes()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_copy.cpp133 cmdList.BindDescriptorSet(0u, binder.GetDescriptorSetHandle()); in Execute()