Home
last modified time | relevance | path

Searched refs:writeConstructorMatrixResize (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h199 void writeConstructorMatrixResize(const ConstructorMatrixResize& c,
H A DSkSLSPIRVCodeGenerator.h319 SpvId writeConstructorMatrixResize(const ConstructorMatrixResize& c, OutputStream& out);
H A DSkSLVMCodeGenerator.cpp215 Value writeConstructorMatrixResize(const ConstructorMatrixResize& c);
877 Value SkVMGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& ctor) {
1521 return this->writeConstructorMatrixResize(e.as<ConstructorMatrixResize>());
H A DSkSLMetalCodeGenerator.cpp151 this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), in writeExpression()
1120 void MetalCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::MetalCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp777 return this->writeConstructorMatrixResize(expr.as<ConstructorMatrixResize>(), out); in writeExpression()
1812 SpvId SPIRVCodeGenerator::writeConstructorMatrixResize(const ConstructorMatrixResize& c, in writeConstructorMatrixResize() function in SkSL::SPIRVCodeGenerator

Completed in 14 milliseconds