Searched refs:pipelineDescriptorSetBinder (Results 1 – 5 of 5) sorted by relevance
159 …erNodeUtil.BindResourcesToBinder(inputResources_, *allDescriptorSets_.pipelineDescriptorSetBinder); in ExecuteFrame()199 if (allDescriptorSets_.hasUserSet2 && allDescriptorSets_.pipelineDescriptorSetBinder) { in RenderData()203 if (allDescriptorSets_.hasUserSet3 && allDescriptorSets_.pipelineDescriptorSetBinder) { in RenderData()280 if (allDescriptorSets_.hasUserSet2 && allDescriptorSets_.pipelineDescriptorSetBinder) { in UpdateUserSets()282 …const auto descHandle = allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetHandle(set… in UpdateUserSets()284 … allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetLayoutBindingResources(set); in UpdateUserSets()289 if (allDescriptorSets_.hasUserSet3 && allDescriptorSets_.pipelineDescriptorSetBinder) { in UpdateUserSets()291 …const auto descHandle = allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetHandle(set… in UpdateUserSets()293 … allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetLayoutBindingResources(set); in UpdateUserSets()465 if (allDescriptorSets_.pipelineDescriptorSetBinder) { in CreateDescriptorSets()[all …]
154 RENDER_NS::IPipelineDescriptorSetBinder::Ptr pipelineDescriptorSetBinder; member
212 …andles::InputResources& resources, IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const in BindResourcesToBinder()214 pipelineDescriptorSetBinder.ClearBindings(); in BindResourcesToBinder()219 pipelineDescriptorSetBinder.BindBuffer(ref.set, ref.binding, bindable); in BindResourcesToBinder()229 pipelineDescriptorSetBinder.BindImage(ref.set, ref.binding, bindable); in BindResourcesToBinder()236 pipelineDescriptorSetBinder.BindSampler(ref.set, ref.binding, bindable); in BindResourcesToBinder()
54 IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const override;
91 IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const = 0;