Lines Matching refs:outputPath
315 const SkSL::String& outputPath = args[2]; in processCommand() local
319 SkSL::FileOutputStream errorStream(outputPath); in processCommand()
328 SkSL::FileOutputStream out(outputPath); in processCommand()
331 printf("error writing '%s'\n", outputPath.c_str()); in processCommand()
340 printf("error writing '%s'\n", outputPath.c_str()); in processCommand()
346 if (outputPath.ends_with(".spirv")) { in processCommand()
351 } else if (outputPath.ends_with(".asm.frag") || outputPath.ends_with(".asm.vert")) { in processCommand()
371 } else if (outputPath.ends_with(".glsl")) { in processCommand()
376 } else if (outputPath.ends_with(".metal")) { in processCommand()
381 } else if (outputPath.ends_with(".skvm")) { in processCommand()
397 } else if (outputPath.ends_with(".stage")) { in processCommand()
463 } else if (outputPath.ends_with(".dehydrated.sksl")) { in processCommand()
464 SkSL::FileOutputStream out(outputPath); in processCommand()
467 printf("error writing '%s'\n", outputPath.c_str()); in processCommand()
488 printf("error writing '%s'\n", outputPath.c_str()); in processCommand()
493 ".stage, .asm.vert (got '%s')\n", outputPath.c_str()); in processCommand()