Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h219 void writeNumberAsMatrix(const Expression& expr, const Type& matrixType);
DSkSLMetalCodeGenerator.cpp1567 void MetalCodeGenerator::writeNumberAsMatrix(const Expression& expr, const Type& matrixType) { in writeNumberAsMatrix() function in SkSL::MetalCodeGenerator
1631 this->writeNumberAsMatrix(left, rightType); in writeBinaryExpression()
1656 this->writeNumberAsMatrix(right, leftType); in writeBinaryExpression()