Searched defs:MatrixTypeStorage (Results 1 – 1 of 1) sorted by relevance
1077 struct spirv::detail::MatrixTypeStorage : public TypeStorage { struct in spirv::detail1078 MatrixTypeStorage(Type columnType, uint32_t columnCount) in MatrixTypeStorage() argument1081 using KeyTy = std::tuple<Type, uint32_t>;1083 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct()1091 bool operator==(const KeyTy &key) const { in operator ==()1095 Type columnType;1096 const uint32_t columnCount;