Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h117 const std::vector<safe_VkDescriptorSetLayoutBinding> &GetBindings() const { return bindings_; } in GetBindings() function
189 …ult = (lhs.GetCreateFlags() == rhs.GetCreateFlags()) && (lhs.GetBindings() == rhs.GetBindings()) &&
232 …t std::vector<safe_VkDescriptorSetLayoutBinding> &GetBindings() const { return layout_id_->GetBind… in GetBindings() function
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/
Dpolicy.pb.go137 func (m *Policy) GetBindings() []*Binding { func