Searched defs:RuntimeArrayTypeStorage (Results 1 – 1 of 1) sorted by relevance
505 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail506 using KeyTy = std::pair<Type, unsigned>;508 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()514 bool operator==(const KeyTy &key) const { in operator ==()518 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument521 Type elementType;522 unsigned stride;