Home
last modified time | relevance | path

Searched full:branch (Results 1 – 25 of 3475) sorted by relevance

12345678910>>...139

/third_party/glslang/Test/baseResults/
Dspv.controlFlowAttributes.frag.out50 Branch 25
53 Branch 29
59 Branch 28
64 Branch 25
67 Branch 37
70 Branch 38
72 Branch 40
77 Branch 42
80 Branch 46
86 Branch 45
[all …]
Dspv.loops.frag.out160 Branch 13
163 Branch 17
176 Branch 15
187 Branch 15
192 Branch 15
194 Branch 13
196 Branch 46
199 Branch 50
211 Branch 49
213 Branch 46
[all …]
Dspv.1.4.LoopControl.frag.out38 Branch 10
41 Branch 14
47 Branch 13
52 Branch 10
54 Branch 22
57 Branch 26
61 Branch 25
63 Branch 22
65 Branch 28
68 Branch 29
[all …]
Dswitch.frag.out41 0:21 Branch: Break
60 0:31 Branch: Break
68 0:36 Branch: Break
77 0:39 Branch: Break
86 0:42 Branch: Break
106 0:50 Branch: Break
127 0:55 Branch: Break
137 0:58 Branch: Break
138 0:60 Branch: Break
149 0:64 Branch: Break
[all …]
DrayQuery-allOps.comp.out137 Branch 61
140 Branch 65
165 Branch 89
174 Branch 96
182 Branch 101
190 Branch 106
199 Branch 112
208 Branch 118
216 Branch 123
224 Branch 128
[all …]
DrayQuery-allOps.rgen.out135 Branch 61
138 Branch 65
163 Branch 89
172 Branch 96
180 Branch 101
188 Branch 106
197 Branch 112
206 Branch 118
214 Branch 123
222 Branch 128
[all …]
DrayQuery-allOps.frag.out135 Branch 61
138 Branch 65
163 Branch 89
172 Branch 96
180 Branch 101
188 Branch 106
197 Branch 112
206 Branch 118
214 Branch 123
222 Branch 128
[all …]
/third_party/gstreamer/gstreamer/
Dgstreamer.doap44 <branch>1.20</branch>
54 <branch>1.20</branch>
64 <branch>1.20</branch>
74 <branch>main</branch>
84 <branch>main</branch>
94 <branch>main</branch>
104 <branch>master</branch>
114 <branch>master</branch>
124 <branch>master</branch>
134 <branch>master</branch>
[all …]
/third_party/gstreamer/gstplugins_good/
Dgst-plugins-good.doap38 <branch>1.20</branch>
48 <branch>1.20</branch>
58 <branch>1.20</branch>
68 <branch>main</branch>
78 <branch>main</branch>
88 <branch>main</branch>
98 <branch>master</branch>
108 <branch>master</branch>
118 <branch>master</branch>
128 <branch>master</branch>
[all …]
/third_party/gstreamer/gstplugins_bad/
Dgst-plugins-bad.doap39 <branch>1.20</branch>
49 <branch>1.20</branch>
59 <branch>1.20</branch>
69 <branch>main</branch>
79 <branch>main</branch>
89 <branch>main</branch>
99 <branch>master</branch>
109 <branch>master</branch>
119 <branch>master</branch>
129 <branch>master</branch>
[all …]
/third_party/gstreamer/gst_libav/
Dgst-libav.doap38 <branch>1.20</branch>
48 <branch>1.20</branch>
58 <branch>1.20</branch>
68 <branch>main</branch>
78 <branch>main</branch>
88 <branch>main</branch>
98 <branch>master</branch>
108 <branch>master</branch>
118 <branch>master</branch>
128 <branch>master</branch>
[all …]
/third_party/gstreamer/gstplugins_base/
Dgst-plugins-base.doap40 <branch>1.20</branch>
50 <branch>1.20</branch>
60 <branch>1.20</branch>
70 <branch>main</branch>
80 <branch>main</branch>
90 <branch>main</branch>
100 <branch>master</branch>
110 <branch>master</branch>
120 <branch>master</branch>
130 <branch>master</branch>
[all …]
/third_party/mesa3d/bin/
Dcommit_in_branch.py48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool:
50 Returns True if the commit is actually present in the branch
53 commit, upstream + '/' + branch],
59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str:
61 Returns the commit hash if the commit has been backported to the branch,
65 branch + '-branchpoint..' + upstream + '/' + branch,
85 def validate_branch(branch: str) -> str:
86 if '/' not in branch:
87 raise argparse.ArgumentTypeError('must be in the form `remote/branch`')
92 (upstream, _) = branch.split('/')
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DtestSpecVersion.py8 # extension branch meet the requirement of being 1.
10 # Usage: textSpecVersion.py [-branch branchname] [-registry file]
12 # Checks for an XML <extension> matching the branch name specified
13 # on the command line, or the current branch if not specified.
15 # If not found, the branch is not an extension staging branch; succeed.
28 parser.add_argument('-branch', action='store',
30 help='Specify branch to check against')
43 if args.branch is None:
44 (args.branch, errors) = getBranch()
45 if args.branch is None:
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md1 # Choosing an ANGLE branch for your project
6 This document illustrates how to choose a branch of ANGLE which can be expected
13 matching Chromium branch. These branches will be created from the revision which
14 that Chromium branch points to as its dependency. So, for example, the
15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
16 file for the 2013 branch]
21 works to choose an appropriate ANGLE branch for your project. You will, however,
22 likely want to make sure that you choose a branch that is used for a relatively
28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium
31 ## Matching a Chromium release to an ANGLE branch
[all …]
DBranchingAndRolling.md1 # How to Branch and Roll Chromium's ANGLE Dependency
7 branch to correspond to a branched release of Chrome.
35 appropriate branch of the repository, or via [the public repository
38 branch whose log you wish to view from the list on the left-hand side,
41 `https://chromium.googlesource.com/angle/angle/+/<branch name>/` --
48 has already been branched. If this is the case, a branch of ANGLE should be
51 the version on which Chrome depended at branch time. **Please note: Only ANGLE
52 admins can create a new branch.** To create a branch of ANGLE for a branched
56 by checking the DEPS file for that branch.
57 * Check out this commit as a new branch in your local repository.
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/doc/spec/
Drac-spec.md104 In comparison, RAC's "Branch Node Validation" process (see below) ensures that
148 The `CFile` contains a tree of `Node`s. Each `Node` is either a `Branch Node`
150 at least one `Branch Node`, called the `Root Node`. Parsing a `CFile` requires
163 ## Branch Nodes
165 A `Branch Node`'s encoding in the `CFile` has a variable byte size, between 32
168 necessarily 8 byte aligned), starting at a `COffset` called its `Branch
195 bytes. These are added to a `Branch Node`'s implicit `Branch CBias` and `Branch
204 always equals the `Branch DBias`.
206 - For the `Root Node`, the `DPtrMax` also sets the `DFileSize`. The `Branch
207 CBias` and `Branch DBias` are both zero. The `Branch COffset` is determined
[all …]
/third_party/flutter/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md1 # Choosing an ANGLE branch for your project
6 This document illustrates how to choose a branch of ANGLE which can be expected
13 matching Chromium branch. These branches will be created from the revision which
14 that Chromium branch points to as its dependency. So, for example, the
15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
16 file for the 2013 branch]
21 works to choose an appropriate ANGLE branch for your project. You will, however,
22 likely want to make sure that you choose a branch that is used for a relatively
28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium
31 ## Matching a Chromium release to an ANGLE branch
[all …]
DBranchingAndRolling.md1 # How to Branch and Roll Chromium's ANGLE Dependency
7 branch to correspond to a branched release of Chrome.
22 find the SHA-1 for a particular commit with `git log` on the appropriate branch
25 …* If using the public repository viewer, you will need to select the branch whose log you wish to …
28 `https://chromium.googlesource.com/angle/angle/+/<branch name>/` -- including
35 has already been branched. If this is the case, a branch of ANGLE should be
38 the version on which Chrome depended at branch time. **Please note: Only ANGLE
39 admins can create a new branch.** To create a branch of ANGLE for a branched
43 by checking the DEPS file for that branch.
44 * Check out this commit as a new branch in your local repository.
[all …]
/third_party/node/deps/npm/node_modules/fs-vacuum/
Dvacuum.js61 function next (branch) { argument
62 branch = branch && resolve(branch)
64 if ((base && branch === base) || branch === dirname(branch)) {
65 log('finished vacuuming up to', branch)
69 readdir(branch, function (error, files) {
73 log('unable to check directory', branch, 'due to', error.message)
78 log('quitting because other entries in', branch)
82 if (branch === process.env.HOME) {
83 log('quitting because cannot remove home directory', branch)
87 log('removing', branch)
[all …]
/third_party/flutter/skia/tools/calmbench/
Dcalmbench.py44 description='Noiselessly (hence calm) becnhmark a git branch against ' +
45 'another baseline branch (e.g., master) using multiple ' +
62 'baseline branch to compare against (default: %(default)s)')
64 'nanobench arg for the baseline branch; if not given, we use '
65 ' the same arg for both the test branch and the baseline branch')
73 'whether NOT to run nanobench on baseline branch '
78 "the test branch to benchmark; if it's 'modified', we'll benchmark the "
97 parser.add_argument('branch', type=str, help=branch_help)
123 def nano_path(args, branch): argument
124 return args.writedir + '/nanobench_' + branch
[all …]
/third_party/skia/tools/calmbench/
Dcalmbench.py46 description='Noiselessly (hence calm) becnhmark a git branch against ' +
47 'another baseline branch (e.g., main) using multiple ' +
64 'baseline branch to compare against (default: %(default)s)')
66 'nanobench arg for the baseline branch; if not given, we use '
67 ' the same arg for both the test branch and the baseline branch')
75 'whether NOT to run nanobench on baseline branch '
80 "the test branch to benchmark; if it's 'modified', we'll benchmark the "
99 parser.add_argument('branch', type=str, help=branch_help)
125 def nano_path(args, branch): argument
126 return args.writedir + '/nanobench_' + branch
[all …]
/third_party/json/doc/scripts/
Dgit-update-ghpages32 _ git checkout -b "$branch"
40 _ git clone "$repo" . -b "$branch" || ( \
42 _ git checkout -b "$branch")
64 _ git push "${repo}" "$branch" "$@"
67 _ git push "https://${GITHUB_TOKEN}@github.com/${repospec}.git" "$branch" "$@" \
93 echo " SOURCE path to upload to repository's gh-pages branch"
100 echo ' -b, --branch use this branch name (default: gh-pages)'
113 echo ' GIT_BRANCH use this branch name (--branch)'
117 echo " # pushes './doc' into the gh-pages branch of rstacruz/myproject"
122 echo " # pushes './doc' into the gh-pages branch of xyz/abc"
[all …]
/third_party/lz4/tests/
Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
95 % (email_header, pid, branch, commit, last_commit,
108 branches = execute('git branch -rl', verbose)
116 def git_get_changes(branch, commit, last_commit): argument
122 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
135 if len(words) <= 4: # branch + commit + compilerVer + md5
147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
165 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName))
170 … cDiff=%1.4f dSpeed=%6.2f dLast=%6.2f dDiff=%1.4f ratioDiff=%1.4f %s" % (branch, commit, i+1, cspe…
[all …]
/third_party/mesa3d/src/amd/compiler/
Daco_ssa_elimination.cpp114 /* insert parallelcopies for the linear phis at the end of blocks just before the branch */ in insert_parallelcopies()
183 /* keep the branch instruction and remove the rest */ in try_remove_merge_block()
184 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in try_remove_merge_block() local
186 block->instructions.emplace_back(std::move(branch)); in try_remove_merge_block()
208 Pseudo_branch_instruction& branch = pred->instructions.back()->branch(); in try_remove_invert_block() local
209 assert(branch.isBranch()); in try_remove_invert_block()
210 branch.target[0] = succ_idx; in try_remove_invert_block()
211 branch.target[1] = succ_idx; in try_remove_invert_block()
227 Pseudo_branch_instruction& branch = pred.instructions.back()->branch(); in try_remove_simple_block() local
228 if (branch.opcode == aco_opcode::p_branch) { in try_remove_simple_block()
[all …]

12345678910>>...139