| /third_party/astc-encoder/Test/ |
| D | astc_test_functional.py | 2 # SPDX-License-Identifier: Apache-2.0 3 # ----------------------------------------------------------------------------- 4 # Copyright 2020-2023 Arm Limited 10 # http://www.apache.org/licenses/LICENSE-2.0 17 # ----------------------------------------------------------------------------- 19 The functional test runner is a set of tests that validate the ``astcenc`` 24 Due to the need to validate pixel colors in test images for both LDR and HDR 25 images, these tests rely on an HDRI-enabled build of ImageMagic being available 26 on the system path. To test if the version of ImageMagic on your system is 27 HDRI-enabled run: [all …]
|
| /third_party/skia/site/docs/dev/contrib/ |
| D | submit.md | 1 --- 4 --- 8 <!--?prettify lang=sh?--> 10 git config --global user.name "Your Name" 11 git config --global user.email you@example.com 17 <!--?prettify lang=sh?--> 20 git checkout -b my_feature origin/main 24 <!--?prettify lang=sh?--> 31 <!--?prettify lang=sh?--> 34 python2 tools/git-sync-deps [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | TestingAndProcesses.md | 1 # Handling Test Failures 3 ANGLE is tested by a number of test suites, including by the ANGLE CI and Try testers, and by the 7 We run a large number of tests for each ANGLE CL, both in ANGLE standalone and Chromium 8 configurations, both pre- and post- commit. Some tests will fail, crash, or timeout. If these 9 cannot be addressed in a timely manner, file a bug and update test expectations files. Timeliness 11 suppress failures immediately; where a developer will typically delay landing their CL in favor of 12 fixing test failures. 17 as VVL). Validation errors will cause an otherwise-passing test to fail. 19 The [vulkan-deps into ANGLE AutoRoller](https://autoroll.skia.org/r/vulkan-deps-angle-autoroll) 20 updates ANGLE to the top-of-tree (ToT) upstream Vulkan tools and SDK. Sometimes validation errors [all …]
|
| D | ContributingCode.md | 7 ([angleproject][ANGLE-website]). 11 fixes) should generally be tracked in the bug system. Please [file a bug][anglebug-new] and 13 * If you would like bug-editing rights, simply ask a team member via email or the discussion group. 15 [ANGLE-website]: https://groups.google.com/forum/?fromgroups#!forum/angleproject 17 [anglebug-new]: http://anglebug.com/new 23 1. Must conform to the [ANGLE style][ANGLE-style] guidelines. 27 [ANGLE-style]: CodingStandard.md 35 2. ANGLE's BUILD.gn script is used by [Chromium's gn build][gn-build-config]. If you change build 43 `git cl upload` should warn you if you are missing this step. 45 [gn-build-config]: https://www.chromium.org/developers/gn-build-configuration [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci.yml | 1 .llvmpipe-test: 3 - .llvmpipe-rules 7 FLAKES_CHANNEL: "#mesa-swrast-ci" 10 llvmpipe-piglit-cl: 12 - .test-cl 13 - .piglit-test 14 - .llvmpipe-test 15 - .llvmpipe-cl-rules 19 PIGLIT_PROFILES: cl 20 PIGLIT_RESULTS: "llvmpipe-cl" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SizeOpts.h | 1 //===- llvm/Transforms/Utils/SizeOpts.h - size optimization -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 20 extern llvm::cl::opt<bool> EnablePGSO; 21 extern llvm::cl::opt<bool> PGSOLargeWorkingSetSizeOnly; 22 extern llvm::cl::opt<bool> PGSOIRPassOrTestOnly; 23 extern llvm::cl::opt<bool> PGSOColdCodeOnly; 24 extern llvm::cl::opt<bool> ForcePGSO; 25 extern llvm::cl::opt<int> PgsoCutoffInstrProf; [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2018 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2012-10-14.11; # UTC 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/skia/site/docs/dev/testing/ |
| D | skiagold.md | 1 --- 4 --- 13 - Baselines are managed in Gold outside of Git, but in lockstep with Git 15 - Each commit creates >500k images. 16 - Deviations from the baseline are triaged after a CL lands and images are 19 and requires a fix. If a CL causes Skia to break it is reverted or an 20 additional CL is landed to fix the problem. 21 - We test across a range of dimensions, e.g.: 23 - OS (Windows, Linux, Mac, Android, iOS) 24 - Architectures (Intel, ARM) [all …]
|
| /third_party/node/deps/cares/config/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/lame/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2020 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/curl/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/libevdev/build-aux/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/node/deps/cares/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/rc4/ |
| D | rc4-x86_64.asm | 45 mov r10b,BYTE[((-8))+rdi] 46 mov cl,BYTE[((-4))+rdi] 47 cmp DWORD[256+rdi],-1 55 test r11,-16 64 add cl,al 82 add cl,al 90 add cl,bl 98 add cl,al 106 add cl,bl 114 add cl,al [all …]
|
| /third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/rc4/ |
| D | rc4-x86_64.asm | 45 mov r10b,BYTE[((-8))+rdi] 46 mov cl,BYTE[((-4))+rdi] 47 cmp DWORD[256+rdi],-1 55 test r11,-16 64 add cl,al 82 add cl,al 90 add cl,bl 98 add cl,al 106 add cl,bl 114 add cl,al [all …]
|
| /third_party/ninja/src/ |
| D | msvc_helper_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 #include "test.h" 22 TEST(EscapeForDepfileTest, SpacesInFilename) { in TEST() function 27 TEST(MSVCHelperTest, EnvBlock) { in TEST() function 29 CLWrapper cl; in TEST() local 30 cl.SetEnvBlock(env_block); in TEST() 32 cl.Run("cmd /c \"echo foo is %foo%", &output); in TEST() 36 TEST(MSVCHelperTest, NoReadOfStderr) { in TEST() function 37 CLWrapper cl; in TEST() local 39 cl.Run("cmd /c \"echo to stdout&& echo to stderr 1>&2", &output); in TEST()
|
| /third_party/curl/tests/libtest/ |
| D | lib2306.c | 21 * SPDX-License-Identifier: curl 25 #include "test.h" 32 int test(char *URL) in test() function 35 CURL *cl; in test() local 40 easy_init(cl); in test() 41 easy_setopt(cl, CURLOPT_URL, URL); in test() 42 easy_setopt(cl, CURLOPT_VERBOSE, 1L); in test() 43 res = curl_easy_perform(cl); in test() 48 easy_setopt(cl, CURLOPT_URL, URL2); in test() 49 res = curl_easy_perform(cl); in test() [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
| D | jcgryext-sse2.asm | 2 ; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2) 8 ; Copyright (C) 1999-2006, MIYASAKA Masaru. 19 ; -------------------------------------------------------------------------- 35 %define wk(i) rbp - (WK_NUM - (i)) * SIZEOF_XMMWORD ; xmmword wk[WK_NUM] 45 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 53 test rcx, rcx 67 test rax, rax 80 %if RGB_PIXELSIZE == 3 ; --------------- 86 test cl, SIZEOF_BYTE 91 test cl, SIZEOF_WORD [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
| D | jcgryext-sse2.asm | 2 ; jcgryext.asm - grayscale colorspace conversion (SSE2) 7 ; Copyright (C) 1999-2006, MIYASAKA Masaru. 18 ; -------------------------------------------------------------------------- 35 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_XMMWORD 38 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr 47 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 62 test ecx, ecx 76 test eax, eax 93 %if RGB_PIXELSIZE == 3 ; --------------- 99 test cl, SIZEOF_BYTE [all …]
|
| D | jcgryext-mmx.asm | 2 ; jcgryext.asm - grayscale colorspace conversion (MMX) 8 ; Copyright (C) 1999-2006, MIYASAKA Masaru. 19 ; -------------------------------------------------------------------------- 36 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_MMWORD 39 %define gotptr wk(0) - SIZEOF_POINTER ; void * gotptr 48 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits 63 test ecx, ecx 77 test eax, eax 94 %if RGB_PIXELSIZE == 3 ; --------------- 100 test cl, SIZEOF_BYTE [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCTargetDesc.cpp | 1 //===-- HexagonMCTargetDesc.cpp - Hexagon Target Descriptions -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 54 cl::opt<bool> llvm::HexagonDisableCompound 55 ("mno-compound", 56 cl::desc("Disable looking for compound instructions for Hexagon")); 58 cl::opt<bool> llvm::HexagonDisableDuplex 59 ("mno-pairing", 60 cl::desc("Disable looking for duplex instructions for Hexagon")); [all …]
|
| /third_party/node/deps/v8/tools/release/ |
| D | test_scripts.py | 50 "BRANCHNAME": "test-prepare-push", 51 "PERSISTFILE_BASENAME": "/tmp/test-create-releases-tempfile", 52 "PATCH_FILE": "/tmp/test-v8-create-releases-tempfile-tempfile-patch", 53 "COMMITMSG_FILE": "/tmp/test-v8-create-releases-tempfile-commitmsg", 54 "CHROMIUM": "/tmp/test-create-releases-tempfile-chromium", 57 "/tmp/test-merge-to-branch-tempfile-already-merging", 58 "TEMPORARY_PATCH_FILE": "/tmp/test-merge-to-branch-tempfile-temporary-patch", 63 "-a", "author@chromium.org", 64 "-r", "reviewer@chromium.org", 99 """Convenience function returning a shell command test expectation.""" [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SizeOpts.cpp | 1 //===-- SizeOpts.cpp - code size optimization related code ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 17 cl::opt<bool> EnablePGSO( 18 "pgso", cl::Hidden, cl::init(true), 19 cl::desc("Enable the profile guided size optimizations. ")); 21 cl::opt<bool> PGSOLargeWorkingSetSizeOnly( 22 "pgso-lwss-only", cl::Hidden, cl::init(true), 23 cl::desc("Apply the profile guided size optimizations only " [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceClFlags.def | 1 //===- subzero/src/IceClFlags.def - Cl Flags for translation ----*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 20 // (either single-, or multi-value), and whether or not the flag is available in 21 // non-LLVM_CL build. 24 // Single-value flag, available in a non-LLVM_CL build. 26 // Single-value flag, not available in a non-LLVM_CL build. 28 // Multi-value flag, not available in a non-LLVM_CL build. 35 X(IRFilename, std::string, release_opt_flag, cl::Positional, \ 36 cl::desc("IR File"), cl::init("-")) \ [all …]
|