Home
last modified time | relevance | path

Searched defs:InterfaceVarABIAttributeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp30 struct InterfaceVarABIAttributeStorage : public AttributeStorage { struct
31 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;
33 InterfaceVarABIAttributeStorage(Attribute descriptorSet, Attribute binding, in InterfaceVarABIAttributeStorage() function
38 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;