Lines Matching refs:writeLine
80 void MetalCodeGenerator::writeLine(skstd::string_view s) {
88 this->writeLine();
93 this->writeLine("#extension " + ext.name() + " : enable");
120 this->writeLine("struct " + type.name() + " {");
124 this->writeLine("};");
207 this->writeLine(";");
254 this->writeLine(") {");
274 this->writeLine(";");
296 this->writeLine(");");
308 this->writeLine(";");
312 this->writeLine("return _skResult;");
316 this->writeLine("}");
1905 this->writeLine(";");
1939 this->writeLine(" {");
1943 this->writeLine(" Outputs _out;");
1944 this->writeLine(" (void)_out;");
1966 this->writeLine("}");
1987 this->writeLine(intf.typeName() + " {");
1995 this->writeLine("float2 " SKSL_RTFLIP_NAME ";");
2012 this->writeLine(";");
2038 this->writeLine("];");
2059 this->writeLine(";");
2140 this->writeLine("{");
2204 this->writeLine(") {");
2211 this->writeLine(":");
2213 this->writeLine("default:");
2244 this->writeLine(";");
2378 this->writeLine("struct sksl_synthetic_uniforms {");
2379 this->writeLine(" float2 " SKSL_RTFLIP_NAME ";");
2380 this->writeLine("};");
2462 fCodeGen->writeLine("};");
2511 fCodeGen->writeLine("};");
2512 fCodeGen->writeLine(" (void)_globals;");
2544 this->writeLine(";");