Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.h187 String getMatrixConstructHelper(const Type& matrix, const Type& arg);
DSkSLMetalCodeGenerator.cpp301 String MetalCodeGenerator::getMatrixConstructHelper(const Type& matrix, const Type& arg) { in getMatrixConstructHelper() function in SkSL::MetalCodeGenerator
371 String name = this->getMatrixConstructHelper(c.fType, arg.fType); in writeConstructor()
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h177 String getMatrixConstructHelper(const AnyConstructor& c);
DSkSLMetalCodeGenerator.cpp924 String MetalCodeGenerator::getMatrixConstructHelper(const AnyConstructor& c) { in getMatrixConstructHelper() function in SkSL::MetalCodeGenerator
1026 this->write(this->getMatrixConstructHelper(c)); in writeConstructorMatrixResize()
1045 this->write(this->getMatrixConstructHelper(c)); in writeConstructorCompoundMatrix()