Home
last modified time | relevance | path

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

12345678910>>...129

/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.out145 Branch 61
148 Branch 65
173 Branch 89
182 Branch 96
190 Branch 101
198 Branch 106
207 Branch 112
216 Branch 118
224 Branch 123
232 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 …]
Dspv.forLoop.frag.out85 Branch 17
88 Branch 21
99 Branch 20
104 Branch 17
110 Branch 42
113 Branch 46
126 Branch 45
131 Branch 42
134 Branch 64
137 Branch 68
[all …]
Dhlsl.forLoop.frag.out47 0:14 Branch: Return with expression
66 0:18 Branch: Return with expression
93 0:22 Branch: Break
112 0:26 Branch: Continue
184 0:48 Branch: Continue
239 0:58 Branch: Return with expression
304 0:14 Branch: Return with expression
323 0:18 Branch: Return with expression
350 0:22 Branch: Break
369 0:26 Branch: Continue
[all …]
Dspv.switch.frag.out243 Branch 71
248 Branch 71
253 Branch 71
266 Branch 89
273 Branch 87
280 Branch 89
293 Branch 107
300 Branch 107
313 Branch 123
320 Branch 123
[all …]
Dhlsl.whileLoop.frag.out17 0:3 Branch: Return with expression
67 0:3 Branch: Return with expression
145 Branch 13
148 Branch 17
159 Branch 13
161 Branch 26
164 Branch 30
168 Branch 29
170 Branch 26
172 Branch 32
[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/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/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp1 //===-- SystemZLongBranch.cpp - Branch lengthening for SystemZ ------------===//
12 // to be in range with a longer form (branch relaxation). A simple
16 // quadratic in the number of blocks; relaxing branch N can make branch N-1
17 // go out of range, which in turn can make branch N-2 go out of range,
23 // in range (branch shortening). This too can be implemented as a function
26 // shortening is also quadratic in the worst case; shortening branch N
27 // can bring branch N-1 in range of the short form, which in turn can do
28 // the same for branch N-2, and so on. The main advantage of shortening
35 // which are relatively rare to begin with, and the long branch sequences
73 #define DEBUG_TYPE "systemz-long-branch"
[all …]
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationDestructuringParameterNestedObjectBindingPattern.types87 foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
88 >foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
90 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
94 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
98 >"branch trimming" : "branch trimming"
105 foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
106 >foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
108 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
112 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
116 >"branch trimming" : "branch trimming"
[all …]
DsourceMapValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.types132 foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
133 >foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
135 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
139 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
143 >"branch trimming" : "branch trimming"
150 foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
151 >foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }) : void
153 >{ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } } : { name: string; s…
157 >{ primary: "edging", secondary: "branch trimming" } : { primary: string; secondary: string; }
161 >"branch trimming" : "branch trimming"
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go52 branchLegacyCutoff = 4590 // Branch numbers < than this are ignored
69 * Create new Gerrit changes to roll new release branch changes from Tint into
72 the DEPS file of the Dawn release branch.
147 // corresponding branch in tint.
152 tintBranchesToCreate := branches{} // branch name -> tint hash
153 dawnBranchesToRoll := map[string]roll{} // branch name -> roll
156 continue // Branch is earlier than we're interested in
179 tasks = append(tasks, fmt.Sprintf("Create Tint release branch '%v' @ %v", name, sha))
182 …tasks = append(tasks, fmt.Sprintf("Roll Dawn release branch '%v' from %v to %v", name, roll.from, …
198 // branch.
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pipeline/parse/
Dboost_parse_test.cc56 // Expectation: The false branch should be folded.
64 // Expectation: The false branch should be folded.
72 // Expectation: The false branch should be folded.
80 // Expectation: The false branch should be folded.
88 // Expectation: The false branch should be folded.
96 // Expectation: The false branch should be folded.
104 // Expectation: The false branch should not be folded.
112 // Expectation: The false branch should be folded.
120 // Expectation: The false branch should be folded.
128 // Expectation: The false branch should be folded.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp12 // positions pass, and a branch pseudo op to machine branch opcode pass. This
31 #define DEBUG_TYPE "ppc-branch-select"
65 StringRef getPassName() const override { return "PowerPC Branch Selector"; } in getPassName()
70 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
73 /// createPPCBranchSelectionPass - returns an instance of the Branch Selection
174 /// Determine the offset from the branch in Src block to the Dest block.
175 /// BrOffset is the offset of the branch instruction inside Src block.
184 // If this is a backwards branch, the delta is the offset from the in computeBranchSize()
185 // start of this block to this branch, plus the sizes of all blocks in computeBranchSize()
216 // inline assembly. Usually it causes larger computed branch offset. in computeBranchSize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp12 // positions pass, and a branch pseudo op to machine branch opcode pass. This
28 #define DEBUG_TYPE "msp430-branch-select"
31 BranchSelectEnabled("msp430-branch-select", cl::Hidden, cl::init(true),
60 StringRef getPassName() const override { return "MSP430 Branch Selector"; } in getPassName()
66 // According to CC430 Family User's Guide, Section 4.5.1.3, branch in isInRage()
73 "Branch offset should be word aligned!"); in isInRage()
108 // For each conditional branch, if the offset to its destination is larger in expandBranches()
109 // than the offset field allows, transform it into a long branch sequence in expandBranches()
111 // short branch: in expandBranches()
113 // long branch: in expandBranches()
[all …]

12345678910>>...129