Searched refs:writeConstructorDiagonalMatrix (Results 1 – 3 of 3) sorted by relevance
300 SpvId writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, OutputStream& out);
252 Value writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c);748 Value SkVMGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c) { in writeConstructorDiagonalMatrix() function in SkSL::SkVMGenerator1382 return this->writeConstructorDiagonalMatrix(e.as<ConstructorDiagonalMatrix>()); in writeExpression()
721 return this->writeConstructorDiagonalMatrix(expr.as<ConstructorDiagonalMatrix>(), out); in writeExpression()1724 SpvId SPIRVCodeGenerator::writeConstructorDiagonalMatrix(const ConstructorDiagonalMatrix& c, in writeConstructorDiagonalMatrix() function in SkSL::SPIRVCodeGenerator