| /third_party/rust/crates/bindgen/.github/workflows/ |
| D | sync-master-from-main.yml | 1 name: sync master from main 5 branches: 6 - main 9 sync-branches: 10 runs-on: ubuntu-latest 11 name: Keep master and main in sync until master is done 13 - name: Checkout 15 - name: Merge master <- main 16 uses: devmasx/merge-branch@master
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | LegacyDivergenceAnalysis.cpp | 1 //===- LegacyDivergenceAnalysis.cpp --------- Legacy Divergence Analysis 2 //Implementation -==// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 15 // in the same execution group have to execute in lock-step. Therefore, if the 16 // code contains divergent branches (i.e., threads in a group do not agree on 19 // they converge at the immediately post-dominating BB of the paths. 23 // divergent branches. Therefore, an analysis that computes which branches in a 28 // non-trivial approximation of all divergent branches in a GPU program. It 37 // data or sync dependent on a source of divergence as divergent. [all …]
|
| D | DivergenceAnalysis.cpp | 1 //===- DivergenceAnalysis.cpp --------- Divergence Analysis Implementation -==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // and GPU programs. It determines which branches and values in a loop or GPU 15 // in the same execution group have to execute in lock-step. Therefore, if the 16 // code contains divergent branches (i.e., threads in a group do not agree on 19 // they re-converge. 22 // threading and loop unswitching can interfere with thread re-convergence. 23 // Therefore, an analysis that computes which branches in a GPU program are 41 // or sync dependent on a source of divergence. [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | BuildingAngleForChromiumDevelopment.md | 16 * To sync all standalone dependencies run: 21 gclient sync 35 ninja -j 10 -k1 -C out/Debug 38 * For example, `ninja -j 10 -k1 -C out/Debug angle_gles2_deqp_tests` 40 * To go back to the Chromium-managed version, remove `third_party/angle/.gclient`. 60 …e and are responsible for running all git commands (pull, rebase, etc.) for managing your branches. 66 * `gclient sync` your Chromium workspace.
|
| /third_party/flutter/skia/third_party/externals/angle2/doc/ |
| D | BuildingAngleForChromiumDevelopment.md | 16 * To sync all standalone dependencies run: 21 gclient sync 35 ninja -j 10 -k1 -C out/Debug 38 * For example, `ninja -j 10 -k1 -C out/Debug angle_gles2_deqp_tests` 40 * To go back to the Chromium-managed version, remove `third_party/angle/.gclient`. 60 …e and are responsible for running all git commands (pull, rebase, etc.) for managing your branches. 66 * `gclient sync` your Chromium workspace.
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | roll_chromium_deps.py | 4 # Use of this source code is governed by a BSD-style license 44 'third_party/abseil-cpp', 69 'third_party/Python-Markdown', 70 'third_party/qemu-linux-x64', 71 'third_party/qemu-mac-x64', 80 'tools/luci-go', 99 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') 100 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([-0-9a-z]+)\'') 113 NOTIFY_EMAIL = 'angle-wrangler@grotations.appspotmail.com' 175 sys.exit(-1) [all …]
|
| D | export_targets.py | 5 To update ANGLE in Gecko, use Windows with git-bash, and setup depot_tools, python2, and 12 It has branches like 'firefox-60' which is the branch we use for pulling into 15 This script leaves a record of the merge-base and cherry-picks that we pull into 18 ANGLE<->Chrome version mappings are here: https://omahaproxy.appspot.com/ 34 gclient sync 41 /path/to/gecko/gfx/angle/update-angle.py origin/chromium/XXXX 42 git push moz # Push the firefox-XX branch to github.com/mozilla/angle 59 # We need to set DEPOT_TOOLS_WIN_TOOLCHAIN to 0 for non-Googlers, but otherwise 75 # ------------------------------------------------------------------------------ 113 # ------------------------------------------------------------------------------ [all …]
|
| /third_party/gstreamer/gstplugins_base/tests/validate/giosrc/ |
| D | read-growing-file.validatetest | 1 # Pipeline with 2 branches, the first one write random data into a file in $(growing_file_location). 4 # `done-waiting-signal` signals on the source etc... 8 set-globals, growing_file_location="$(logsdir)/$(test_name)-growing.rand" 11 handles-states=false, 13 …-buffers=30 datarate=30 filltype=pattern-span sizetype=fixed filltype=random format=time ! filesin… 14 …giosrc name=giosrc is-growing=true location=file://$(growing_file_location) ! fakesink name=growin… 17 …), pad=filesink:sink, record-buffers=true, ignored-fields=\"stream-start={stream-id,group-id,strea… 18 …low), pad=growing-file-sink:sink, record-buffers=true, ignored-fields=\"stream-start={stream-id,gr… 22 crank-clock, repeat=5 23 wait, on-clock=true [all …]
|
| /third_party/gstreamer/gstreamer/docs/random/ |
| D | release | 2 -------------------------- 5 ------------------ 9 - make sure it builds for you ! 10 - preferably, keep an anonymous checkout around as well so you can 14 ----------------- 17 - core developers get anxious to apply massive changes to the core bound 19 - a few important plugins decide, as if by magic, to work again (avi, mad, ...) 20 - thaytan or thomasvs get tired of being lazy. 23 - make distcheck should pass 24 - rpms should build [all …]
|
| /third_party/ffmpeg/doc/ |
| D | git-howto.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 21 git --help 28 git <command> --help 29 man git-<command> 38 @url{http://git-scm.com/, Git website}. 42 What follows now is a basic introduction to Git and some FFmpeg-specific 49 You can get Git from @url{http://git-scm.com/} 69 git clone gil@@ffmpeg.org:ffmpeg-web <target> 76 If you don't have write-access to the ffmpeg-web repository, you can [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | basic-build-test.sh | 3 # basic-build-tests.sh 6 # SPDX-License-Identifier: Apache-2.0 12 # http://www.apache.org/licenses/LICENSE-2.0 26 # * Unit tests - executed using tests/scripts/run-test-suite.pl 27 # * Self-tests - executed using the test suites above 28 # * System tests - executed using tests/ssl-opt.sh 29 # * Interoperability tests - executed using tests/compat.sh 33 # Note the tests self-adapt due to configurations in include/mbedtls/mbedtls_config.h 39 # Usage: basic-build-tests.sh 43 set -eu [all …]
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_legalize.c | 36 * The legalize pass handles ensuring sufficient nop's and sync flags for 39 * 1) Iteratively determine where sync ((sy)/(ss)) flags are needed, 86 struct ir3_legalize_block_data *bd = block->data; in legalize_block() 88 if (bd->valid) in legalize_block() 93 struct ir3_legalize_state prev_state = bd->state; in legalize_block() 94 struct ir3_legalize_state *state = &bd->state; in legalize_block() 97 bool mergedregs = ctx->so->mergedregs; in legalize_block() 100 for (unsigned i = 0; i < block->predecessors_count; i++) { in legalize_block() 101 struct ir3_block *predecessor = block->predecessors[i]; in legalize_block() 102 struct ir3_legalize_block_data *pbd = predecessor->data; in legalize_block() [all …]
|
| /third_party/node/deps/npm/man/man5/ |
| D | package-locks.5 | 1 .TH "PACKAGE\-LOCKS" "5" "April 2022" "" "" 3 \fBpackage-locks\fR \- An explanation of npm lockfiles 7 "output" is a fully\-formed \fBnode_modules\fP tree: a representation of the 16 a new version of a direct semver\-range package may have been published since the last time your pa… 69 `\-\- B@0\.0\.1 70 `\-\- C@0\.0\.1 80 `\-\- B@0\.0\.2 81 `\-\- C@0\.0\.1 93 …revent this potential issue, npm uses npm help package\-lock\.json or, if present, npm help npm\-s… 107 "resolved": "https://registry\.npmjs\.org/B/\-/B\-0\.0\.1\.tgz", [all …]
|
| /third_party/node/deps/npm/docs/content/configuring-npm/ |
| D | package-locks.md | 1 --- 2 section: configuring-npm 3 title: package-locks 5 --- 7 # package-locks(5) 13 …ually, the "input" to [`npm install`](/cli-commands/npm-install) is a [package.json](/configuring-… 14 "output" is a fully-formed `node_modules` tree: a representation of the 22 * a new version of a direct semver-range package may have been published since the last time your p… 65 `-- B@0.0.1 66 `-- C@0.0.1 [all …]
|
| /third_party/node/doc/guides/ |
| D | releases.md | 10 * [Who can make a release?](#who-can-make-a-release) 11 * [1. Jenkins release access](#1-jenkins-release-access) 12 * [2. <nodejs.org> access](#2-nodejsorg-access) 13 * [3. A publicly listed GPG key](#3-a-publicly-listed-gpg-key) 14 * [How to create a release](#how-to-create-a-release) 15 * [0. Pre-release steps](#0-pre-release-steps) 16 * [1. Update the staging branch](#1-update-the-staging-branch) 17 * [2. Create a new branch for the release](#2-create-a-new-branch-for-the-release) 18 * [3. Update `src/node_version.h`](#3-update-srcnode_versionh) 19 * [4. Update the changelog](#4-update-the-changelog) [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | optimization.h | 8 // https://www.apache.org/licenses/LICENSE-2.0 16 // ----------------------------------------------------------------------------- 18 // ----------------------------------------------------------------------------- 31 // Instructs the compiler to avoid optimizing tail-call recursion. This macro is 71 // See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0154r1.html 114 // See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0154r1.html 122 // to variables and types is always implementation-defined. 138 // 1) Consult compiler documentation; this comment is not kept in sync as 168 // the absence of better information (ie. compiling gcc with `-fprofile-arcs`). 173 // specific branches that are both hot and consistently mispredicted is likely
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | export_targets.py | 5 To update ANGLE in Gecko, use Windows with git-bash, and setup depot_tools, python2, and 12 It has branches like 'firefox-60' which is the branch we use for pulling into 15 This script leaves a record of the merge-base and cherry-picks that we pull into 18 ANGLE<->Chrome version mappings are here: https://omahaproxy.appspot.com/ 34 gclient sync 41 /path/to/gecko/gfx/angle/update-angle.py origin/chromium/XXXX 42 git push moz # Push the firefox-XX branch to github.com/mozilla/angle 66 # ------------------------------------------------------------------------------ 104 # ------------------------------------------------------------------------------ 109 p = run_checked('gn', 'desc', '--format=json', str(OUT_DIR), '*', stdout=subprocess.PIPE, [all …]
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/ |
| D | mod.rs | 1 //! ## Per-Layer Filtering 3 //! Per-layer filters permit individual `Layer`s to have their own filter 7 //! re-exported in the top-level `filter` module. Therefore, this documentation 8 //! primarily concerns the internal implementation details. For the user-facing 10 //! well as the, see the `Layer` trait documentation's [per-layer filtering 13 //! ## How does per-layer filtering work? 16 //! filtering strategy for a per-layer filter. We expect there will be a variety 17 //! of implementations of [`Filter`], both in `tracing-subscriber` and in user 24 //! [`Filter`], all actual *uses* of per-layer filtering will occur through the 28 //! [1]: crate::layer#per-layer-filtering [all …]
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| D | bi_pack.c | 29 * bits on the wire (as well as fixup branches) */ 37 unsigned dependency_wait = next_1 ? next_1->dependencies : 0; in bi_pack_header() 38 dependency_wait |= next_2 ? next_2->dependencies : 0; in bi_pack_header() 43 if (clause->message_type == BIFROST_MESSAGE_BARRIER) in bi_pack_header() 46 bool staging_barrier = next_1 ? next_1->staging_barrier : false; in bi_pack_header() 47 staging_barrier |= next_2 ? next_2->staging_barrier : 0; in bi_pack_header() 52 BIFROST_FLOW_END : clause->flow_control, in bi_pack_header() 53 .terminate_discarded_threads = clause->td, in bi_pack_header() 54 .next_clause_prefetch = clause->next_clause_prefetch && next_1, in bi_pack_header() 56 .staging_register = clause->staging_register, in bi_pack_header() [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/ |
| D | usage.dart | 2 // Use of this source code is governed by a BSD-style license that can be 7 const String _kFlutterUA = 'UA-67589403-6'; 105 /// keys are well-defined in [CustomDimensions] above. 157 // Ignore local user branches. 158 version.startsWith('[user-branch]') || 201 … // Record the host as the application installer ID - the context that flutter_tools is running in. 299 // out-of-process from flutter_tools? 315 ║ Welcome to Flutter! - https://flutter.dev ║ 322 ║ https://github.com/flutter/flutter/wiki/Flutter-CLI-crash-reporting ║ 327 ║ Use "flutter config --no-analytics" to disable analytics and crash ║ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCReduceCRLogicals.cpp | 1 //===---- PPCReduceCRLogicals.cpp - Reduce CR Bit Logical operations ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 15 //===---------------------------------------------------------------------===// 26 #include "llvm/Config/llvm-config.h" 32 #define DEBUG_TYPE "ppc-reduce-cr-ops" 35 "Number of single-use binary CR logical ops contained in a block"); 58 for (auto &MI : Successor->instrs()) { in updatePHIs() 61 // This is a really ugly-looking loop, but it was pillaged directly from in updatePHIs() 67 if (MI.getOperand(i - 1).isReg()) { in updatePHIs() [all …]
|
| D | PPCHazardRecognizers.cpp | 1 //===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer Impls --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 22 #define DEBUG_TYPE "pre-RA-sched" 29 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); in isLoadAfterStore() 33 if (!MCID->mayLoad()) in isLoadAfterStore() 38 for (unsigned i = 0, ie = (unsigned) SU->Preds.size(); i != ie; ++i) { in isLoadAfterStore() 39 const MCInstrDesc *PredMCID = DAG->getInstrDesc(SU->Preds[i].getSUnit()); in isLoadAfterStore() 40 if (!PredMCID || !PredMCID->mayStore()) in isLoadAfterStore() [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 7.11.1.rst | 15 ------------- 19 ac0181a4076770fb657c1169af43aa09 MesaLib-7.11.1.tar.gz 20 a77307102cee844ff6544ffa8fafeac1 MesaLib-7.11.1.tar.bz2 21 dfcb11516c1730f3981b55a65a835623 MesaLib-7.11.1.zip 22 2cb2b9ecb4fb7d1a6be69346ee886952 MesaGLUT-7.11.1.tar.gz 23 3f54e314290d4dacbab089839197080b MesaGLUT-7.11.1.tar.bz2 24 5d66c7ee8c5cc2f27e1ffb037ad4172c MesaGLUT-7.11.1.zip 27 ------------ 32 --------- 36 - `Bug 3165 <https://bugs.freedesktop.org/show_bug.cgi?id=3165>`__ - [all …]
|
| D | 19.3.0.rst | 1 Mesa 19.3.0 Release Notes / 2019-12-12 21 --------------- 25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz 28 ------------ 30 - GL_ARB_gl_spirv on i965, iris. 31 - GL_ARB_spirv_extensions on i965, iris. 32 - GL_EXT_demote_to_helper_invocation on iris, i965. 33 - OpenGL 4.6 on i965, iris. 34 - EGL_EXT_image_flush_external 35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV. [all …]
|
| /third_party/mesa3d/docs/drivers/freedreno/ |
| D | ir3-notes.rst | 4 Some notes about ir3, the compiler and machine-specific IR for the shader ISA introduced with adren… 15 So the current compiler instead, in the frontend, generates a directed-acyclic-graph of instruction… 18 <https://github.com/freedreno/freedreno/wiki/A3xx-shader-instruction-set-architecture>`_. 21 ------------------ 30 on other GL state (two-sided-color, render-to-alpha, etc) or render 31 stages (binning-pass vertex shader) different shader variants are 42 ------ 44 …tions. And additionally, for normal (non-const, etc) src registers, the ``IR3_REG_SSA`` flag is s… 70 inputdce198:<in2>:w -> instrdcedd0:<src0> 71 inputdce198:<in6>:w -> instrdcedd0:<src1> [all …]
|