Searched defs:ArrayTypeStorage (Results 1 – 1 of 1) sorted by relevance
27 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail28 using KeyTy = std::tuple<Type, unsigned, unsigned>;30 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()35 bool operator==(const KeyTy &key) const { in operator ==()39 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() function43 Type elementType;44 unsigned elementCount;45 unsigned stride;