Searched defs:SampledImageTypeStorage (Results 1 – 1 of 1) sorted by relevance
716 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail717 using KeyTy = Type;719 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() function721 bool operator==(const KeyTy &key) const { return key == KeyTy(imageType); } in operator ==()723 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct()729 Type imageType;