Home
last modified time | relevance | path

Searched refs:BindSamplers (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.h118 …virtual void BindSamplers(const uint32_t binding, const BASE_NS::array_view<const BindableSampler>… in RENDER_BEGIN_NAMESPACE()
265 virtual void BindSamplers(
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.h128 …void BindSamplers(const uint32_t binding, const BASE_NS::array_view<const BindableSampler> resourc…
195 void BindSamplers(const uint32_t set, const uint32_t binding,
H A Dpipeline_descriptor_set_binder.cpp488 void DescriptorSetBinder::BindSamplers(const uint32_t binding, const array_view<const BindableSampl… in BindSamplers() function in DescriptorSetBinder
676 void PipelineDescriptorSetBinder::BindSamplers( in BindSamplers() function in PipelineDescriptorSetBinder
682 descriptorSetBinders_[setIdx].BindSamplers(binding, resources); in BindSamplers()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h162 virtual void BindSamplers( in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h69 void BindSamplers(const uint32_t set, const uint32_t binding,
H A Dshader_pipeline_binder.cpp524 void ShaderPipelineBinder::BindSamplers( in BindSamplers() function in ShaderPipelineBinder
550 pipelineDescriptorSetBinder_->BindSamplers(set, binding, bindables); in BindSamplers()