Home
last modified time | relevance | path

Searched refs:writeConstructorDiagonalMatrix (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h300 SpvId writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, OutputStream& out);
DSkSLVMCodeGenerator.cpp252 Value writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c);
748 Value SkVMGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c) { in writeConstructorDiagonalMatrix() function in SkSL::SkVMGenerator
1382 return this->writeConstructorDiagonalMatrix(e.as<ConstructorDiagonalMatrix>()); in writeExpression()
DSkSLSPIRVCodeGenerator.cpp721 return this->writeConstructorDiagonalMatrix(expr.as<ConstructorDiagonalMatrix>(), out); in writeExpression()
1724 SpvId SPIRVCodeGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, in writeConstructorDiagonalMatrix() function in SkSL::SPIRVCodeGenerator