Searched refs:BindDescriptorSet (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_command_list.h | 272 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 D | render_command_list.h | 553 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 D | render_command_list.cpp | 1628 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 D | render_node_post_process_util.cpp | 856 cmdList.BindDescriptorSet(0u, binder.GetDescriptorSetHandle()); in ExecuteBlit()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_copy_helper.cpp | 105 cmdList.BindDescriptorSet(0u, binder.GetDescriptorSetHandle()); in Execute()
|
H A D | render_node_morph.cpp | 207 cmdList.BindDescriptorSet(SET_WEIGHTS, binder.GetDescriptorSetHandle()); in ComputeMorphs()
|
H A D | render_node_default_material_render_slot.cpp | 370 …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 D | render_node_default_env.cpp | 293 cmdList.BindDescriptorSet(FIXED_CUSTOM_SET2, binder.GetDescriptorSetHandle()); in UpdateAndBindCustomSet()
|
H A D | render_node_default_depth_render_slot.cpp | 227 …cmdList.BindDescriptorSet(1u, allDescriptorSets_.set01[1u]->GetDescriptorSetHandle(), dynamicOffse… in RenderSubmeshes()
|
H A D | render_node_default_shadow_render_slot.cpp | 363 … cmdList.BindDescriptorSet(1u, allDescriptorSets_.set1[shadowPassIdx]->GetDescriptorSetHandle(), in RenderSubmeshes()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_copy.cpp | 133 cmdList.BindDescriptorSet(0u, binder.GetDescriptorSetHandle()); in Execute()
|