Home
last modified time | relevance | path

Searched refs:GetDescriptorSetLayoutBindingValidity (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_pipeline_descriptor_set_binder.h44 virtual bool GetDescriptorSetLayoutBindingValidity() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.h100 bool GetDescriptorSetLayoutBindingValidity() const override;
H A Dpipeline_descriptor_set_binder.cpp240 bool DescriptorSetBinder::GetDescriptorSetLayoutBindingValidity() const in GetDescriptorSetLayoutBindingValidity() function in DescriptorSetBinder
714 if (!ref.GetDescriptorSetLayoutBindingValidity()) { in GetPipelineDescriptorSetLayoutBindingValidity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_env.cpp290 if (binder.GetDescriptorSetLayoutBindingValidity()) { in UpdateAndBindCustomSet()
H A Drender_node_default_material_render_slot.cpp534 if (binder.GetDescriptorSetLayoutBindingValidity()) { in UpdateAndBindSet3()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_mip_chain_post_process.cpp387 if (!binder.GetDescriptorSetLayoutBindingValidity()) { in RenderGraphics()