Searched refs:CooperativeMatrixTypeStorage (Results 1 – 2 of 2) sorted by relevance
59 struct CooperativeMatrixTypeStorage;406 detail::CooperativeMatrixTypeStorage> {
276 struct spirv::detail::CooperativeMatrixTypeStorage : public TypeStorage { struct in spirv::detail279 static CooperativeMatrixTypeStorage *281 return new (allocator.allocate<CooperativeMatrixTypeStorage>()) in construct()282 CooperativeMatrixTypeStorage(key); in construct()289 CooperativeMatrixTypeStorage(const KeyTy &key) in CooperativeMatrixTypeStorage() argument