Home
last modified time | relevance | path

Searched refs:assembleMatrixFromMatrix (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h166 void assembleMatrixFromMatrix(const Type& sourceMatrix, int rows, int columns);
DSkSLMetalCodeGenerator.cpp913 void MetalCodeGenerator::assembleMatrixFromMatrix(const Type& sourceMatrix, int rows, int columns) { in assembleMatrixFromMatrix() function in SkSL::MetalCodeGenerator
1067 this->assembleMatrixFromMatrix(args.front()->type(), rows, columns); in getMatrixConstructHelper()