Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp251 void writeConstructorMatrixResize(const ConstructorMatrixResize& c,
506 this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), in writeExpression()
1541 void MetalCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::MetalCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp390 SpvId writeConstructorMatrixResize(const ConstructorMatrixResize& c, OutputStream& out);
1939 return this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), out); in writeExpression()
3048 SpvId SPIRVCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::SPIRVCodeGenerator