Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp170 void writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c,
419 this->writeConstructorDiagonalMatrix(expr.as<ConstructorDiagonalMatrix>(), in writeExpression()
959 void GLSLCodeGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, in writeConstructorDiagonalMatrix() function in SkSL::GLSLCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp388 SpvId writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, OutputStream& out);
1937 return this->writeConstructorDiagonalMatrix(expr.as<ConstructorDiagonalMatrix>(), out); in writeExpression()
3023 SpvId SPIRVCodeGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, in writeConstructorDiagonalMatrix() function in SkSL::SPIRVCodeGenerator