Home
last modified time | relevance | path

Searched refs:SampledImageTypeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h35 struct SampledImageTypeStorage;
240 detail::SampledImageTypeStorage> {
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp716 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail
719 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() argument
723 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
725 return new (allocator.allocate<SampledImageTypeStorage>()) in construct()
726 SampledImageTypeStorage(key); in construct()