Searched refs:getColumnType (Results 1 – 4 of 4) sorted by relevance
115 .Case<MatrixType>([](MatrixType type) { return type.getColumnType(); }) in getElementType()1137 Type MatrixType::getColumnType() const { return getImpl()->columnType; } in getColumnType() function in MatrixType1155 getColumnType().cast<SPIRVType>().getExtensions(extensions, storage); in getExtensions()1167 getColumnType().cast<SPIRVType>().getCapabilities(capabilities, storage); in getCapabilities()
863 os << "matrix<" << type.getNumColumns() << " x " << type.getColumnType(); in print()
440 Type getColumnType() const;
598 if (failed(processTypeImpl(loc, matrixType.getColumnType(), elementTypeID, in prepareBasicType()