Searched defs:CooperativeMatrixTypeStorage (Results 1 – 1 of 1) sorted by relevance
276 struct spirv::detail::CooperativeMatrixTypeStorage : public TypeStorage { struct in spirv::detail277 using KeyTy = std::tuple<Type, Scope, unsigned, unsigned>;280 construct(TypeStorageAllocator &allocator, const KeyTy &key) { in construct()285 bool operator==(const KeyTy &key) const { in operator ==()289 CooperativeMatrixTypeStorage(const KeyTy &key) in CooperativeMatrixTypeStorage() function293 Type elementType;294 unsigned rows;295 unsigned columns;296 Scope scope;