blob: b7513939be2f850411b53805b68c34a8dfd1773b [file] [log] [blame]
scroggo478652e2015-03-25 07:11:02 -07001/*
2 * Copyright 2013 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
Mike Klein31868212017-11-06 12:02:47 -05008#include "DMFontMgr.h"
mtklein748ca3b2015-01-15 10:56:12 -08009#include "DMJsonWriter.h"
10#include "DMSrcSink.h"
mtklein748ca3b2015-01-15 10:56:12 -080011#include "ProcStats.h"
halcanary7d571242016-02-24 17:59:16 -080012#include "Resources.h"
mtklein748ca3b2015-01-15 10:56:12 -080013#include "SkBBHFactory.h"
mtklein62bd1a62015-01-27 14:46:26 -080014#include "SkChecksum.h"
Brian Osman53136aa2017-07-20 15:43:35 -040015#include "SkChromeTracingTracer.h"
scroggocc2feb12015-08-14 08:32:46 -070016#include "SkCodec.h"
mtklein27c3fdd2016-02-26 14:43:21 -080017#include "SkColorPriv.h"
msarett888dc162016-05-23 10:21:17 -070018#include "SkColorSpace.h"
Mike Klein919cc452017-03-18 15:36:52 +000019#include "SkColorSpacePriv.h"
caryclark17f0b6d2014-07-22 10:15:34 -070020#include "SkCommonFlags.h"
kkinnunen3e980c32015-12-23 01:33:00 -080021#include "SkCommonFlagsConfig.h"
Brian Osmanf9810662017-08-30 10:02:10 -040022#include "SkCommonFlagsGpuThreads.h"
csmartdalton008b9d82017-02-22 12:00:42 -070023#include "SkCommonFlagsPathRenderer.h"
brianosman3c579dc2016-04-19 09:18:11 -070024#include "SkData.h"
Hal Canaryc7d295e2017-07-20 15:36:00 -040025#include "SkDocument.h"
Brian Salomondcbb9d92017-07-19 10:53:20 -040026#include "SkDebugfTracer.h"
Brian Osman53136aa2017-07-20 15:43:35 -040027#include "SkEventTracingPriv.h"
caryclark83ca6282015-06-10 09:31:09 -070028#include "SkFontMgr.h"
mtklein@google.comd36522d2013-10-16 13:02:15 +000029#include "SkGraphics.h"
mtklein27c3fdd2016-02-26 14:43:21 -080030#include "SkHalf.h"
halcanary4dbbd042016-06-07 17:21:10 -070031#include "SkLeanWindows.h"
mtklein748ca3b2015-01-15 10:56:12 -080032#include "SkMD5.h"
mtklein1b249332015-07-07 12:21:21 -070033#include "SkMutex.h"
mtklein1d0f1642014-09-08 08:05:18 -070034#include "SkOSFile.h"
Ben Wagnerbf111d72016-11-07 18:05:29 -050035#include "SkOSPath.h"
mtklein27c3fdd2016-02-26 14:43:21 -080036#include "SkPM4fPriv.h"
Mike Klein13b6afd2017-06-12 12:45:41 -040037#include "SkPngEncoder.h"
Brian Salomondcbb9d92017-07-19 10:53:20 -040038#include "SkScan.h"
mtklein246ba3a2016-02-23 10:39:36 -080039#include "SkSpinlock.h"
mtkleina82f5622015-02-20 12:30:19 -080040#include "SkTHash.h"
mtklein406654b2014-09-03 15:34:37 -070041#include "SkTaskGroup.h"
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +000042#include "Test.h"
mtklein748ca3b2015-01-15 10:56:12 -080043#include "Timer.h"
Mike Kleinadacaef2017-02-06 09:26:14 -050044#include "ios_utils.h"
brianosman3c579dc2016-04-19 09:18:11 -070045#include "picture_utils.h"
caryclark83ca6282015-06-10 09:31:09 -070046#include "sk_tool_utils.h"
mtklein@google.comd36522d2013-10-16 13:02:15 +000047
scroggo19b91532016-10-24 09:03:26 -070048#include <vector>
49
halcanary7a14b312015-10-01 07:28:13 -070050#ifdef SK_PDF_IMAGE_STATS
51extern void SkPDFImageDumpStats();
52#endif
53
mtkleina5114d72015-08-24 13:27:01 -070054#include "png.h"
55
bungeman60e0fee2015-08-26 05:15:46 -070056#include <stdlib.h>
57
scroggo27a58342015-10-28 08:56:41 -070058#ifndef SK_BUILD_FOR_WIN32
59 #include <unistd.h>
60#endif
61
Mike Reed7c26ca72017-07-05 15:45:52 -040062extern bool gSkForceRasterPipelineBlitter;
63
Ben Wagner32fa5102017-08-10 21:25:55 -040064DECLARE_bool(undefok);
djsollen54416de2015-04-03 07:24:48 -070065DEFINE_string(src, "tests gm skp image", "Source types to test.");
mtklein748ca3b2015-01-15 10:56:12 -080066DEFINE_bool(nameByHash, false,
67 "If true, write to FLAGS_writePath[0]/<hash>.png instead of "
djsollen54416de2015-04-03 07:24:48 -070068 "to FLAGS_writePath[0]/<config>/<sourceType>/<sourceOptions>/<name>.png");
mtklein748ca3b2015-01-15 10:56:12 -080069DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests.");
mtkleind603b222015-02-17 11:13:33 -080070DEFINE_string(matrix, "1 0 0 1",
71 "2x2 scale+skew matrix to apply or upright when using "
72 "'matrix' or 'upright' in config.");
mtklein82d28432015-01-15 12:46:02 -080073DEFINE_bool(gpu_threading, false, "Allow GPU work to run on multiple threads?");
mtklein@google.comd36522d2013-10-16 13:02:15 +000074
mtkleina2ef6422015-01-15 13:44:22 -080075DEFINE_string(blacklist, "",
Chris Daltonecf78ac2017-08-15 15:43:08 -060076 "Space-separated config/src/srcOptions/name quadruples to blacklist. "
77 "'_' matches anything. '~' negates the match. E.g. \n"
djsollen54416de2015-04-03 07:24:48 -070078 "'--blacklist gpu skp _ _' will blacklist all SKPs drawn into the gpu config.\n"
Chris Daltonecf78ac2017-08-15 15:43:08 -060079 "'--blacklist gpu skp _ _ 8888 gm _ aarects' will also blacklist the aarects GM on 8888.\n"
80 "'--blacklist ~8888 svg _ svgparse_' blocks non-8888 SVGs that contain \"svgparse_\" in "
81 "the name.");
mtkleina2ef6422015-01-15 13:44:22 -080082
mtklein62bd1a62015-01-27 14:46:26 -080083DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");
84
borenet09ed4802015-04-03 14:15:33 -070085DEFINE_string(uninterestingHashesFile, "",
86 "File containing a list of uninteresting hashes. If a result hashes to something in "
87 "this list, no image is written for that result.");
88
mtklein6393c062015-04-27 08:45:01 -070089DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");
90DEFINE_int32(shard, 0, "Which shard do I run?");
91
halcanary45420a92016-06-02 12:41:14 -070092DEFINE_string(mskps, "", "Directory to read mskps from, or a single mskp file.");
Mike Reed7c26ca72017-07-05 15:45:52 -040093DEFINE_bool(forceRasterPipeline, false, "sets gSkForceRasterPipelineBlitter");
halcanary45420a92016-06-02 12:41:14 -070094
Robert Phillipsad8a43f2017-08-30 12:06:35 -040095DEFINE_bool(ddl, false, "If true, use DeferredDisplayLists for GPU SKP rendering.");
96
csmartdalton008b9d82017-02-22 12:00:42 -070097#if SK_SUPPORT_GPU
98DEFINE_pathrenderer_flag;
99#endif
100
Derek Sollenbergeredfe3df2017-07-19 15:25:24 -0400101DEFINE_bool(ignoreSigInt, false, "ignore SIGINT signals during test execution");
102
Mike Klein97d6a7a2017-07-24 10:37:19 -0400103DEFINE_string(dont_write, "", "File extensions to skip writing to --writePath."); // See skia:6821
104
Mike Klein31868212017-11-06 12:02:47 -0500105DEFINE_bool(nativeFonts, true, "If true, use native font manager and rendering. "
106 "If false, fonts will draw as portably as possible.");
107
mtklein748ca3b2015-01-15 10:56:12 -0800108using namespace DM;
bsalomon3724e572016-03-30 18:56:19 -0700109using sk_gpu_test::GrContextFactory;
bsalomon273c0f52016-03-31 10:59:06 -0700110using sk_gpu_test::GLTestContext;
bsalomonf2f1c172016-04-05 12:59:06 -0700111using sk_gpu_test::ContextInfo;
mtklein@google.comd36522d2013-10-16 13:02:15 +0000112
mtklein748ca3b2015-01-15 10:56:12 -0800113/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
114
benjaminwagnerec4d4d72016-03-25 12:59:53 -0700115static const double kStartMs = SkTime::GetMSecs();
mtkleinc41fd922016-03-08 09:01:39 -0800116
117static FILE* gVLog;
118
119template <typename... Args>
120static void vlog(const char* fmt, Args&&... args) {
121 if (gVLog) {
Jim Van Verth32bbf372017-09-20 12:53:00 -0400122 char s[64];
123 HumanizeMs(s, 64, SkTime::GetMSecs() - kStartMs);
124 fprintf(gVLog, "%s\t", s);
mtkleinc41fd922016-03-08 09:01:39 -0800125 fprintf(gVLog, fmt, args...);
126 fflush(gVLog);
127 }
128}
129
130template <typename... Args>
131static void info(const char* fmt, Args&&... args) {
132 vlog(fmt, args...);
133 if (!FLAGS_quiet) {
134 printf(fmt, args...);
135 }
136}
137static void info(const char* fmt) {
138 if (!FLAGS_quiet) {
139 printf("%s", fmt); // Clang warns printf(fmt) is insecure.
140 }
141}
142
reed086eea92016-05-04 17:12:46 -0700143SK_DECLARE_STATIC_MUTEX(gFailuresMutex);
mtklein748ca3b2015-01-15 10:56:12 -0800144static SkTArray<SkString> gFailures;
145
mtklein3eed7dd2016-02-24 19:07:07 -0800146static void fail(const SkString& err) {
mtklein748ca3b2015-01-15 10:56:12 -0800147 SkAutoMutexAcquire lock(gFailuresMutex);
148 SkDebugf("\n\nFAILURE: %s\n\n", err.c_str());
149 gFailures.push_back(err);
halcanary9e398f72015-01-10 11:18:04 -0800150}
151
mtklein0f7748a2016-07-25 15:27:29 -0700152struct Running {
153 SkString id;
154 SkThreadID thread;
155
156 void dump() const {
157 info("\t%s\n", id.c_str());
158 }
159};
mtkleinb37cb412015-03-18 05:27:14 -0700160
mtklein246ba3a2016-02-23 10:39:36 -0800161// We use a spinlock to make locking this in a signal handler _somewhat_ safe.
Mike Klein03a95ad2017-06-23 12:36:32 -0400162static SkSpinlock gMutex;
163static int gPending;
mtklein0f7748a2016-07-25 15:27:29 -0700164static SkTArray<Running> gRunning;
mtklein748ca3b2015-01-15 10:56:12 -0800165
mtklein3eed7dd2016-02-24 19:07:07 -0800166static void done(const char* config, const char* src, const char* srcOptions, const char* name) {
167 SkString id = SkStringPrintf("%s %s %s %s", config, src, srcOptions, name);
mtkleinc41fd922016-03-08 09:01:39 -0800168 vlog("done %s\n", id.c_str());
mtkleinafae30a2016-02-24 12:28:32 -0800169 int pending;
mtkleinb37cb412015-03-18 05:27:14 -0700170 {
mtkleinf10637f2016-06-10 13:56:35 -0700171 SkAutoMutexAcquire lock(gMutex);
mtkleinb37cb412015-03-18 05:27:14 -0700172 for (int i = 0; i < gRunning.count(); i++) {
mtklein0f7748a2016-07-25 15:27:29 -0700173 if (gRunning[i].id == id) {
mtkleinb37cb412015-03-18 05:27:14 -0700174 gRunning.removeShuffle(i);
175 break;
176 }
177 }
mtkleinafae30a2016-02-24 12:28:32 -0800178 pending = --gPending;
reed50bc0512015-05-19 14:13:31 -0700179 }
Mike Klein03a95ad2017-06-23 12:36:32 -0400180
181 // We write out dm.json file and print out a progress update every once in a while.
182 // Notice this also handles the final dm.json and progress update when pending == 0.
mtkleina17241b2015-01-23 05:48:00 -0800183 if (pending % 500 == 0) {
184 JsonWriter::DumpJson();
Mike Klein03a95ad2017-06-23 12:36:32 -0400185
186 int curr = sk_tools::getCurrResidentSetSizeMB(),
187 peak = sk_tools::getMaxResidentSetSizeMB();
188 SkString elapsed = HumanizeMs(SkTime::GetMSecs() - kStartMs);
189
190 SkAutoMutexAcquire lock(gMutex);
191 info("\n%dMB RAM, %dMB peak, %s elapsed, %d queued, %d active:\n",
192 curr, peak, elapsed.c_str(), gPending - gRunning.count(), gRunning.count());
193 for (auto& task : gRunning) {
194 task.dump();
195 }
mtkleina17241b2015-01-23 05:48:00 -0800196 }
mtklein@google.comd36522d2013-10-16 13:02:15 +0000197}
198
mtklein3eed7dd2016-02-24 19:07:07 -0800199static void start(const char* config, const char* src, const char* srcOptions, const char* name) {
200 SkString id = SkStringPrintf("%s %s %s %s", config, src, srcOptions, name);
mtkleinc41fd922016-03-08 09:01:39 -0800201 vlog("start %s\n", id.c_str());
mtkleinf10637f2016-06-10 13:56:35 -0700202 SkAutoMutexAcquire lock(gMutex);
mtklein0f7748a2016-07-25 15:27:29 -0700203 gRunning.push_back({id,SkGetThreadID()});
mtkleinb37cb412015-03-18 05:27:14 -0700204}
205
Mike Klein3cc2d202016-10-24 11:39:43 -0400206static void find_culprit() {
207 // Assumes gMutex is locked.
208 SkThreadID thisThread = SkGetThreadID();
209 for (auto& task : gRunning) {
210 if (task.thread == thisThread) {
211 info("Likely culprit:\n");
212 task.dump();
mtklein0f7748a2016-07-25 15:27:29 -0700213 }
214 }
Mike Klein3cc2d202016-10-24 11:39:43 -0400215}
mtklein0f7748a2016-07-25 15:27:29 -0700216
mtklein246ba3a2016-02-23 10:39:36 -0800217#if defined(SK_BUILD_FOR_WIN32)
mtklein5b64dab2016-06-09 08:59:48 -0700218 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) {
mtkleinf8557292016-02-29 06:35:28 -0800219 static const struct {
220 const char* name;
robertphillips75467862016-03-01 14:10:23 -0800221 DWORD code;
mtkleinf8557292016-02-29 06:35:28 -0800222 } kExceptions[] = {
223 #define _(E) {#E, E}
224 _(EXCEPTION_ACCESS_VIOLATION),
225 _(EXCEPTION_BREAKPOINT),
226 _(EXCEPTION_INT_DIVIDE_BY_ZERO),
227 _(EXCEPTION_STACK_OVERFLOW),
228 // TODO: more?
229 #undef _
230 };
231
mtkleinf10637f2016-06-10 13:56:35 -0700232 SkAutoMutexAcquire lock(gMutex);
mtklein5b64dab2016-06-09 08:59:48 -0700233
234 const DWORD code = e->ExceptionRecord->ExceptionCode;
235 info("\nCaught exception %u", code);
236 for (const auto& exception : kExceptions) {
237 if (exception.code == code) {
238 info(" %s", exception.name);
mtkleinf8557292016-02-29 06:35:28 -0800239 }
mtkleinf8557292016-02-29 06:35:28 -0800240 }
mtklein5b64dab2016-06-09 08:59:48 -0700241 info(", was running:\n");
242 for (auto& task : gRunning) {
mtklein0f7748a2016-07-25 15:27:29 -0700243 task.dump();
mtklein5b64dab2016-06-09 08:59:48 -0700244 }
mtklein0f7748a2016-07-25 15:27:29 -0700245 find_culprit();
mtklein5b64dab2016-06-09 08:59:48 -0700246 fflush(stdout);
247
mtkleinf8557292016-02-29 06:35:28 -0800248 // Execute default exception handler... hopefully, exit.
249 return EXCEPTION_EXECUTE_HANDLER;
mtklein246ba3a2016-02-23 10:39:36 -0800250 }
251
Mike Klein3cc2d202016-10-24 11:39:43 -0400252 static void setup_crash_handler() {
253 SetUnhandledExceptionFilter(crash_handler);
254 }
255#else
mtklein246ba3a2016-02-23 10:39:36 -0800256 #include <signal.h>
Mike Klein3cc2d202016-10-24 11:39:43 -0400257 #if !defined(SK_BUILD_FOR_ANDROID)
258 #include <execinfo.h>
Brian Salomondcbb9d92017-07-19 10:53:20 -0400259
260#endif
Mike Klein3cc2d202016-10-24 11:39:43 -0400261
262 static constexpr int max_of() { return 0; }
263 template <typename... Rest>
264 static constexpr int max_of(int x, Rest... rest) {
265 return x > max_of(rest...) ? x : max_of(rest...);
266 }
267
268 static void (*previous_handler[max_of(SIGABRT,SIGBUS,SIGFPE,SIGILL,SIGSEGV)+1])(int);
mtkleinf8557292016-02-29 06:35:28 -0800269
mtklein5b64dab2016-06-09 08:59:48 -0700270 static void crash_handler(int sig) {
mtkleinf10637f2016-06-10 13:56:35 -0700271 SkAutoMutexAcquire lock(gMutex);
mtklein5b64dab2016-06-09 08:59:48 -0700272
273 info("\nCaught signal %d [%s], was running:\n", sig, strsignal(sig));
274 for (auto& task : gRunning) {
mtklein0f7748a2016-07-25 15:27:29 -0700275 task.dump();
mtklein5b64dab2016-06-09 08:59:48 -0700276 }
mtklein0f7748a2016-07-25 15:27:29 -0700277 find_culprit();
mtklein5b64dab2016-06-09 08:59:48 -0700278
Mike Klein3cc2d202016-10-24 11:39:43 -0400279 #if !defined(SK_BUILD_FOR_ANDROID)
mtklein5b64dab2016-06-09 08:59:48 -0700280 void* stack[64];
281 int count = backtrace(stack, SK_ARRAY_COUNT(stack));
282 char** symbols = backtrace_symbols(stack, count);
283 info("\nStack trace:\n");
284 for (int i = 0; i < count; i++) {
285 info(" %s\n", symbols[i]);
286 }
Mike Klein3cc2d202016-10-24 11:39:43 -0400287 #endif
mtklein5b64dab2016-06-09 08:59:48 -0700288 fflush(stdout);
289
Mike Klein3cc2d202016-10-24 11:39:43 -0400290 signal(sig, previous_handler[sig]);
291 raise(sig);
mtklein5b64dab2016-06-09 08:59:48 -0700292 }
293
mtklein246ba3a2016-02-23 10:39:36 -0800294 static void setup_crash_handler() {
295 const int kSignals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV };
296 for (int sig : kSignals) {
Mike Klein3cc2d202016-10-24 11:39:43 -0400297 previous_handler[sig] = signal(sig, crash_handler);
mtklein246ba3a2016-02-23 10:39:36 -0800298 }
Derek Sollenbergeredfe3df2017-07-19 15:25:24 -0400299
300 if (FLAGS_ignoreSigInt) {
301 signal(SIGINT, SIG_IGN);
302 }
mtklein246ba3a2016-02-23 10:39:36 -0800303 }
304#endif
305
mtklein748ca3b2015-01-15 10:56:12 -0800306/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
mtklein114c3cd2015-01-15 10:15:02 -0800307
mtklein62bd1a62015-01-27 14:46:26 -0800308struct Gold : public SkString {
mtkleina82f5622015-02-20 12:30:19 -0800309 Gold() : SkString("") {}
mtklein3eed7dd2016-02-24 19:07:07 -0800310 Gold(const SkString& sink, const SkString& src,
311 const SkString& srcOptions, const SkString& name,
312 const SkString& md5)
mtklein62bd1a62015-01-27 14:46:26 -0800313 : SkString("") {
314 this->append(sink);
315 this->append(src);
djsollen54416de2015-04-03 07:24:48 -0700316 this->append(srcOptions);
mtklein62bd1a62015-01-27 14:46:26 -0800317 this->append(name);
318 this->append(md5);
mtklein62bd1a62015-01-27 14:46:26 -0800319 }
mtkleinc8d1dd42015-10-15 12:23:01 -0700320 struct Hash {
321 uint32_t operator()(const Gold& g) const {
322 return SkGoodHash()((const SkString&)g);
323 }
324 };
mtklein62bd1a62015-01-27 14:46:26 -0800325};
mtkleina82f5622015-02-20 12:30:19 -0800326static SkTHashSet<Gold, Gold::Hash> gGold;
mtklein62bd1a62015-01-27 14:46:26 -0800327
328static void add_gold(JsonWriter::BitmapResult r) {
djsollen54416de2015-04-03 07:24:48 -0700329 gGold.add(Gold(r.config, r.sourceType, r.sourceOptions, r.name, r.md5));
mtklein62bd1a62015-01-27 14:46:26 -0800330}
331
332static void gather_gold() {
333 if (!FLAGS_readPath.isEmpty()) {
334 SkString path(FLAGS_readPath[0]);
335 path.append("/dm.json");
336 if (!JsonWriter::ReadJson(path.c_str(), add_gold)) {
337 fail(SkStringPrintf("Couldn't read %s for golden results.", path.c_str()));
338 }
339 }
340}
341
342/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
343
mtklein935f1b12016-03-16 08:37:19 -0700344#if defined(SK_BUILD_FOR_WIN32)
345 static const char* kNewline = "\r\n";
346#else
347 static const char* kNewline = "\n";
348#endif
349
borenet09ed4802015-04-03 14:15:33 -0700350static SkTHashSet<SkString> gUninterestingHashes;
351
352static void gather_uninteresting_hashes() {
353 if (!FLAGS_uninterestingHashesFile.isEmpty()) {
bungeman38d909e2016-08-02 14:40:46 -0700354 sk_sp<SkData> data(SkData::MakeFromFileName(FLAGS_uninterestingHashesFile[0]));
mtkleincc334b32015-09-22 11:43:53 -0700355 if (!data) {
mtkleinc41fd922016-03-08 09:01:39 -0800356 info("WARNING: unable to read uninteresting hashes from %s\n",
357 FLAGS_uninterestingHashesFile[0]);
mtkleincc334b32015-09-22 11:43:53 -0700358 return;
359 }
Mike Klein45dcc0c2017-04-05 18:04:31 -0400360
361 // Copy to a string to make sure SkStrSplit has a terminating \0 to find.
362 SkString contents((const char*)data->data(), data->size());
363
borenet09ed4802015-04-03 14:15:33 -0700364 SkTArray<SkString> hashes;
Mike Klein45dcc0c2017-04-05 18:04:31 -0400365 SkStrSplit(contents.c_str(), kNewline, &hashes);
borenet09ed4802015-04-03 14:15:33 -0700366 for (const SkString& hash : hashes) {
367 gUninterestingHashes.add(hash);
368 }
mtkleinc41fd922016-03-08 09:01:39 -0800369 info("FYI: loaded %d distinct uninteresting hashes from %d lines\n",
370 gUninterestingHashes.count(), hashes.count());
borenet09ed4802015-04-03 14:15:33 -0700371 }
372}
373
374/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
375
Ben Wagner145dbcd2016-11-03 14:40:50 -0400376struct TaggedSrc : public std::unique_ptr<Src> {
mtklein3eed7dd2016-02-24 19:07:07 -0800377 SkString tag;
378 SkString options;
mtkleine0effd62015-07-29 06:37:28 -0700379};
380
Ben Wagner145dbcd2016-11-03 14:40:50 -0400381struct TaggedSink : public std::unique_ptr<Sink> {
kkinnunen3e980c32015-12-23 01:33:00 -0800382 SkString tag;
djsollen54416de2015-04-03 07:24:48 -0700383};
mtklein748ca3b2015-01-15 10:56:12 -0800384
385static const bool kMemcpyOK = true;
386
mtkleine0effd62015-07-29 06:37:28 -0700387static SkTArray<TaggedSrc, kMemcpyOK> gSrcs;
388static SkTArray<TaggedSink, kMemcpyOK> gSinks;
mtklein748ca3b2015-01-15 10:56:12 -0800389
mtklein6393c062015-04-27 08:45:01 -0700390static bool in_shard() {
391 static int N = 0;
392 return N++ % FLAGS_shards == FLAGS_shard;
393}
394
mtklein3eed7dd2016-02-24 19:07:07 -0800395static void push_src(const char* tag, ImplicitString options, Src* s) {
Ben Wagner145dbcd2016-11-03 14:40:50 -0400396 std::unique_ptr<Src> src(s);
mtklein6393c062015-04-27 08:45:01 -0700397 if (in_shard() &&
mtklein3eed7dd2016-02-24 19:07:07 -0800398 FLAGS_src.contains(tag) &&
mtklein748ca3b2015-01-15 10:56:12 -0800399 !SkCommandLineFlags::ShouldSkip(FLAGS_match, src->name().c_str())) {
mtkleine0effd62015-07-29 06:37:28 -0700400 TaggedSrc& s = gSrcs.push_back();
mtklein18300a32016-03-16 13:53:35 -0700401 s.reset(src.release());
mtklein748ca3b2015-01-15 10:56:12 -0800402 s.tag = tag;
djsollen54416de2015-04-03 07:24:48 -0700403 s.options = options;
mtklein114c3cd2015-01-15 10:15:02 -0800404 }
mtklein748ca3b2015-01-15 10:56:12 -0800405}
mtklein114c3cd2015-01-15 10:15:02 -0800406
msarett9e707a02015-09-01 14:57:57 -0700407static void push_codec_src(Path path, CodecSrc::Mode mode, CodecSrc::DstColorType dstColorType,
scroggoc5560be2016-02-03 09:42:42 -0800408 SkAlphaType dstAlphaType, float scale) {
scroggoe4499842016-02-25 11:03:47 -0800409 if (FLAGS_simpleCodec) {
scroggo19b91532016-10-24 09:03:26 -0700410 const bool simple = CodecSrc::kCodec_Mode == mode || CodecSrc::kAnimated_Mode == mode;
411 if (!simple || dstColorType != CodecSrc::kGetFromCanvas_DstColorType || scale != 1.0f) {
scroggoe4499842016-02-25 11:03:47 -0800412 // Only decode in the simple case.
413 return;
scroggo19b91532016-10-24 09:03:26 -0700414 }
scroggoe4499842016-02-25 11:03:47 -0800415 }
msarett9e707a02015-09-01 14:57:57 -0700416 SkString folder;
417 switch (mode) {
418 case CodecSrc::kCodec_Mode:
419 folder.append("codec");
420 break;
msarettbb25b532016-01-13 09:31:39 -0800421 case CodecSrc::kCodecZeroInit_Mode:
422 folder.append("codec_zero_init");
423 break;
msarett9e707a02015-09-01 14:57:57 -0700424 case CodecSrc::kScanline_Mode:
425 folder.append("scanline");
426 break;
msarett9e707a02015-09-01 14:57:57 -0700427 case CodecSrc::kStripe_Mode:
428 folder.append("stripe");
429 break;
msarett91c22b22016-02-22 12:27:46 -0800430 case CodecSrc::kCroppedScanline_Mode:
431 folder.append("crop");
432 break;
msarett9e707a02015-09-01 14:57:57 -0700433 case CodecSrc::kSubset_Mode:
msarett36c37962015-09-02 13:20:52 -0700434 folder.append("codec_subset");
msarett9e707a02015-09-01 14:57:57 -0700435 break;
scroggo19b91532016-10-24 09:03:26 -0700436 case CodecSrc::kAnimated_Mode:
437 folder.append("codec_animated");
438 break;
msarett9e707a02015-09-01 14:57:57 -0700439 }
440
441 switch (dstColorType) {
442 case CodecSrc::kGrayscale_Always_DstColorType:
443 folder.append("_kGray8");
444 break;
msarett34e0ec42016-04-22 16:27:24 -0700445 case CodecSrc::kNonNative8888_Always_DstColorType:
446 folder.append("_kNonNative");
447 break;
msarett9e707a02015-09-01 14:57:57 -0700448 default:
449 break;
450 }
451
scroggoc5560be2016-02-03 09:42:42 -0800452 switch (dstAlphaType) {
scroggoc5560be2016-02-03 09:42:42 -0800453 case kPremul_SkAlphaType:
454 folder.append("_premul");
455 break;
456 case kUnpremul_SkAlphaType:
457 folder.append("_unpremul");
458 break;
459 default:
460 break;
461 }
462
msarett9e707a02015-09-01 14:57:57 -0700463 if (1.0f != scale) {
464 folder.appendf("_%.3f", scale);
465 }
466
scroggoc5560be2016-02-03 09:42:42 -0800467 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale);
msarett9e707a02015-09-01 14:57:57 -0700468 push_src("image", folder, src);
469}
470
scroggof8dc9df2016-05-16 09:04:13 -0700471static void push_android_codec_src(Path path, CodecSrc::DstColorType dstColorType,
472 SkAlphaType dstAlphaType, int sampleSize) {
msarett3d9d7a72015-10-21 10:27:10 -0700473 SkString folder;
scroggof8dc9df2016-05-16 09:04:13 -0700474 folder.append("scaled_codec");
msarett3d9d7a72015-10-21 10:27:10 -0700475
476 switch (dstColorType) {
477 case CodecSrc::kGrayscale_Always_DstColorType:
478 folder.append("_kGray8");
479 break;
msarett34e0ec42016-04-22 16:27:24 -0700480 case CodecSrc::kNonNative8888_Always_DstColorType:
481 folder.append("_kNonNative");
482 break;
msarett3d9d7a72015-10-21 10:27:10 -0700483 default:
484 break;
485 }
486
scroggoc5560be2016-02-03 09:42:42 -0800487 switch (dstAlphaType) {
scroggoc5560be2016-02-03 09:42:42 -0800488 case kPremul_SkAlphaType:
489 folder.append("_premul");
490 break;
msarett9e9444c2016-02-03 12:39:10 -0800491 case kUnpremul_SkAlphaType:
492 folder.append("_unpremul");
493 break;
scroggoc5560be2016-02-03 09:42:42 -0800494 default:
495 break;
496 }
497
msarett3d9d7a72015-10-21 10:27:10 -0700498 if (1 != sampleSize) {
msarett4b0778e2015-11-13 09:59:11 -0800499 folder.appendf("_%.3f", 1.0f / (float) sampleSize);
msarett3d9d7a72015-10-21 10:27:10 -0700500 }
501
scroggof8dc9df2016-05-16 09:04:13 -0700502 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize);
msarett3d9d7a72015-10-21 10:27:10 -0700503 push_src("image", folder, src);
504}
505
msarett18976312016-03-09 14:20:58 -0800506static void push_image_gen_src(Path path, ImageGenSrc::Mode mode, SkAlphaType alphaType, bool isGpu)
507{
508 SkString folder;
509 switch (mode) {
510 case ImageGenSrc::kCodec_Mode:
511 folder.append("gen_codec");
512 break;
513 case ImageGenSrc::kPlatform_Mode:
514 folder.append("gen_platform");
515 break;
516 }
517
518 if (isGpu) {
519 folder.append("_gpu");
520 } else {
521 switch (alphaType) {
522 case kOpaque_SkAlphaType:
523 folder.append("_opaque");
524 break;
525 case kPremul_SkAlphaType:
526 folder.append("_premul");
527 break;
528 case kUnpremul_SkAlphaType:
529 folder.append("_unpremul");
530 break;
531 default:
532 break;
533 }
534 }
535
536 ImageGenSrc* src = new ImageGenSrc(path, mode, alphaType, isGpu);
537 push_src("image", folder, src);
538}
539
Leon Scroggins III07418182017-08-15 12:24:02 -0400540static void push_brd_src(Path path, CodecSrc::DstColorType dstColorType, BRDSrc::Mode mode,
541 uint32_t sampleSize) {
542 SkString folder("brd_android_codec");
543 switch (mode) {
544 case BRDSrc::kFullImage_Mode:
545 break;
546 case BRDSrc::kDivisor_Mode:
547 folder.append("_divisor");
548 break;
549 default:
550 SkASSERT(false);
551 return;
552 }
553
554 switch (dstColorType) {
555 case CodecSrc::kGetFromCanvas_DstColorType:
556 break;
557 case CodecSrc::kGrayscale_Always_DstColorType:
558 folder.append("_kGray");
559 break;
560 default:
561 SkASSERT(false);
562 return;
563 }
564
565 if (1 != sampleSize) {
566 folder.appendf("_%.3f", 1.0f / (float) sampleSize);
567 }
568
569 BRDSrc* src = new BRDSrc(path, mode, dstColorType, sampleSize);
570 push_src("image", folder, src);
571}
572
573static void push_brd_srcs(Path path, bool gray) {
574 if (gray) {
575 // Only run grayscale to one sampleSize and Mode. Though interesting
576 // to test grayscale, it should not reveal anything across various
577 // sampleSizes and Modes
578 // Arbitrarily choose Mode and sampleSize.
579 push_brd_src(path, CodecSrc::kGrayscale_Always_DstColorType,
580 BRDSrc::kFullImage_Mode, 2);
581 }
582
583 // Test on a variety of sampleSizes, making sure to include:
584 // - 2, 4, and 8, which are natively supported by jpeg
585 // - multiples of 2 which are not divisible by 4 (analogous for 4)
586 // - larger powers of two, since BRD clients generally use powers of 2
587 // We will only produce output for the larger sizes on large images.
588 const uint32_t sampleSizes[] = { 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 64 };
589
590 const BRDSrc::Mode modes[] = { BRDSrc::kFullImage_Mode, BRDSrc::kDivisor_Mode, };
591
592 for (uint32_t sampleSize : sampleSizes) {
593 for (BRDSrc::Mode mode : modes) {
594 push_brd_src(path, CodecSrc::kGetFromCanvas_DstColorType, mode, sampleSize);
595 }
596 }
597}
598
msarett438b2ad2015-04-09 12:43:10 -0700599static void push_codec_srcs(Path path) {
bungeman38d909e2016-08-02 14:40:46 -0700600 sk_sp<SkData> encoded(SkData::MakeFromFileName(path.c_str()));
msarett438b2ad2015-04-09 12:43:10 -0700601 if (!encoded) {
mtkleinc41fd922016-03-08 09:01:39 -0800602 info("Couldn't read %s.", path.c_str());
msarett438b2ad2015-04-09 12:43:10 -0700603 return;
604 }
Mike Reedede7bac2017-07-23 15:30:02 -0400605 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(encoded);
halcanary96fcdcc2015-08-27 07:41:13 -0700606 if (nullptr == codec.get()) {
mtkleinc41fd922016-03-08 09:01:39 -0800607 info("Couldn't create codec for %s.", path.c_str());
msarett438b2ad2015-04-09 12:43:10 -0700608 return;
609 }
610
scroggo9366aff2016-05-20 08:38:54 -0700611 // native scaling is only supported by WEBP and JPEG
612 bool supportsNativeScaling = false;
msarett438b2ad2015-04-09 12:43:10 -0700613
msarett91c22b22016-02-22 12:27:46 -0800614 SkTArray<CodecSrc::Mode> nativeModes;
615 nativeModes.push_back(CodecSrc::kCodec_Mode);
616 nativeModes.push_back(CodecSrc::kCodecZeroInit_Mode);
msarett91c22b22016-02-22 12:27:46 -0800617 switch (codec->getEncodedFormat()) {
Hal Canarydb683012016-11-23 08:55:18 -0700618 case SkEncodedImageFormat::kJPEG:
msarett91c22b22016-02-22 12:27:46 -0800619 nativeModes.push_back(CodecSrc::kScanline_Mode);
620 nativeModes.push_back(CodecSrc::kStripe_Mode);
621 nativeModes.push_back(CodecSrc::kCroppedScanline_Mode);
scroggo9366aff2016-05-20 08:38:54 -0700622 supportsNativeScaling = true;
msarett91c22b22016-02-22 12:27:46 -0800623 break;
Hal Canarydb683012016-11-23 08:55:18 -0700624 case SkEncodedImageFormat::kWEBP:
msarett91c22b22016-02-22 12:27:46 -0800625 nativeModes.push_back(CodecSrc::kSubset_Mode);
scroggo9366aff2016-05-20 08:38:54 -0700626 supportsNativeScaling = true;
msarett91c22b22016-02-22 12:27:46 -0800627 break;
Hal Canarydb683012016-11-23 08:55:18 -0700628 case SkEncodedImageFormat::kDNG:
msarettb65e6042016-02-23 05:37:25 -0800629 break;
msarett91c22b22016-02-22 12:27:46 -0800630 default:
631 nativeModes.push_back(CodecSrc::kScanline_Mode);
msarett91c22b22016-02-22 12:27:46 -0800632 break;
633 }
msarett9e707a02015-09-01 14:57:57 -0700634
msarett91c22b22016-02-22 12:27:46 -0800635 SkTArray<CodecSrc::DstColorType> colorTypes;
636 colorTypes.push_back(CodecSrc::kGetFromCanvas_DstColorType);
msarett34e0ec42016-04-22 16:27:24 -0700637 colorTypes.push_back(CodecSrc::kNonNative8888_Always_DstColorType);
msarett36c37962015-09-02 13:20:52 -0700638 switch (codec->getInfo().colorType()) {
639 case kGray_8_SkColorType:
msarett91c22b22016-02-22 12:27:46 -0800640 colorTypes.push_back(CodecSrc::kGrayscale_Always_DstColorType);
msarett36c37962015-09-02 13:20:52 -0700641 break;
642 default:
msarett36c37962015-09-02 13:20:52 -0700643 break;
644 }
msarett9e707a02015-09-01 14:57:57 -0700645
scroggoc5560be2016-02-03 09:42:42 -0800646 SkTArray<SkAlphaType> alphaModes;
647 alphaModes.push_back(kPremul_SkAlphaType);
scroggof2c96a22016-05-20 11:08:27 -0700648 if (codec->getInfo().alphaType() != kOpaque_SkAlphaType) {
649 alphaModes.push_back(kUnpremul_SkAlphaType);
scroggoc5560be2016-02-03 09:42:42 -0800650 }
msarettb714fb02016-01-22 14:46:42 -0800651
652 for (CodecSrc::Mode mode : nativeModes) {
scroggo9366aff2016-05-20 08:38:54 -0700653 for (CodecSrc::DstColorType colorType : colorTypes) {
654 for (SkAlphaType alphaType : alphaModes) {
scroggof2c96a22016-05-20 11:08:27 -0700655 // Only test kCroppedScanline_Mode when the alpha type is premul. The test is
scroggo9366aff2016-05-20 08:38:54 -0700656 // slow and won't be interestingly different with different alpha types.
657 if (CodecSrc::kCroppedScanline_Mode == mode &&
scroggof2c96a22016-05-20 11:08:27 -0700658 kPremul_SkAlphaType != alphaType) {
scroggo9366aff2016-05-20 08:38:54 -0700659 continue;
660 }
msarett91c22b22016-02-22 12:27:46 -0800661
scroggo9366aff2016-05-20 08:38:54 -0700662 push_codec_src(path, mode, colorType, alphaType, 1.0f);
msarettf3dc1882016-04-26 13:06:38 -0700663
scroggo9366aff2016-05-20 08:38:54 -0700664 // Skip kNonNative on different native scales. It won't be interestingly
665 // different.
666 if (supportsNativeScaling &&
667 CodecSrc::kNonNative8888_Always_DstColorType == colorType) {
668 // Native Scales
669 // SkJpegCodec natively supports scaling to the following:
670 for (auto scale : { 0.125f, 0.25f, 0.375f, 0.5f, 0.625f, 0.750f, 0.875f }) {
671 push_codec_src(path, mode, colorType, alphaType, scale);
672 }
scroggoc5560be2016-02-03 09:42:42 -0800673 }
msarett9e707a02015-09-01 14:57:57 -0700674 }
675 }
msarett0a242972015-06-11 14:27:27 -0700676 }
msarett36c37962015-09-02 13:20:52 -0700677
scroggo19b91532016-10-24 09:03:26 -0700678 {
679 std::vector<SkCodec::FrameInfo> frameInfos = codec->getFrameInfo();
680 if (frameInfos.size() > 1) {
Leon Scroggins III557fbbe2017-05-23 09:37:21 -0400681 for (auto dstCT : { CodecSrc::kNonNative8888_Always_DstColorType,
682 CodecSrc::kGetFromCanvas_DstColorType }) {
683 for (auto at : { kUnpremul_SkAlphaType, kPremul_SkAlphaType }) {
684 push_codec_src(path, CodecSrc::kAnimated_Mode, dstCT, at, 1.0f);
685 }
686 }
scroggo19b91532016-10-24 09:03:26 -0700687 }
688
689 }
690
scroggoe4499842016-02-25 11:03:47 -0800691 if (FLAGS_simpleCodec) {
692 return;
693 }
694
msarett3d9d7a72015-10-21 10:27:10 -0700695 const int sampleSizes[] = { 1, 2, 3, 4, 5, 6, 7, 8 };
msarett36c37962015-09-02 13:20:52 -0700696
msarett3d9d7a72015-10-21 10:27:10 -0700697 for (int sampleSize : sampleSizes) {
msarett91c22b22016-02-22 12:27:46 -0800698 for (CodecSrc::DstColorType colorType : colorTypes) {
scroggoc5560be2016-02-03 09:42:42 -0800699 for (SkAlphaType alphaType : alphaModes) {
msarettf3dc1882016-04-26 13:06:38 -0700700 // We can exercise all of the kNonNative support code in the swizzler with just a
701 // few sample sizes. Skip the rest.
702 if (CodecSrc::kNonNative8888_Always_DstColorType == colorType && sampleSize > 3) {
703 continue;
704 }
705
scroggof8dc9df2016-05-16 09:04:13 -0700706 push_android_codec_src(path, colorType, alphaType, sampleSize);
msarett3d9d7a72015-10-21 10:27:10 -0700707 }
msarett36c37962015-09-02 13:20:52 -0700708 }
709 }
msarett18976312016-03-09 14:20:58 -0800710
Leon Scroggins III07418182017-08-15 12:24:02 -0400711 const char* ext = strrchr(path.c_str(), '.');
712 if (ext) {
713 ext++;
msarett18976312016-03-09 14:20:58 -0800714
Leon Scroggins III07418182017-08-15 12:24:02 -0400715 static const char* const rawExts[] = {
716 "arw", "cr2", "dng", "nef", "nrw", "orf", "raf", "rw2", "pef", "srw",
717 "ARW", "CR2", "DNG", "NEF", "NRW", "ORF", "RAF", "RW2", "PEF", "SRW",
718 };
719 for (const char* rawExt : rawExts) {
720 if (0 == strcmp(rawExt, ext)) {
721 // RAW is not supported by image generator (skbug.com/5079) or BRD.
722 return;
723 }
724 }
725
726 static const char* const brdExts[] = {
727 "jpg", "jpeg", "png", "webp",
728 "JPG", "JPEG", "PNG", "WEBP",
729 };
730 for (const char* brdExt : brdExts) {
731 if (0 == strcmp(brdExt, ext)) {
732 bool gray = codec->getEncodedInfo().color() == SkEncodedInfo::kGray_Color;
733 push_brd_srcs(path, gray);
734 break;
735 }
msarett18976312016-03-09 14:20:58 -0800736 }
737 }
738
739 // Push image generator GPU test.
brianosmanc9ced392016-03-24 07:27:43 -0700740 push_image_gen_src(path, ImageGenSrc::kCodec_Mode, codec->getInfo().alphaType(), true);
msarett18976312016-03-09 14:20:58 -0800741
742 // Push image generator CPU tests.
743 for (SkAlphaType alphaType : alphaModes) {
744 push_image_gen_src(path, ImageGenSrc::kCodec_Mode, alphaType, false);
745
746#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS)
Hal Canarydb683012016-11-23 08:55:18 -0700747 if (SkEncodedImageFormat::kWEBP != codec->getEncodedFormat() &&
748 SkEncodedImageFormat::kWBMP != codec->getEncodedFormat() &&
msarett18976312016-03-09 14:20:58 -0800749 kUnpremul_SkAlphaType != alphaType)
750 {
751 push_image_gen_src(path, ImageGenSrc::kPlatform_Mode, alphaType, false);
752 }
msarettfc0b6d12016-03-17 13:50:17 -0700753#elif defined(SK_BUILD_FOR_WIN)
Hal Canarydb683012016-11-23 08:55:18 -0700754 if (SkEncodedImageFormat::kWEBP != codec->getEncodedFormat() &&
755 SkEncodedImageFormat::kWBMP != codec->getEncodedFormat())
msarettfc0b6d12016-03-17 13:50:17 -0700756 {
757 push_image_gen_src(path, ImageGenSrc::kPlatform_Mode, alphaType, false);
758 }
msarett18976312016-03-09 14:20:58 -0800759#endif
760 }
msarett438b2ad2015-04-09 12:43:10 -0700761}
762
fmalitaa2b9fdf2016-08-03 19:53:36 -0700763template <typename T>
764void gather_file_srcs(const SkCommandLineFlags::StringArray& flags, const char* ext) {
765 for (int i = 0; i < flags.count(); i++) {
766 const char* path = flags[i];
767 if (sk_isdir(path)) {
768 SkOSFile::Iter it(path, ext);
769 for (SkString file; it.next(&file); ) {
770 push_src(ext, "", new T(SkOSPath::Join(path, file.c_str())));
771 }
772 } else {
773 push_src(ext, "", new T(path));
774 }
775 }
776}
777
scroggo86737142016-02-03 12:19:11 -0800778static bool gather_srcs() {
mtklein748ca3b2015-01-15 10:56:12 -0800779 for (const skiagm::GMRegistry* r = skiagm::GMRegistry::Head(); r; r = r->next()) {
djsollen54416de2015-04-03 07:24:48 -0700780 push_src("gm", "", new GMSrc(r->factory()));
mtklein748ca3b2015-01-15 10:56:12 -0800781 }
scroggo86737142016-02-03 12:19:11 -0800782
Robert Phillipsad8a43f2017-08-30 12:06:35 -0400783 if (FLAGS_ddl) {
784 gather_file_srcs<DDLSKPSrc>(FLAGS_skps, "skp");
785 } else {
786 gather_file_srcs<SKPSrc>(FLAGS_skps, "skp");
787 }
fmalitaa2b9fdf2016-08-03 19:53:36 -0700788 gather_file_srcs<MSKPSrc>(FLAGS_mskps, "mskp");
789#if defined(SK_XML)
790 gather_file_srcs<SVGSrc>(FLAGS_svgs, "svg");
791#endif
halcanary45420a92016-06-02 12:41:14 -0700792
scroggo86737142016-02-03 12:19:11 -0800793 SkTArray<SkString> images;
msarett69deca82016-04-29 09:38:40 -0700794 if (!CollectImages(FLAGS_images, &images)) {
scroggo86737142016-02-03 12:19:11 -0800795 return false;
796 }
797
798 for (auto image : images) {
799 push_codec_srcs(image);
mtklein709d2c32015-01-15 08:30:25 -0800800 }
scroggo86737142016-02-03 12:19:11 -0800801
msarett69deca82016-04-29 09:38:40 -0700802 SkTArray<SkString> colorImages;
803 if (!CollectImages(FLAGS_colorImages, &colorImages)) {
804 return false;
805 }
806
807 for (auto colorImage : colorImages) {
msarett9ce3a542016-07-15 13:54:38 -0700808 ColorCodecSrc* src = new ColorCodecSrc(colorImage, ColorCodecSrc::kBaseline_Mode,
809 kN32_SkColorType);
msarettb8d1aac2016-08-04 12:22:06 -0700810 push_src("colorImage", "color_codec_baseline", src);
msarett888dc162016-05-23 10:21:17 -0700811
msarett9ce3a542016-07-15 13:54:38 -0700812 src = new ColorCodecSrc(colorImage, ColorCodecSrc::kDst_HPZR30w_Mode, kN32_SkColorType);
msarettb8d1aac2016-08-04 12:22:06 -0700813 push_src("colorImage", "color_codec_HPZR30w", src);
msarett9ce3a542016-07-15 13:54:38 -0700814 // TODO (msarett):
815 // Should we test this Dst in F16 mode (even though the Dst gamma is 2.2 instead of sRGB)?
msarett9876ac52016-06-01 14:47:18 -0700816
msarett9ce3a542016-07-15 13:54:38 -0700817 src = new ColorCodecSrc(colorImage, ColorCodecSrc::kDst_sRGB_Mode, kN32_SkColorType);
msarettb8d1aac2016-08-04 12:22:06 -0700818 push_src("colorImage", "color_codec_sRGB_kN32", src);
msarett9ce3a542016-07-15 13:54:38 -0700819 src = new ColorCodecSrc(colorImage, ColorCodecSrc::kDst_sRGB_Mode, kRGBA_F16_SkColorType);
msarettb8d1aac2016-08-04 12:22:06 -0700820 push_src("colorImage", "color_codec_sRGB_kF16", src);
msarett69deca82016-04-29 09:38:40 -0700821 }
822
scroggo86737142016-02-03 12:19:11 -0800823 return true;
mtklein709d2c32015-01-15 08:30:25 -0800824}
825
kkinnunen3e980c32015-12-23 01:33:00 -0800826static void push_sink(const SkCommandLineConfig& config, Sink* s) {
Ben Wagner145dbcd2016-11-03 14:40:50 -0400827 std::unique_ptr<Sink> sink(s);
kkinnunen3e980c32015-12-23 01:33:00 -0800828
mtkleine0effd62015-07-29 06:37:28 -0700829 // Try a simple Src as a canary. If it fails, skip this sink.
mtklein748ca3b2015-01-15 10:56:12 -0800830 struct : public Src {
mtkleine0effd62015-07-29 06:37:28 -0700831 Error draw(SkCanvas* c) const override {
832 c->drawRect(SkRect::MakeWH(1,1), SkPaint());
833 return "";
834 }
mtklein36352bf2015-03-25 18:17:31 -0700835 SkISize size() const override { return SkISize::Make(16, 16); }
mtkleine0effd62015-07-29 06:37:28 -0700836 Name name() const override { return "justOneRect"; }
837 } justOneRect;
mtklein114c3cd2015-01-15 10:15:02 -0800838
mtklein748ca3b2015-01-15 10:56:12 -0800839 SkBitmap bitmap;
840 SkDynamicMemoryWStream stream;
mtkleinb9eb4ac2015-02-02 18:26:03 -0800841 SkString log;
mtkleine0effd62015-07-29 06:37:28 -0700842 Error err = sink->draw(justOneRect, &bitmap, &stream, &log);
mtklein4089ef72015-03-05 08:40:28 -0800843 if (err.isFatal()) {
mtkleinc41fd922016-03-08 09:01:39 -0800844 info("Could not run %s: %s\n", config.getTag().c_str(), err.c_str());
mtklein05641a52015-04-21 10:49:13 -0700845 exit(1);
mtklein114c3cd2015-01-15 10:15:02 -0800846 }
847
mtkleine0effd62015-07-29 06:37:28 -0700848 TaggedSink& ts = gSinks.push_back();
mtklein18300a32016-03-16 13:53:35 -0700849 ts.reset(sink.release());
kkinnunen3e980c32015-12-23 01:33:00 -0800850 ts.tag = config.getTag();
mtklein748ca3b2015-01-15 10:56:12 -0800851}
852
853static bool gpu_supported() {
854#if SK_SUPPORT_GPU
855 return FLAGS_gpu;
856#else
857 return false;
858#endif
859}
kkinnunen9ebc3f02015-12-21 23:48:13 -0800860
csmartdalton008b9d82017-02-22 12:00:42 -0700861static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config) {
kkinnunen3e980c32015-12-23 01:33:00 -0800862#if SK_SUPPORT_GPU
863 if (gpu_supported()) {
864 if (const SkCommandLineConfigGpu* gpuConfig = config->asConfigGpu()) {
bsalomon85b4b532016-04-05 11:06:27 -0700865 GrContextFactory::ContextType contextType = gpuConfig->getContextType();
csmartdaltone812d492017-02-21 12:36:05 -0700866 GrContextFactory::ContextOverrides contextOverrides = gpuConfig->getContextOverrides();
csmartdalton008b9d82017-02-22 12:00:42 -0700867 GrContextFactory testFactory(grCtxOptions);
csmartdaltone812d492017-02-21 12:36:05 -0700868 if (!testFactory.get(contextType, contextOverrides)) {
mtkleinc41fd922016-03-08 09:01:39 -0800869 info("WARNING: can not create GPU context for config '%s'. "
870 "GM tests will be skipped.\n", gpuConfig->getTag().c_str());
kkinnunen3e980c32015-12-23 01:33:00 -0800871 return nullptr;
872 }
Brian Osmanf9810662017-08-30 10:02:10 -0400873 if (gpuConfig->getTestThreading()) {
874 return new GPUThreadTestingSink(contextType, contextOverrides,
875 gpuConfig->getSamples(), gpuConfig->getUseDIText(),
876 gpuConfig->getColorType(),
877 gpuConfig->getAlphaType(),
878 sk_ref_sp(gpuConfig->getColorSpace()),
879 FLAGS_gpu_threading, grCtxOptions);
880 } else {
881 return new GPUSink(contextType, contextOverrides, gpuConfig->getSamples(),
882 gpuConfig->getUseDIText(), gpuConfig->getColorType(),
883 gpuConfig->getAlphaType(), sk_ref_sp(gpuConfig->getColorSpace()),
884 FLAGS_gpu_threading, grCtxOptions);
885 }
kkinnunen3e980c32015-12-23 01:33:00 -0800886 }
887 }
888#endif
889
890#define SINK(t, sink, ...) if (config->getBackend().equals(t)) { return new sink(__VA_ARGS__); }
891
mtklein748ca3b2015-01-15 10:56:12 -0800892 if (FLAGS_cpu) {
Matt Sarett77a7a1b2017-02-07 13:56:11 -0500893 auto srgbColorSpace = SkColorSpace::MakeSRGB();
894 auto srgbLinearColorSpace = SkColorSpace::MakeSRGBLinear();
brianosmanb109b8c2016-06-16 13:03:24 -0700895
Matt Sarettd2228302017-03-02 08:53:46 -0500896 SINK("565", RasterSink, kRGB_565_SkColorType);
897 SINK("8888", RasterSink, kN32_SkColorType);
898 SINK("srgb", RasterSink, kN32_SkColorType, srgbColorSpace);
Matt Sarettd2228302017-03-02 08:53:46 -0500899 SINK("f16", RasterSink, kRGBA_F16_SkColorType, srgbLinearColorSpace);
Hal Canaryc7d295e2017-07-20 15:36:00 -0400900 SINK("pdf", PDFSink, false, SK_ScalarDefaultRasterDPI);
Matt Sarettd2228302017-03-02 08:53:46 -0500901 SINK("skp", SKPSink);
902 SINK("pipe", PipeSink);
903 SINK("svg", SVGSink);
904 SINK("null", NullSink);
905 SINK("xps", XPSSink);
Hal Canaryc7d295e2017-07-20 15:36:00 -0400906 SINK("pdfa", PDFSink, true, SK_ScalarDefaultRasterDPI);
907 SINK("pdf300", PDFSink, false, 300);
Hal Canary85c7fe82016-10-25 10:33:27 -0400908 SINK("jsdebug", DebugSink);
mtklein748ca3b2015-01-15 10:56:12 -0800909 }
910#undef SINK
halcanary96fcdcc2015-08-27 07:41:13 -0700911 return nullptr;
mtklein114c3cd2015-01-15 10:15:02 -0800912}
913
Mike Klein841101d2017-03-10 09:55:51 -0500914static sk_sp<SkColorSpace> adobe_rgb() {
915 return SkColorSpace::MakeRGB(SkColorSpace::kSRGB_RenderTargetGamma,
916 SkColorSpace::kAdobeRGB_Gamut);
917}
918
Mike Kleinb7ea3da2017-10-31 17:42:08 +0000919static sk_sp<SkColorSpace> rgb_to_gbr() {
920 float gbr[9];
921 gbr[0] = gSRGB_toXYZD50[1];
922 gbr[1] = gSRGB_toXYZD50[2];
923 gbr[2] = gSRGB_toXYZD50[0];
924 gbr[3] = gSRGB_toXYZD50[4];
925 gbr[4] = gSRGB_toXYZD50[5];
926 gbr[5] = gSRGB_toXYZD50[3];
927 gbr[6] = gSRGB_toXYZD50[7];
928 gbr[7] = gSRGB_toXYZD50[8];
929 gbr[8] = gSRGB_toXYZD50[6];
Mike Klein919cc452017-03-18 15:36:52 +0000930 SkMatrix44 toXYZD50(SkMatrix44::kUninitialized_Constructor);
Mike Kleinb7ea3da2017-10-31 17:42:08 +0000931 toXYZD50.set3x3RowMajorf(gbr);
Mike Klein919cc452017-03-18 15:36:52 +0000932 return SkColorSpace::MakeRGB(SkColorSpace::kSRGB_RenderTargetGamma, toXYZD50);
933}
934
kkinnunen3e980c32015-12-23 01:33:00 -0800935static Sink* create_via(const SkString& tag, Sink* wrapped) {
936#define VIA(t, via, ...) if (tag.equals(t)) { return new via(__VA_ARGS__); }
Mike Klein919cc452017-03-18 15:36:52 +0000937 VIA("adobe", ViaCSXform, wrapped, adobe_rgb(), false);
Mike Kleinb7ea3da2017-10-31 17:42:08 +0000938 VIA("gbr", ViaCSXform, wrapped, rgb_to_gbr(), true);
mtklein9c5052f2016-08-06 12:51:51 -0700939 VIA("lite", ViaLite, wrapped);
reed54dc4872016-09-13 08:09:45 -0700940 VIA("pipe", ViaPipe, wrapped);
halcanary96fcdcc2015-08-27 07:41:13 -0700941 VIA("twice", ViaTwice, wrapped);
Mike Reedbae888e2017-02-18 16:50:45 -0500942#ifdef TEST_VIA_SVG
Mike Reedf67c4592017-02-17 17:06:11 -0500943 VIA("svg", ViaSVG, wrapped);
Mike Reedbae888e2017-02-18 16:50:45 -0500944#endif
halcanary96fcdcc2015-08-27 07:41:13 -0700945 VIA("serialize", ViaSerialization, wrapped);
mtklein4a34ecb2016-01-08 10:19:35 -0800946 VIA("pic", ViaPicture, wrapped);
halcanary96fcdcc2015-08-27 07:41:13 -0700947 VIA("2ndpic", ViaSecondPicture, wrapped);
mtkleind31c13d2015-05-05 12:59:56 -0700948 VIA("sp", ViaSingletonPictures, wrapped);
reedbabc3de2016-07-08 08:43:27 -0700949 VIA("defer", ViaDefer, wrapped);
halcanary96fcdcc2015-08-27 07:41:13 -0700950 VIA("tiles", ViaTiles, 256, 256, nullptr, wrapped);
mtklein7edca212015-01-21 13:18:51 -0800951 VIA("tiles_rt", ViaTiles, 256, 256, new SkRTreeFactory, wrapped);
mtklein748ca3b2015-01-15 10:56:12 -0800952
mtkleind603b222015-02-17 11:13:33 -0800953 if (FLAGS_matrix.count() == 4) {
mtklein748ca3b2015-01-15 10:56:12 -0800954 SkMatrix m;
mtkleind603b222015-02-17 11:13:33 -0800955 m.reset();
956 m.setScaleX((SkScalar)atof(FLAGS_matrix[0]));
957 m.setSkewX ((SkScalar)atof(FLAGS_matrix[1]));
958 m.setSkewY ((SkScalar)atof(FLAGS_matrix[2]));
959 m.setScaleY((SkScalar)atof(FLAGS_matrix[3]));
960 VIA("matrix", ViaMatrix, m, wrapped);
961 VIA("upright", ViaUpright, m, wrapped);
mtklein748ca3b2015-01-15 10:56:12 -0800962 }
tomhudson64de1e12015-03-05 08:01:07 -0800963
mtklein748ca3b2015-01-15 10:56:12 -0800964#undef VIA
halcanary96fcdcc2015-08-27 07:41:13 -0700965 return nullptr;
mtklein114c3cd2015-01-15 10:15:02 -0800966}
967
Ben Wagnerf28d4722017-08-11 17:33:22 -0400968static bool gather_sinks(const GrContextOptions& grCtxOptions, bool defaultConfigs) {
kkinnunen3e980c32015-12-23 01:33:00 -0800969 SkCommandLineConfigArray configs;
970 ParseConfigs(FLAGS_config, &configs);
971 for (int i = 0; i < configs.count(); i++) {
972 const SkCommandLineConfig& config = *configs[i];
csmartdalton008b9d82017-02-22 12:00:42 -0700973 Sink* sink = create_sink(grCtxOptions, &config);
kkinnunen3e980c32015-12-23 01:33:00 -0800974 if (sink == nullptr) {
mtkleinc41fd922016-03-08 09:01:39 -0800975 info("Skipping config %s: Don't understand '%s'.\n", config.getTag().c_str(),
976 config.getTag().c_str());
kkinnunen3e980c32015-12-23 01:33:00 -0800977 continue;
978 }
mtklein748ca3b2015-01-15 10:56:12 -0800979
kkinnunen3e980c32015-12-23 01:33:00 -0800980 const SkTArray<SkString>& parts = config.getViaParts();
981 for (int j = parts.count(); j-- > 0;) {
982 const SkString& part = parts[j];
983 Sink* next = create_via(part, sink);
halcanary96fcdcc2015-08-27 07:41:13 -0700984 if (next == nullptr) {
mtkleinc41fd922016-03-08 09:01:39 -0800985 info("Skipping config %s: Don't understand '%s'.\n", config.getTag().c_str(),
986 part.c_str());
mtklein748ca3b2015-01-15 10:56:12 -0800987 delete sink;
halcanary96fcdcc2015-08-27 07:41:13 -0700988 sink = nullptr;
mtklein748ca3b2015-01-15 10:56:12 -0800989 break;
990 }
991 sink = next;
992 }
993 if (sink) {
994 push_sink(config, sink);
mtklein114c3cd2015-01-15 10:15:02 -0800995 }
996 }
brianosman05c987c2016-05-09 13:42:16 -0700997
998 // If no configs were requested (just running tests, perhaps?), then we're okay.
Ben Wagnerf28d4722017-08-11 17:33:22 -0400999 if (configs.count() == 0 ||
1000 // If we're using the default configs, we're okay.
1001 defaultConfigs ||
Ben Wagner32fa5102017-08-10 21:25:55 -04001002 // If we've been told to ignore undefined flags, we're okay.
1003 FLAGS_undefok ||
1004 // Otherwise, make sure that all specified configs have become sinks.
1005 configs.count() == gSinks.count()) {
1006 return true;
1007 }
1008 info("Invalid --config. Use --undefok to bypass this warning.\n");
1009 return false;
mtklein114c3cd2015-01-15 10:15:02 -08001010}
mtklein709d2c32015-01-15 08:30:25 -08001011
mtkleina5114d72015-08-24 13:27:01 -07001012static bool dump_png(SkBitmap bitmap, const char* path, const char* md5) {
Mike Klein13b6afd2017-06-12 12:45:41 -04001013 SkPixmap pm;
1014 if (!bitmap.peekPixels(&pm)) {
1015 return false; // Ought to never happen... we're already read-back at this point.
mtkleina5114d72015-08-24 13:27:01 -07001016 }
Mike Klein13b6afd2017-06-12 12:45:41 -04001017 SkFILEWStream dst{path};
mtkleina5114d72015-08-24 13:27:01 -07001018
mtkleind69ece62015-09-10 10:37:44 -07001019 SkString description;
1020 description.append("Key: ");
1021 for (int i = 0; i < FLAGS_key.count(); i++) {
1022 description.appendf("%s ", FLAGS_key[i]);
1023 }
1024 description.append("Properties: ");
1025 for (int i = 0; i < FLAGS_properties.count(); i++) {
1026 description.appendf("%s ", FLAGS_properties[i]);
1027 }
1028 description.appendf("MD5: %s", md5);
1029
Mike Klein13b6afd2017-06-12 12:45:41 -04001030 const char* comments[] = {
1031 "Author", "DM dump_png()",
1032 "Description", description.c_str(),
1033 };
1034 size_t lengths[] = {
1035 strlen(comments[0])+1, strlen(comments[1])+1,
1036 strlen(comments[2])+1, strlen(comments[3])+1,
1037 };
mtkleina5114d72015-08-24 13:27:01 -07001038
Mike Klein13b6afd2017-06-12 12:45:41 -04001039 SkPngEncoder::Options options;
1040 options.fComments = SkDataTable::MakeCopyArrays((const void**)comments, lengths, 4);
1041 options.fFilterFlags = SkPngEncoder::FilterFlag::kNone;
1042 options.fZLibLevel = 1;
1043 options.fUnpremulBehavior = pm.colorSpace() ? SkTransferFunctionBehavior::kRespect
1044 : SkTransferFunctionBehavior::kIgnore;
1045 return SkPngEncoder::Encode(&dst, pm, options);
mtkleina5114d72015-08-24 13:27:01 -07001046}
1047
mtkleina2ef6422015-01-15 13:44:22 -08001048static bool match(const char* needle, const char* haystack) {
Chris Daltonecf78ac2017-08-15 15:43:08 -06001049 if ('~' == needle[0]) {
1050 return !match(needle + 1, haystack);
1051 }
1052 if (0 == strcmp("_", needle)) {
1053 return true;
1054 }
1055 return nullptr != strstr(haystack, needle);
mtkleina2ef6422015-01-15 13:44:22 -08001056}
1057
mtklein3eed7dd2016-02-24 19:07:07 -08001058static bool is_blacklisted(const char* sink, const char* src,
1059 const char* srcOptions, const char* name) {
mtklein0d243ff2015-04-03 07:51:00 -07001060 for (int i = 0; i < FLAGS_blacklist.count() - 3; i += 4) {
mtkleina2ef6422015-01-15 13:44:22 -08001061 if (match(FLAGS_blacklist[i+0], sink) &&
djsollen54416de2015-04-03 07:24:48 -07001062 match(FLAGS_blacklist[i+1], src) &&
1063 match(FLAGS_blacklist[i+2], srcOptions) &&
1064 match(FLAGS_blacklist[i+3], name)) {
mtklein3eed7dd2016-02-24 19:07:07 -08001065 return true;
mtkleina2ef6422015-01-15 13:44:22 -08001066 }
1067 }
mtklein3eed7dd2016-02-24 19:07:07 -08001068 return false;
mtkleina2ef6422015-01-15 13:44:22 -08001069}
1070
mtkleincd50bca2016-01-05 06:20:20 -08001071// Even when a Task Sink reports to be non-threadsafe (e.g. GPU), we know things like
1072// .png encoding are definitely thread safe. This lets us offload that work to CPU threads.
1073static SkTaskGroup gDefinitelyThreadSafeWork;
1074
mtklein748ca3b2015-01-15 10:56:12 -08001075// The finest-grained unit of work we can run: draw a single Src into a single Sink,
1076// report any errors, and perhaps write out the output: a .png of the bitmap, or a raw stream.
1077struct Task {
mtkleine0effd62015-07-29 06:37:28 -07001078 Task(const TaggedSrc& src, const TaggedSink& sink) : src(src), sink(sink) {}
1079 const TaggedSrc& src;
1080 const TaggedSink& sink;
mtklein748ca3b2015-01-15 10:56:12 -08001081
mtklein21eaf3b2016-02-08 12:39:59 -08001082 static void Run(const Task& task) {
1083 SkString name = task.src->name();
mtkleine0effd62015-07-29 06:37:28 -07001084
mtkleinb9eb4ac2015-02-02 18:26:03 -08001085 SkString log;
mtklein3eed7dd2016-02-24 19:07:07 -08001086 if (!FLAGS_dryRun) {
mtklein748ca3b2015-01-15 10:56:12 -08001087 SkBitmap bitmap;
1088 SkDynamicMemoryWStream stream;
mtklein3eed7dd2016-02-24 19:07:07 -08001089 start(task.sink.tag.c_str(), task.src.tag.c_str(),
1090 task.src.options.c_str(), name.c_str());
mtklein21eaf3b2016-02-08 12:39:59 -08001091 Error err = task.sink->draw(*task.src, &bitmap, &stream, &log);
mtkleinb3b13b72016-03-07 13:20:52 -08001092 if (!log.isEmpty()) {
mtkleinc41fd922016-03-08 09:01:39 -08001093 info("%s %s %s %s:\n%s\n", task.sink.tag.c_str()
1094 , task.src.tag.c_str()
1095 , task.src.options.c_str()
1096 , name.c_str()
1097 , log.c_str());
mtkleinb3b13b72016-03-07 13:20:52 -08001098 }
mtklein748ca3b2015-01-15 10:56:12 -08001099 if (!err.isEmpty()) {
mtklein4089ef72015-03-05 08:40:28 -08001100 if (err.isFatal()) {
djsollen54416de2015-04-03 07:24:48 -07001101 fail(SkStringPrintf("%s %s %s %s: %s",
mtklein21eaf3b2016-02-08 12:39:59 -08001102 task.sink.tag.c_str(),
1103 task.src.tag.c_str(),
1104 task.src.options.c_str(),
mtklein4089ef72015-03-05 08:40:28 -08001105 name.c_str(),
1106 err.c_str()));
mtkleinb37cb412015-03-18 05:27:14 -07001107 } else {
mtklein3eed7dd2016-02-24 19:07:07 -08001108 done(task.sink.tag.c_str(), task.src.tag.c_str(),
1109 task.src.options.c_str(), name.c_str());
mtkleinba6ada72016-01-21 09:39:35 -08001110 return;
mtklein4089ef72015-03-05 08:40:28 -08001111 }
mtklein748ca3b2015-01-15 10:56:12 -08001112 }
mtklein62bd1a62015-01-27 14:46:26 -08001113
mtkleincd50bca2016-01-05 06:20:20 -08001114 // We're likely switching threads here, so we must capture by value, [=] or [foo,bar].
Hal Canary0b833192017-03-14 14:35:02 -04001115 SkStreamAsset* data = stream.detachAsStream().release();
mtkleincd50bca2016-01-05 06:20:20 -08001116 gDefinitelyThreadSafeWork.add([task,name,bitmap,data]{
Ben Wagner145dbcd2016-11-03 14:40:50 -04001117 std::unique_ptr<SkStreamAsset> ownedData(data);
mtkleincd50bca2016-01-05 06:20:20 -08001118
mtkleincd50bca2016-01-05 06:20:20 -08001119 SkString md5;
1120 if (!FLAGS_writePath.isEmpty() || !FLAGS_readPath.isEmpty()) {
1121 SkMD5 hash;
1122 if (data->getLength()) {
1123 hash.writeStream(data, data->getLength());
1124 data->rewind();
mtklein38408462015-07-08 07:25:27 -07001125 } else {
mtkleincd50bca2016-01-05 06:20:20 -08001126 // If we're BGRA (Linux, Windows), swizzle over to RGBA (Mac, Android).
1127 // This helps eliminate multiple 0-pixel-diff hashes on gold.skia.org.
1128 // (Android's general slow speed breaks the tie arbitrarily in RGBA's favor.)
1129 // We might consider promoting 565 to RGBA too.
1130 if (bitmap.colorType() == kBGRA_8888_SkColorType) {
1131 SkBitmap swizzle;
Matt Sarett68b8e3d2017-04-28 11:15:22 -04001132 SkAssertResult(sk_tool_utils::copy_to(&swizzle, kRGBA_8888_SkColorType,
1133 bitmap));
Mike Reedf0ffb892017-10-03 14:47:21 -04001134 hash.write(swizzle.getPixels(), swizzle.computeByteSize());
mtkleincd50bca2016-01-05 06:20:20 -08001135 } else {
Mike Reedf0ffb892017-10-03 14:47:21 -04001136 hash.write(bitmap.getPixels(), bitmap.computeByteSize());
mtkleincd50bca2016-01-05 06:20:20 -08001137 }
1138 }
1139 SkMD5::Digest digest;
1140 hash.finish(digest);
1141 for (int i = 0; i < 16; i++) {
1142 md5.appendf("%02x", digest.data[i]);
mtklein38408462015-07-08 07:25:27 -07001143 }
mtklein62bd1a62015-01-27 14:46:26 -08001144 }
mtklein62bd1a62015-01-27 14:46:26 -08001145
mtkleincd50bca2016-01-05 06:20:20 -08001146 if (!FLAGS_readPath.isEmpty() &&
mtklein3eed7dd2016-02-24 19:07:07 -08001147 !gGold.contains(Gold(task.sink.tag, task.src.tag,
1148 task.src.options, name, md5))) {
mtkleincd50bca2016-01-05 06:20:20 -08001149 fail(SkStringPrintf("%s not found for %s %s %s %s in %s",
1150 md5.c_str(),
mtklein21eaf3b2016-02-08 12:39:59 -08001151 task.sink.tag.c_str(),
1152 task.src.tag.c_str(),
1153 task.src.options.c_str(),
mtkleincd50bca2016-01-05 06:20:20 -08001154 name.c_str(),
1155 FLAGS_readPath[0]));
mtklein748ca3b2015-01-15 10:56:12 -08001156 }
mtkleincd50bca2016-01-05 06:20:20 -08001157
1158 if (!FLAGS_writePath.isEmpty()) {
mtklein21eaf3b2016-02-08 12:39:59 -08001159 const char* ext = task.sink->fileExtension();
Brian Osmanf1942de2017-08-30 14:50:22 -04001160 if (ext && !FLAGS_dont_write.contains(ext)) {
Mike Klein97d6a7a2017-07-24 10:37:19 -04001161 if (data->getLength()) {
1162 WriteToDisk(task, md5, ext, data, data->getLength(), nullptr);
1163 SkASSERT(bitmap.drawsNothing());
1164 } else if (!bitmap.drawsNothing()) {
1165 WriteToDisk(task, md5, ext, nullptr, 0, &bitmap);
1166 }
mtkleincd50bca2016-01-05 06:20:20 -08001167 }
1168 }
1169 });
mtklein748ca3b2015-01-15 10:56:12 -08001170 }
mtklein3eed7dd2016-02-24 19:07:07 -08001171 done(task.sink.tag.c_str(), task.src.tag.c_str(), task.src.options.c_str(), name.c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001172 }
1173
1174 static void WriteToDisk(const Task& task,
mtklein62bd1a62015-01-27 14:46:26 -08001175 SkString md5,
1176 const char* ext,
mtklein748ca3b2015-01-15 10:56:12 -08001177 SkStream* data, size_t len,
mtklein62bd1a62015-01-27 14:46:26 -08001178 const SkBitmap* bitmap) {
mtklein409d4702016-02-29 07:38:01 -08001179 bool gammaCorrect = false;
1180 if (bitmap) {
Brian Osman7039f742016-11-01 15:56:16 -04001181 gammaCorrect = SkToBool(bitmap->info().colorSpace());
mtklein409d4702016-02-29 07:38:01 -08001182 }
1183
mtklein748ca3b2015-01-15 10:56:12 -08001184 JsonWriter::BitmapResult result;
djsollen54416de2015-04-03 07:24:48 -07001185 result.name = task.src->name();
mtklein3eed7dd2016-02-24 19:07:07 -08001186 result.config = task.sink.tag;
djsollen54416de2015-04-03 07:24:48 -07001187 result.sourceType = task.src.tag;
1188 result.sourceOptions = task.src.options;
1189 result.ext = ext;
mtklein409d4702016-02-29 07:38:01 -08001190 result.gammaCorrect = gammaCorrect;
djsollen54416de2015-04-03 07:24:48 -07001191 result.md5 = md5;
mtklein748ca3b2015-01-15 10:56:12 -08001192 JsonWriter::AddBitmapResult(result);
1193
mtkleinb0531a72015-04-07 13:38:48 -07001194 // If an MD5 is uninteresting, we want it noted in the JSON file,
1195 // but don't want to dump it out as a .png (or whatever ext is).
1196 if (gUninterestingHashes.contains(md5)) {
1197 return;
1198 }
1199
mtklein748ca3b2015-01-15 10:56:12 -08001200 const char* dir = FLAGS_writePath[0];
1201 if (0 == strcmp(dir, "@")) { // Needed for iOS.
1202 dir = FLAGS_resourcePath[0];
1203 }
1204 sk_mkdir(dir);
1205
1206 SkString path;
1207 if (FLAGS_nameByHash) {
1208 path = SkOSPath::Join(dir, result.md5.c_str());
1209 path.append(".");
1210 path.append(ext);
1211 if (sk_exists(path.c_str())) {
1212 return; // Content-addressed. If it exists already, we're done.
1213 }
1214 } else {
kkinnunen3e980c32015-12-23 01:33:00 -08001215 path = SkOSPath::Join(dir, task.sink.tag.c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001216 sk_mkdir(path.c_str());
msarett9e707a02015-09-01 14:57:57 -07001217 path = SkOSPath::Join(path.c_str(), task.src.tag.c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001218 sk_mkdir(path.c_str());
msarett9e707a02015-09-01 14:57:57 -07001219 if (strcmp(task.src.options.c_str(), "") != 0) {
1220 path = SkOSPath::Join(path.c_str(), task.src.options.c_str());
djsollen54416de2015-04-03 07:24:48 -07001221 sk_mkdir(path.c_str());
1222 }
mtklein748ca3b2015-01-15 10:56:12 -08001223 path = SkOSPath::Join(path.c_str(), task.src->name().c_str());
1224 path.append(".");
1225 path.append(ext);
1226 }
1227
mtklein748ca3b2015-01-15 10:56:12 -08001228 if (bitmap) {
mtkleina5114d72015-08-24 13:27:01 -07001229 if (!dump_png(*bitmap, path.c_str(), result.md5.c_str())) {
mtklein748ca3b2015-01-15 10:56:12 -08001230 fail(SkStringPrintf("Can't encode PNG to %s.\n", path.c_str()));
1231 return;
1232 }
1233 } else {
mtkleina5114d72015-08-24 13:27:01 -07001234 SkFILEWStream file(path.c_str());
1235 if (!file.isValid()) {
1236 fail(SkStringPrintf("Can't open %s for writing.\n", path.c_str()));
1237 return;
1238 }
mtklein748ca3b2015-01-15 10:56:12 -08001239 if (!file.writeStream(data, len)) {
1240 fail(SkStringPrintf("Can't write to %s.\n", path.c_str()));
1241 return;
1242 }
1243 }
1244 }
1245};
1246
mtklein748ca3b2015-01-15 10:56:12 -08001247/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
1248
1249// Unit tests don't fit so well into the Src/Sink model, so we give them special treatment.
1250
mtklein21eaf3b2016-02-08 12:39:59 -08001251static SkTDArray<skiatest::Test> gParallelTests, gSerialTests;
mtklein748ca3b2015-01-15 10:56:12 -08001252
1253static void gather_tests() {
mtklein6c5fed22015-01-20 13:47:23 -08001254 if (!FLAGS_src.contains("tests")) {
mtklein748ca3b2015-01-15 10:56:12 -08001255 return;
1256 }
mtklein6393c062015-04-27 08:45:01 -07001257 for (const skiatest::TestRegistry* r = skiatest::TestRegistry::Head(); r; r = r->next()) {
1258 if (!in_shard()) {
1259 continue;
1260 }
halcanary87f3ba42015-01-20 09:30:20 -08001261 // Despite its name, factory() is returning a reference to
1262 // link-time static const POD data.
1263 const skiatest::Test& test = r->factory();
1264 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, test.name)) {
mtklein748ca3b2015-01-15 10:56:12 -08001265 continue;
1266 }
halcanary87f3ba42015-01-20 09:30:20 -08001267 if (test.needsGpu && gpu_supported()) {
mtklein21eaf3b2016-02-08 12:39:59 -08001268 (FLAGS_gpu_threading ? gParallelTests : gSerialTests).push(test);
halcanary87f3ba42015-01-20 09:30:20 -08001269 } else if (!test.needsGpu && FLAGS_cpu) {
mtklein21eaf3b2016-02-08 12:39:59 -08001270 gParallelTests.push(test);
mtklein82d28432015-01-15 12:46:02 -08001271 }
mtklein748ca3b2015-01-15 10:56:12 -08001272 }
1273}
1274
csmartdalton008b9d82017-02-22 12:00:42 -07001275static void run_test(skiatest::Test test, const GrContextOptions& grCtxOptions) {
halcanary87f3ba42015-01-20 09:30:20 -08001276 struct : public skiatest::Reporter {
mtklein36352bf2015-03-25 18:17:31 -07001277 void reportFailed(const skiatest::Failure& failure) override {
halcanary87f3ba42015-01-20 09:30:20 -08001278 fail(failure.toString());
1279 JsonWriter::AddTestFailure(failure);
1280 }
mtklein36352bf2015-03-25 18:17:31 -07001281 bool allowExtendedTest() const override {
halcanary87f3ba42015-01-20 09:30:20 -08001282 return FLAGS_pathOpsExtended;
1283 }
mtklein36352bf2015-03-25 18:17:31 -07001284 bool verbose() const override { return FLAGS_veryVerbose; }
halcanary87f3ba42015-01-20 09:30:20 -08001285 } reporter;
djsollen824996a2015-06-12 12:06:22 -07001286
mtklein3eed7dd2016-02-24 19:07:07 -08001287 if (!FLAGS_dryRun && !is_blacklisted("_", "tests", "_", test.name)) {
Robert Phillipsec325342017-10-30 18:02:48 +00001288 GrContextOptions options = grCtxOptions;
1289 test.modifyGrContextOptions(&options);
1290
mtklein21eaf3b2016-02-08 12:39:59 -08001291 start("unit", "test", "", test.name);
Robert Phillipsec325342017-10-30 18:02:48 +00001292 GrContextFactory factory(options);
Mike Kleinb323a5e2017-07-24 15:21:31 -04001293 test.run(&reporter, &factory);
mtklein748ca3b2015-01-15 10:56:12 -08001294 }
mtklein3eed7dd2016-02-24 19:07:07 -08001295 done("unit", "test", "", test.name);
mtklein748ca3b2015-01-15 10:56:12 -08001296}
1297
1298/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
1299
caryclark83ca6282015-06-10 09:31:09 -07001300#define PORTABLE_FONT_PREFIX "Toy Liberation "
1301
mbocee6a9912016-05-31 11:42:36 -07001302static sk_sp<SkTypeface> create_from_name(const char familyName[], SkFontStyle style) {
caryclark83ca6282015-06-10 09:31:09 -07001303 if (familyName && strlen(familyName) > sizeof(PORTABLE_FONT_PREFIX)
1304 && !strncmp(familyName, PORTABLE_FONT_PREFIX, sizeof(PORTABLE_FONT_PREFIX) - 1)) {
caryclark1818acb2015-07-24 12:09:25 -07001305 return sk_tool_utils::create_portable_typeface(familyName, style);
caryclark83ca6282015-06-10 09:31:09 -07001306 }
halcanary96fcdcc2015-08-27 07:41:13 -07001307 return nullptr;
caryclark83ca6282015-06-10 09:31:09 -07001308}
1309
1310#undef PORTABLE_FONT_PREFIX
1311
mbocee6a9912016-05-31 11:42:36 -07001312extern sk_sp<SkTypeface> (*gCreateTypefaceDelegate)(const char [], SkFontStyle );
caryclark83ca6282015-06-10 09:31:09 -07001313
Mike Klein31868212017-11-06 12:02:47 -05001314extern sk_sp<SkFontMgr> (*gSkFontMgr_DefaultFactory)();
1315
1316
Mike Kleinbe28ee22017-02-06 12:46:20 -05001317int main(int argc, char** argv) {
1318 SkCommandLineFlags::Parse(argc, argv);
Brian Osman53136aa2017-07-20 15:43:35 -04001319
Mike Klein31868212017-11-06 12:02:47 -05001320 if (!FLAGS_nativeFonts) {
1321 gSkFontMgr_DefaultFactory = []() -> sk_sp<SkFontMgr> {
1322 return sk_make_sp<DM::FontMgr>();
1323 };
1324 }
1325
Brian Osmanbc8150f2017-07-24 11:38:01 -04001326 initializeEventTracingForTools();
Brian Osman53136aa2017-07-20 15:43:35 -04001327
Mike Klein135a1b12017-08-15 13:13:59 -04001328#if !defined(GOOGLE3) && defined(SK_BUILD_FOR_IOS)
Mike Kleinadacaef2017-02-06 09:26:14 -05001329 cd_Documents();
1330#endif
bsalomon71de3532016-04-26 14:27:21 -07001331 setbuf(stdout, nullptr);
mtklein246ba3a2016-02-23 10:39:36 -08001332 setup_crash_handler();
mtkleinafae30a2016-02-24 12:28:32 -08001333
Yuqian Liba62b4a2016-12-14 13:46:53 -05001334 gSkUseAnalyticAA = FLAGS_analyticAA;
Yuqian Lidf60e362017-07-25 11:26:31 -04001335 gSkUseDeltaAA = FLAGS_deltaAA;
liyuqian38911a72016-10-04 11:23:22 -07001336
Yuqian Li550148b2017-01-13 10:13:13 -05001337 if (FLAGS_forceAnalyticAA) {
1338 gSkForceAnalyticAA = true;
1339 }
Yuqian Lia81b6262017-09-06 17:10:05 -04001340 if (FLAGS_forceDeltaAA) {
1341 gSkForceDeltaAA = true;
1342 }
Mike Reed7c26ca72017-07-05 15:45:52 -04001343 if (FLAGS_forceRasterPipeline) {
1344 gSkForceRasterPipelineBlitter = true;
1345 }
Yuqian Li550148b2017-01-13 10:13:13 -05001346
Mike Kleine9f187b2017-06-26 13:23:12 -04001347 // The bots like having a verbose.log to upload, so always touch the file even if --verbose.
1348 if (!FLAGS_writePath.isEmpty()) {
mtklein51c8cfc2016-03-11 12:59:09 -08001349 sk_mkdir(FLAGS_writePath[0]);
mtkleina1ce2162016-07-22 12:23:46 -07001350 gVLog = fopen(SkOSPath::Join(FLAGS_writePath[0], "verbose.log").c_str(), "w");
mtkleinc41fd922016-03-08 09:01:39 -08001351 }
Mike Kleine9f187b2017-06-26 13:23:12 -04001352 if (FLAGS_verbose) {
1353 gVLog = stderr;
1354 }
mtkleinc41fd922016-03-08 09:01:39 -08001355
csmartdalton008b9d82017-02-22 12:00:42 -07001356 GrContextOptions grCtxOptions;
1357#if SK_SUPPORT_GPU
1358 grCtxOptions.fGpuPathRenderers = CollectGpuPathRenderersFromFlags();
Chris Dalton7a0ebfc2017-10-13 12:35:50 -06001359 grCtxOptions.fAllowPathMaskCaching = FLAGS_cachePathMasks;
Brian Osmanf9810662017-08-30 10:02:10 -04001360 grCtxOptions.fExecutor = GpuExecutorForTools();
csmartdalton008b9d82017-02-22 12:00:42 -07001361#endif
1362
mtklein5286f022016-01-22 08:18:14 -08001363 JsonWriter::DumpJson(); // It's handy for the bots to assume this is ~never missing.
commit-bot@chromium.org39e8d932014-05-29 20:14:48 +00001364 SkAutoGraphics ag;
mtklein406654b2014-09-03 15:34:37 -07001365 SkTaskGroup::Enabler enabled(FLAGS_threads);
caryclark83ca6282015-06-10 09:31:09 -07001366 gCreateTypefaceDelegate = &create_from_name;
commit-bot@chromium.orga65e2fd2014-05-30 17:23:31 +00001367
halcanary7d571242016-02-24 17:59:16 -08001368 {
1369 SkString testResourcePath = GetResourcePath("color_wheel.png");
1370 SkFILEStream testResource(testResourcePath.c_str());
1371 if (!testResource.isValid()) {
mtkleinc41fd922016-03-08 09:01:39 -08001372 info("Some resources are missing. Do you need to set --resourcePath?\n");
halcanary7d571242016-02-24 17:59:16 -08001373 }
1374 }
mtklein62bd1a62015-01-27 14:46:26 -08001375 gather_gold();
borenet09ed4802015-04-03 14:15:33 -07001376 gather_uninteresting_hashes();
mtklein62bd1a62015-01-27 14:46:26 -08001377
scroggo86737142016-02-03 12:19:11 -08001378 if (!gather_srcs()) {
1379 return 1;
1380 }
Ben Wagnerf28d4722017-08-11 17:33:22 -04001381 // TODO(dogben): This is a bit ugly. Find a cleaner way to do this.
1382 bool defaultConfigs = true;
1383 for (int i = 0; i < argc; i++) {
1384 static const char* kConfigArg = "--config";
1385 if (strcmp(argv[i], kConfigArg) == 0) {
1386 defaultConfigs = false;
1387 break;
1388 }
1389 }
1390 if (!gather_sinks(grCtxOptions, defaultConfigs)) {
brianosman05c987c2016-05-09 13:42:16 -07001391 return 1;
1392 }
mtklein748ca3b2015-01-15 10:56:12 -08001393 gather_tests();
mtklein21eaf3b2016-02-08 12:39:59 -08001394 gPending = gSrcs.count() * gSinks.count() + gParallelTests.count() + gSerialTests.count();
Brian Osmand0677bc2017-08-03 12:13:47 -04001395 info("%d srcs * %d sinks + %d tests == %d tasks\n",
mtkleinc41fd922016-03-08 09:01:39 -08001396 gSrcs.count(), gSinks.count(), gParallelTests.count() + gSerialTests.count(), gPending);
mtklein748ca3b2015-01-15 10:56:12 -08001397
mtklein21eaf3b2016-02-08 12:39:59 -08001398 // Kick off as much parallel work as we can, making note of any serial work we'll need to do.
1399 SkTaskGroup parallel;
1400 SkTArray<Task> serial;
1401
1402 for (auto& sink : gSinks)
1403 for (auto& src : gSrcs) {
mtklein3eed7dd2016-02-24 19:07:07 -08001404 if (src->veto(sink->flags()) ||
1405 is_blacklisted(sink.tag.c_str(), src.tag.c_str(),
1406 src.options.c_str(), src->name().c_str())) {
mtkleinf10637f2016-06-10 13:56:35 -07001407 SkAutoMutexAcquire lock(gMutex);
mtklein3eed7dd2016-02-24 19:07:07 -08001408 gPending--;
1409 continue;
1410 }
1411
mtklein21eaf3b2016-02-08 12:39:59 -08001412 Task task(src, sink);
1413 if (src->serial() || sink->serial()) {
1414 serial.push_back(task);
1415 } else {
1416 parallel.add([task] { Task::Run(task); });
mtklein748ca3b2015-01-15 10:56:12 -08001417 }
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +00001418 }
mtklein21eaf3b2016-02-08 12:39:59 -08001419 for (auto test : gParallelTests) {
csmartdalton008b9d82017-02-22 12:00:42 -07001420 parallel.add([test, grCtxOptions] { run_test(test, grCtxOptions); });
mtklein55e88b22015-01-21 15:50:13 -08001421 }
mtklein21eaf3b2016-02-08 12:39:59 -08001422
1423 // With the parallel work running, run serial tasks and tests here on main thread.
1424 for (auto task : serial) { Task::Run(task); }
csmartdalton008b9d82017-02-22 12:00:42 -07001425 for (auto test : gSerialTests) { run_test(test, grCtxOptions); }
mtklein21eaf3b2016-02-08 12:39:59 -08001426
1427 // Wait for any remaining parallel work to complete (including any spun off of serial tasks).
1428 parallel.wait();
mtkleincd50bca2016-01-05 06:20:20 -08001429 gDefinitelyThreadSafeWork.wait();
1430
mtkleinda884c42016-02-24 18:00:23 -08001431 // We'd better have run everything.
1432 SkASSERT(gPending == 0);
mtkleine027f172016-02-26 15:53:06 -08001433 // Make sure we've flushed all our results to disk.
1434 JsonWriter::DumpJson();
mtkleinda884c42016-02-24 18:00:23 -08001435
mtklein748ca3b2015-01-15 10:56:12 -08001436 // At this point we're back in single-threaded land.
caryclarkf53ce802015-06-15 06:48:30 -07001437 sk_tool_utils::release_portable_typefaces();
mtklein@google.comd36522d2013-10-16 13:02:15 +00001438
mtklein748ca3b2015-01-15 10:56:12 -08001439 if (gFailures.count() > 0) {
mtkleinc41fd922016-03-08 09:01:39 -08001440 info("Failures:\n");
mtklein748ca3b2015-01-15 10:56:12 -08001441 for (int i = 0; i < gFailures.count(); i++) {
mtkleinc41fd922016-03-08 09:01:39 -08001442 info("\t%s\n", gFailures[i].c_str());
mtklein748ca3b2015-01-15 10:56:12 -08001443 }
mtkleinc41fd922016-03-08 09:01:39 -08001444 info("%d failures\n", gFailures.count());
mtklein748ca3b2015-01-15 10:56:12 -08001445 return 1;
mtklein114c3cd2015-01-15 10:15:02 -08001446 }
mtkleinafae30a2016-02-24 12:28:32 -08001447
1448#ifdef SK_PDF_IMAGE_STATS
halcanary7a14b312015-10-01 07:28:13 -07001449 SkPDFImageDumpStats();
mtkleinafae30a2016-02-24 12:28:32 -08001450#endif // SK_PDF_IMAGE_STATS
1451
Herb Derby5a523fe2017-01-26 16:48:28 -05001452 SkGraphics::PurgeAllCaches();
mtkleinc41fd922016-03-08 09:01:39 -08001453 info("Finished!\n");
Brian Osman53136aa2017-07-20 15:43:35 -04001454
mtklein748ca3b2015-01-15 10:56:12 -08001455 return 0;
mtklein@google.comd36522d2013-10-16 13:02:15 +00001456}