2014-07-22 17:15:34 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
2017-12-18 21:22:34 +00:00
|
|
|
#include "GrContextOptions.h"
|
2014-07-22 17:15:34 +00:00
|
|
|
#include "SkCommonFlags.h"
|
2017-08-30 14:02:10 +00:00
|
|
|
#include "SkExecutor.h"
|
|
|
|
#include "SkOnce.h"
|
2016-02-03 20:19:11 +00:00
|
|
|
#include "SkOSFile.h"
|
2016-11-07 23:05:29 +00:00
|
|
|
#include "SkOSPath.h"
|
2014-07-22 17:15:34 +00:00
|
|
|
|
|
|
|
DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
|
|
|
|
|
|
|
|
DEFINE_bool(dryRun, false,
|
|
|
|
"just print the tests that would be run, without actually running them.");
|
|
|
|
|
|
|
|
DEFINE_bool(gpu, true, "master switch for running GPU-bound work.");
|
|
|
|
|
2016-02-03 20:19:11 +00:00
|
|
|
DEFINE_string(images, "", "List of images and/or directories to decode. A directory with no images"
|
|
|
|
" is treated as a fatal error.");
|
2015-02-13 17:05:41 +00:00
|
|
|
|
2016-04-29 16:38:40 +00:00
|
|
|
DEFINE_string(colorImages, "", "List of images and/or directories to decode with color correction. "
|
|
|
|
"A directory with no images is treated as a fatal error.");
|
|
|
|
|
2016-06-21 16:44:29 +00:00
|
|
|
DEFINE_bool(simpleCodec, false, "Runs of a subset of the codec tests. "
|
|
|
|
"For DM, this means no scaling or subsetting, always using the "
|
|
|
|
"canvas color type. "
|
|
|
|
"For nanobench, this means always N32, Premul or Opaque.");
|
|
|
|
|
2015-08-27 14:41:13 +00:00
|
|
|
DEFINE_string2(match, m, nullptr,
|
2014-07-22 17:15:34 +00:00
|
|
|
"[~][^]substring[$] [...] of GM name to run.\n"
|
|
|
|
"Multiple matches may be separated by spaces.\n"
|
|
|
|
"~ causes a matching GM to always be skipped\n"
|
|
|
|
"^ requires the start of the GM to match\n"
|
|
|
|
"$ requires the end of the GM to match\n"
|
|
|
|
"^ and $ requires an exact match\n"
|
|
|
|
"If a GM does not match any list entry,\n"
|
|
|
|
"it is skipped unless some list entry starts with ~");
|
|
|
|
|
|
|
|
DEFINE_bool2(quiet, q, false, "if true, don't print status updates.");
|
|
|
|
|
2016-04-01 18:54:31 +00:00
|
|
|
DEFINE_bool(preAbandonGpuContext, false, "Test abandoning the GrContext before running the test.");
|
2015-02-25 22:09:45 +00:00
|
|
|
|
2016-04-01 18:54:31 +00:00
|
|
|
DEFINE_bool(abandonGpuContext, false, "Test abandoning the GrContext after running each test.");
|
|
|
|
|
|
|
|
DEFINE_bool(releaseAndAbandonGpuContext, false,
|
|
|
|
"Test releasing all gpu resources and abandoning the GrContext after running each "
|
|
|
|
"test");
|
2014-07-22 17:15:34 +00:00
|
|
|
|
2018-01-23 16:06:41 +00:00
|
|
|
DEFINE_bool(disableDriverCorrectnessWorkarounds, false, "Disables all GPU driver correctness "
|
|
|
|
"workarounds");
|
|
|
|
|
2014-08-07 19:46:29 +00:00
|
|
|
DEFINE_string(skps, "skps", "Directory to read skps from.");
|
2014-08-01 14:46:52 +00:00
|
|
|
|
2017-12-31 16:08:42 +00:00
|
|
|
DEFINE_string(jsons, "", "Directory to read Bodymovin JSONs from, or a single JSON file.");
|
|
|
|
|
2016-09-14 16:05:43 +00:00
|
|
|
DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
|
|
|
|
|
2016-11-08 19:16:01 +00:00
|
|
|
DEFINE_int32_2(threads, j, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
|
|
|
|
"defaulting to one extra thread per core.");
|
2014-07-22 17:15:34 +00:00
|
|
|
|
|
|
|
DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
|
|
|
|
|
|
|
DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose.");
|
2014-08-07 22:20:02 +00:00
|
|
|
|
|
|
|
DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
|
Update DM JSON format.
Ex. dm --match patch -w bad --key arch x86 gpu nvidia model z620 --properties git_hash abcd build_number 20 ->
{
"build_number" : "20",
"git_hash" : "abcd",
"key" : {
"arch" : "x86",
"gpu" : "nvidia",
"model" : "z620"
},
"results" : [
{
"key" : {
"config" : "565",
"name" : "ninepatch-stretch"
},
"md5" : "f78cfafcbabaf815f3dfcf61fb59acc7",
"options" : {
"source_type" : "GM"
}
},
{
"key" : {
"config" : "8888",
"name" : "ninepatch-stretch"
},
"md5" : "3e8a42f35a1e76f00caa191e6310d789",
"options" : {
"source_type" : "GM"
}
},
...
This breaks -r, but that's okay. Going to follow up this CL with one that removes that entirely.
BUG=skia:
R=stephana@google.com, jcgregorio@google.com, mtklein@google.com
Author: mtklein@chromium.org
Review URL: https://codereview.chromium.org/551873003
2014-09-09 14:59:46 +00:00
|
|
|
|
|
|
|
DEFINE_string(key, "",
|
|
|
|
"Space-separated key/value pairs to add to JSON identifying this builder.");
|
|
|
|
DEFINE_string(properties, "",
|
|
|
|
"Space-separated key/value pairs to add to JSON identifying this run.");
|
2016-01-29 22:41:55 +00:00
|
|
|
DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehensible when threading");
|
2016-02-03 20:19:11 +00:00
|
|
|
|
2016-12-14 18:46:53 +00:00
|
|
|
DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing");
|
2016-10-04 18:23:22 +00:00
|
|
|
|
2017-01-13 15:13:13 +00:00
|
|
|
DEFINE_bool(forceAnalyticAA, false, "Force analytic anti-aliasing even if the path is complicated: "
|
|
|
|
"whether it's concave or convex, we consider a path complicated"
|
|
|
|
"if its number of points is comparable to its resolution.");
|
|
|
|
|
2017-08-03 17:03:03 +00:00
|
|
|
#if defined(SK_SUPPORT_LEGACY_DELTA_AA) || (defined(_MSC_VER) && !defined(__clang__))
|
2017-07-29 17:41:52 +00:00
|
|
|
constexpr bool kDefaultDeltaAA = false;
|
|
|
|
#else
|
|
|
|
constexpr bool kDefaultDeltaAA = true;
|
|
|
|
#endif
|
|
|
|
DEFINE_bool(deltaAA, kDefaultDeltaAA,
|
2017-07-25 15:26:31 +00:00
|
|
|
"If true, use delta anti-aliasing in suitable cases (it overrides forceAnalyticAA.");
|
|
|
|
|
|
|
|
DEFINE_bool(forceDeltaAA, false, "Force delta anti-aliasing for all paths.");
|
|
|
|
|
2016-04-29 16:38:40 +00:00
|
|
|
bool CollectImages(SkCommandLineFlags::StringArray images, SkTArray<SkString>* output) {
|
2016-02-03 20:19:11 +00:00
|
|
|
SkASSERT(output);
|
|
|
|
|
|
|
|
static const char* const exts[] = {
|
2016-12-16 13:51:59 +00:00
|
|
|
"bmp", "gif", "jpg", "jpeg", "png", "webp", "ktx", "astc", "wbmp", "ico",
|
|
|
|
"BMP", "GIF", "JPG", "JPEG", "PNG", "WEBP", "KTX", "ASTC", "WBMP", "ICO",
|
2017-09-07 00:40:16 +00:00
|
|
|
#ifdef SK_HAS_HEIF_LIBRARY
|
|
|
|
"heic",
|
|
|
|
"HEIC",
|
|
|
|
#endif
|
2016-02-03 20:19:11 +00:00
|
|
|
#ifdef SK_CODEC_DECODES_RAW
|
|
|
|
"arw", "cr2", "dng", "nef", "nrw", "orf", "raf", "rw2", "pef", "srw",
|
|
|
|
"ARW", "CR2", "DNG", "NEF", "NRW", "ORF", "RAF", "RW2", "PEF", "SRW",
|
|
|
|
#endif
|
|
|
|
};
|
|
|
|
|
2016-04-29 16:38:40 +00:00
|
|
|
for (int i = 0; i < images.count(); ++i) {
|
|
|
|
const char* flag = images[i];
|
2016-02-03 20:19:11 +00:00
|
|
|
if (!sk_exists(flag)) {
|
|
|
|
SkDebugf("%s does not exist!\n", flag);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (sk_isdir(flag)) {
|
|
|
|
// If the value passed in is a directory, add all the images
|
|
|
|
bool foundAnImage = false;
|
|
|
|
for (const char* ext : exts) {
|
|
|
|
SkOSFile::Iter it(flag, ext);
|
|
|
|
SkString file;
|
|
|
|
while (it.next(&file)) {
|
|
|
|
foundAnImage = true;
|
|
|
|
output->push_back() = SkOSPath::Join(flag, file.c_str());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!foundAnImage) {
|
|
|
|
SkDebugf("No supported images found in %s!\n", flag);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
// Also add the value if it is a single image
|
|
|
|
output->push_back() = flag;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
2017-08-30 14:02:10 +00:00
|
|
|
|
2017-12-18 21:22:34 +00:00
|
|
|
#if SK_SUPPORT_GPU
|
|
|
|
|
|
|
|
#include "SkCommonFlagsGpu.h"
|
|
|
|
|
|
|
|
DEFINE_int32(gpuThreads, 2, "Create this many extra threads to assist with GPU work, "
|
|
|
|
"including software path rendering. Defaults to two.");
|
|
|
|
|
|
|
|
DEFINE_bool(cachePathMasks, true, "Allows path mask textures to be cached in GPU configs.");
|
|
|
|
|
|
|
|
DEFINE_bool(noGS, false, "Disables support for geometry shaders.");
|
|
|
|
|
|
|
|
DEFINE_string(pr, "default",
|
|
|
|
"Set of enabled gpu path renderers. Defined as a list of: "
|
|
|
|
"[[~]all [~]default [~]dashline [~]nvpr [~]msaa [~]aaconvex "
|
|
|
|
"[~]aalinearizing [~]small [~]tess]");
|
|
|
|
|
2017-12-20 16:10:26 +00:00
|
|
|
void SetCtxOptionsFromCommonFlags(GrContextOptions* ctxOptions) {
|
2017-08-30 14:02:10 +00:00
|
|
|
static std::unique_ptr<SkExecutor> gGpuExecutor = (0 != FLAGS_gpuThreads)
|
2017-09-01 15:53:16 +00:00
|
|
|
? SkExecutor::MakeFIFOThreadPool(FLAGS_gpuThreads) : nullptr;
|
2017-12-20 16:10:26 +00:00
|
|
|
ctxOptions->fExecutor = gGpuExecutor.get();
|
2017-12-18 21:22:34 +00:00
|
|
|
ctxOptions->fAllowPathMaskCaching = FLAGS_cachePathMasks;
|
|
|
|
ctxOptions->fSuppressGeometryShaders = FLAGS_noGS;
|
2017-12-20 16:10:26 +00:00
|
|
|
ctxOptions->fGpuPathRenderers = CollectGpuPathRenderersFromFlags();
|
2018-01-23 16:06:41 +00:00
|
|
|
ctxOptions->fDisableDriverCorrectnessWorkarounds = FLAGS_disableDriverCorrectnessWorkarounds;
|
2017-12-18 21:22:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|