Home
last modified time | relevance | path

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

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