Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h124 void writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c,
DSkSLSPIRVCodeGenerator.h317 SpvId writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp176 this->writeConstructorDiagonalMatrix(expr.as<ConstructorDiagonalMatrix>(), in writeExpression()
691 void GLSLCodeGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, in writeConstructorDiagonalMatrix() function in SkSL::GLSLCodeGenerator
DSkSLVMCodeGenerator.cpp214 Value writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c);
856 Value SkVMGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& ctor) { in writeConstructorDiagonalMatrix() function in SkSL::SkVMGenerator
1519 return this->writeConstructorDiagonalMatrix(e.as<ConstructorDiagonalMatrix>()); in writeExpression()
DSkSLSPIRVCodeGenerator.cpp775 return this->writeConstructorDiagonalMatrix(expr.as<ConstructorDiagonalMatrix>(), out); in writeExpression()
1797 SpvId SPIRVCodeGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, in writeConstructorDiagonalMatrix() function in SkSL::SPIRVCodeGenerator