Searched defs:RuntimeArrayTypeStorage (Results 1 – 1 of 1) sorted by relevance
437 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail438 using KeyTy = std::pair<Type, unsigned>;440 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()446 bool operator==(const KeyTy &key) const { in operator ==()450 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() function453 Type elementType;454 unsigned stride;