Home | History | Annotate | Download | only in layers

Lines Matching refs:GetDescriptorCountFromIndex

119     uint32_t GetDescriptorCountFromIndex(const uint32_t) const;
121 return GetDescriptorCountFromIndex(GetIndexFromBinding(binding));
233 uint32_t GetDescriptorCountFromIndex(const uint32_t index) const { return layout_id_->GetDescriptorCountFromIndex(index); }
478 uint32_t GetDescriptorCountFromIndex(const uint32_t index) const { return p_layout_->GetDescriptorCountFromIndex(index); };