Searched refs:MatrixTypeStorage (Results 1 – 2 of 2) sorted by relevance
32 struct MatrixTypeStorage;425 detail::MatrixTypeStorage> {
1077 struct spirv::detail::MatrixTypeStorage : public TypeStorage { struct in spirv::detail1078 MatrixTypeStorage(Type columnType, uint32_t columnCount) in MatrixTypeStorage() argument1083 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument1087 return new (allocator.allocate<MatrixTypeStorage>()) in construct()1088 MatrixTypeStorage(std::get<0>(key), std::get<1>(key)); in construct()