Home | History | Annotate | Download | only in layers

Lines Matching refs:GetBindings

117     const std::vector<safe_VkDescriptorSetLayoutBinding> &GetBindings() const { return bindings_; }
189 bool result = (lhs.GetCreateFlags() == rhs.GetCreateFlags()) && (lhs.GetBindings() == rhs.GetBindings()) &&
232 const std::vector<safe_VkDescriptorSetLayoutBinding> &GetBindings() const { return layout_id_->GetBindings(); }