Searched refs:sourceMatrix (Results 1 – 2 of 2) sorted by relevance
166 void assembleMatrixFromMatrix(const Type& sourceMatrix, int rows, int columns);
913 void MetalCodeGenerator::assembleMatrixFromMatrix(const Type& sourceMatrix, int rows, int columns) { in assembleMatrixFromMatrix() argument917 std::string matrixType = this->typeName(sourceMatrix.componentType()); in assembleMatrixFromMatrix()926 if (c < sourceMatrix.columns()) { in assembleMatrixFromMatrix()927 swizzleLength = std::min<>(rows, sourceMatrix.rows()); in assembleMatrixFromMatrix()