Searched refs:SampledImageTypeStorage (Results 1 – 2 of 2) sorted by relevance
35 struct SampledImageTypeStorage;240 detail::SampledImageTypeStorage> {
716 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail719 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() argument723 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument725 return new (allocator.allocate<SampledImageTypeStorage>()) in construct()726 SampledImageTypeStorage(key); in construct()