Searched defs:InterfaceVarABIAttributeStorage (Results 1 – 1 of 1) sorted by relevance
30 struct InterfaceVarABIAttributeStorage : public AttributeStorage { struct31 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;33 InterfaceVarABIAttributeStorage(Attribute descriptorSet, Attribute binding, in InterfaceVarABIAttributeStorage() function38 bool operator==(const KeyTy &key) const { in operator ==()44 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()50 Attribute descriptorSet;51 Attribute binding;52 Attribute storageClass;