Home
last modified time | relevance | path

Searched refs:sourceMatrix (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() argument
917 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()