Searched refs:ImageTypeStorage (Results 1 – 2 of 2) sorted by relevance
60 struct ImageTypeStorage;186 : public Type::TypeBase<ImageType, SPIRVType, detail::ImageTypeStorage> {
371 struct spirv::detail::ImageTypeStorage : public TypeStorage { struct in spirv::detail376 static ImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument378 return new (allocator.allocate<ImageTypeStorage>()) ImageTypeStorage(key); in construct()386 ImageTypeStorage(const KeyTy &key) in ImageTypeStorage() argument