Searched defs:InterfaceVarABIAttributeStorage (Results 1 – 1 of 1) sorted by relevance
35 struct InterfaceVarABIAttributeStorage : public AttributeStorage { struct36 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;38 InterfaceVarABIAttributeStorage(Attribute descriptorSet, Attribute binding, in InterfaceVarABIAttributeStorage() argument43 bool operator==(const KeyTy &key) const { in operator ==()49 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()55 Attribute descriptorSet;56 Attribute binding;57 Attribute storageClass;