Home
last modified time | relevance | path

Searched refs:descriptorSetBinders_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp557 descriptorSetBinders_.reserve(descriptorSetsLayoutBindings.size()); in Init()
576 descriptorSetBinders_.emplace_back(descRef.binding); in Init()
600 for (auto& ref : descriptorSetBinders_) { in ClearBindings()
610 if (setIdx < static_cast<uint32_t>(descriptorSetBinders_.size())) { in BindBuffer()
626 if (setIdx < static_cast<uint32_t>(descriptorSetBinders_.size())) { in BindBuffers()
627 descriptorSetBinders_[setIdx].BindBuffers(binding, resources); in BindBuffers()
654 descriptorSetBinders_[setIdx].BindImages(binding, resources); in BindImages()
692 return descriptorSetBinders_[setIdx].GetDescriptorSetHandle(); in GetDescriptorSetHandle()
713 for (const auto& ref : descriptorSetBinders_) { in GetPipelineDescriptorSetLayoutBindingValidity()
723 for (const auto& ref : descriptorSetBinders_) { in PrintPipelineDescriptorSetLayoutBindingValidation()
[all …]
H A Dpipeline_descriptor_set_binder.h211 BASE_NS::vector<DescriptorSetBinder> descriptorSetBinders_; variable