MLIR  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::spirv::detail::InterfaceVarABIAttributeStorage Struct Reference
+ Inheritance diagram for mlir::spirv::detail::InterfaceVarABIAttributeStorage:

Public Types

using KeyTy = std::tuple< Attribute, Attribute, Attribute >
 

Public Member Functions

 InterfaceVarABIAttributeStorage (Attribute descriptorSet, Attribute binding, Attribute storageClass)
 
bool operator== (const KeyTy &key) const
 
- Public Member Functions inherited from mlir::AttributeStorage
const AbstractAttributegetAbstractAttribute () const
 Return the abstract descriptor for this attribute. More...
 

Static Public Member Functions

static InterfaceVarABIAttributeStorageconstruct (AttributeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

Attribute descriptorSet
 
Attribute binding
 
Attribute storageClass
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::AttributeStorage
void initializeAbstractAttribute (const AbstractAttribute &abstractAttr)
 Set the abstract attribute for this storage instance. More...
 
void initialize (MLIRContext *context)
 Default initialization for attribute storage classes that require no additional initialization. More...
 
- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()=default
 

Detailed Description

Definition at line 35 of file SPIRVAttributes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 36 of file SPIRVAttributes.cpp.

Constructor & Destructor Documentation

◆ InterfaceVarABIAttributeStorage()

mlir::spirv::detail::InterfaceVarABIAttributeStorage::InterfaceVarABIAttributeStorage ( Attribute  descriptorSet,
Attribute  binding,
Attribute  storageClass 
)
inline

Definition at line 38 of file SPIRVAttributes.cpp.

Member Function Documentation

◆ construct()

static InterfaceVarABIAttributeStorage* mlir::spirv::detail::InterfaceVarABIAttributeStorage::construct ( AttributeStorageAllocator allocator,
const KeyTy key 
)
inlinestatic

◆ operator==()

bool mlir::spirv::detail::InterfaceVarABIAttributeStorage::operator== ( const KeyTy key) const
inline

Definition at line 43 of file SPIRVAttributes.cpp.

Member Data Documentation

◆ binding

Attribute mlir::spirv::detail::InterfaceVarABIAttributeStorage::binding

Definition at line 56 of file SPIRVAttributes.cpp.

◆ descriptorSet

Attribute mlir::spirv::detail::InterfaceVarABIAttributeStorage::descriptorSet

Definition at line 55 of file SPIRVAttributes.cpp.

◆ storageClass

Attribute mlir::spirv::detail::InterfaceVarABIAttributeStorage::storageClass

Definition at line 57 of file SPIRVAttributes.cpp.


The documentation for this struct was generated from the following file: