Home
last modified time | relevance | path

Searched refs:getMatrixConstructHelper (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.h190 String getMatrixConstructHelper(const Type& matrix, const Type& arg);
DSkSLMetalCodeGenerator.cpp379 String MetalCodeGenerator::getMatrixConstructHelper(const Type& matrix, const Type& arg) { in getMatrixConstructHelper() function in SkSL::MetalCodeGenerator
473 String name = this->getMatrixConstructHelper(c.fType, arg.fType); in writeConstructor()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h165 String getMatrixConstructHelper(const AnyConstructor& c);
DSkSLMetalCodeGenerator.cpp1031 String MetalCodeGenerator::getMatrixConstructHelper(const AnyConstructor& c) { in getMatrixConstructHelper() function in SkSL::MetalCodeGenerator
1124 this->write(this->getMatrixConstructHelper(c)); in writeConstructorMatrixResize()
1218 this->write(this->getMatrixConstructHelper(c)); in writeConstructorCompoundMatrix()