Searched defs:MatrixTypeStorage (Results 1 – 1 of 1) sorted by relevance
1085 struct spirv::detail::MatrixTypeStorage : public TypeStorage { struct in spirv::detail1086 MatrixTypeStorage(Type columnType, uint32_t columnCount) in MatrixTypeStorage() function1089 using KeyTy = std::tuple<Type, uint32_t>;1091 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct()1099 bool operator==(const KeyTy &key) const { in operator ==()1103 Type columnType;1104 const uint32_t columnCount;