Searched refs:assembleMatrixFromMatrix (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() function in SkSL::MetalCodeGenerator1067 this->assembleMatrixFromMatrix(args.front()->type(), rows, columns); in getMatrixConstructHelper()