Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp35 struct InterfaceVarABIAttributeStorage : public AttributeStorage { struct
36 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;
38 InterfaceVarABIAttributeStorage(Attribute descriptorSet, Attribute binding, in InterfaceVarABIAttributeStorage() argument
43 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;