Searched refs:BindSamplers (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_pipeline_descriptor_set_binder.h | 118 …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 D | pipeline_descriptor_set_binder.h | 128 …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 D | pipeline_descriptor_set_binder.cpp | 488 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 D | intf_shader_pipeline_binder.h | 162 virtual void BindSamplers( in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.h | 69 void BindSamplers(const uint32_t set, const uint32_t binding,
|
H A D | shader_pipeline_binder.cpp | 524 void ShaderPipelineBinder::BindSamplers( in BindSamplers() function in ShaderPipelineBinder 550 pipelineDescriptorSetBinder_->BindSamplers(set, binding, bindables); in BindSamplers()
|