|
MLIR
22.0.0git
|
Inheritance diagram for mlir::spirv::detail::SampledImageTypeStorage:Public Types | |
| using | KeyTy = Type |
Public Member Functions | |
| SampledImageTypeStorage (const KeyTy &key) | |
| bool | operator== (const KeyTy &key) const |
Public Member Functions inherited from mlir::TypeStorage | |
| const AbstractType & | getAbstractType () |
| Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
| static SampledImageTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| Type | imageType |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::TypeStorage | |
| TypeStorage () | |
| This constructor is used by derived classes as part of the TypeUniquer. More... | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
Definition at line 740 of file SPIRVTypes.cpp.
Definition at line 741 of file SPIRVTypes.cpp.
|
inline |
Definition at line 743 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 747 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 745 of file SPIRVTypes.cpp.
| Type mlir::spirv::detail::SampledImageTypeStorage::imageType |
Definition at line 753 of file SPIRVTypes.cpp.