| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | commit_in_branch.py | 48 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`') [all...] |
| H A D | post_version.py | 61 branch = None 65 branch = line[0] 67 if branch is not None: 68 calendar[i + 1][0] = branch
|
| H A D | commit_in_branch_test.py | 87 'branch, commit, expected', 98 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None: 100 assert branch_has_commit(upstream, branch, commit) == expected 104 'branch, commit, expected', 114 def test_branch_has_backport_of_commit(branch: str, commit: str, expected: bool) -> None: 116 assert branch_has_backport_of_commit(upstream, branch, commit) == expected
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_ssa_elimination.cpp | 114 /* insert parallelcopies for the linear phis at the end of blocks just before the branch */ 182 /* keep the branch instruction and remove the rest */ 183 aco_ptr<Instruction> branch = std::move(block->instructions.back()); local in function:aco::__anonf94d4d690110::try_remove_merge_block 185 block->instructions.emplace_back(std::move(branch)); 207 Pseudo_branch_instruction& branch = pred->instructions.back()->branch(); local in function:aco::__anonf94d4d690110::try_remove_invert_block 208 assert(branch.isBranch()); 209 branch.target[0] = succ_idx; 210 branch.target[1] = succ_idx; 226 Pseudo_branch_instruction& branch local in function:aco::__anonf94d4d690110::try_remove_simple_block [all...] |
| /xsrc/external/mit/libepoxy/dist/registry/ |
| H A D | README.md | 7 1. check out the `khronos-registry` branch 11 5. check out the `master` branch and merge the `khronos-registry` branch
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_queue.c | 87 cl_emit(icl, BRANCH_TO_IMPLICIT_TILE_LIST, branch); 97 cl_emit(rcl, START_ADDRESS_OF_GENERIC_TILE_LIST, branch) { 98 branch.start = tile_list_start; 99 branch.end = v3dv_cl_get_address(icl);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_emulate_branches.c | 60 struct branch_info * branch; local in function:handle_if 68 branch = &s->Branches[s->BranchCount++]; 69 memset(branch, 0, sizeof(struct branch_info)); 70 branch->If = inst; 90 struct branch_info * branch; local in function:handle_else 99 branch = &s->Branches[s->BranchCount - 1]; 100 branch->Else = inst; 199 struct branch_info * branch; local in function:handle_endif 210 branch = &s->Branches[s->BranchCount - 1]; 215 allocate_and_insert_proxies(s, &IfProxies, branch [all...] |
| H A D | radeon_dataflow_deadcode.c | 109 struct branchinfo * branch; local in function:push_branch 114 branch = &s->BranchStack[s->BranchStackSize++]; 115 branch->HaveElse = 0; 116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R)); 288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local in function:rc_dataflow_deadcode 292 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif); 296 if (branch->HaveElse) { 299 memcpy(&branch [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_emulate_branches.c | 60 struct branch_info * branch; local in function:handle_if 68 branch = &s->Branches[s->BranchCount++]; 69 memset(branch, 0, sizeof(struct branch_info)); 70 branch->If = inst; 90 struct branch_info * branch; local in function:handle_else 99 branch = &s->Branches[s->BranchCount - 1]; 100 branch->Else = inst; 199 struct branch_info * branch; local in function:handle_endif 210 branch = &s->Branches[s->BranchCount - 1]; 215 allocate_and_insert_proxies(s, &IfProxies, branch [all...] |
| H A D | radeon_dataflow_deadcode.c | 109 struct branchinfo * branch; local in function:push_branch 114 branch = &s->BranchStack[s->BranchStackSize++]; 115 branch->HaveElse = 0; 116 memcpy(&branch->StoreEndif, &s->R, sizeof(s->R)); 293 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; local in function:rc_dataflow_deadcode 297 branch->HaveElse ? &branch->StoreElse : &branch->StoreEndif); 301 if (branch->HaveElse) { 304 memcpy(&branch [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-crosvm.sh | 14 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/platform2 $PLATFORM2_ROOT 21 git clone --single-branch --no-checkout https://android.googlesource.com/platform/external/minijail $AOSP_EXTERNAL_ROOT/minijail 30 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/third_party/adhd $THIRD_PARTY_ROOT/adhd 37 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost $THIRD_PARTY_ROOT/rust-vmm/vhost 43 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/platform/crosvm /platform/crosvm
|
| H A D | build-apitrace.sh | 7 git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
|
| H A D | build-hang-detection.sh | 7 git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner
|
| H A D | build-virglrenderer.sh | 14 git clone https://gitlab.freedesktop.org/virgl/virglrenderer.git --single-branch --no-checkout /virglrenderer
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_print.c | 168 if (ins->branch.target_type == TARGET_DISCARD) 173 !ins->branch.conditional) 178 if (!ins->branch.conditional) 180 else if (ins->branch.invert_conditional) 195 if (ins->branch.target_type != TARGET_DISCARD) 197 ins->branch.target_type < 4 ? 198 branch_target_names[ins->branch.target_type] : "??", 199 ins->branch.target_block); 241 if (ins->compact_branch && ins->branch.invert_conditional)
|
| H A D | midgard_schedule.c | 52 * same bundle as the branch, with no hanging dependencies. 185 /* If there is a branch, all instructions depend on it, as interblock 705 bool branch = alu && (unit == ALU_ENAB_BR_COMPACT); local in function:mir_choose_instruction 713 if (alu && !branch && unit != ~0 && !(mir_has_unit(instructions[i], unit))) 720 if (branch && !instructions[i]->compact_branch) 741 bool conditional = alu && !branch && OP_IS_CSEL(instructions[i]->op); 742 conditional |= (branch && instructions[i]->branch.conditional); 861 /* When we are scheduling a branch/csel, we need the consumed condition in the 970 /* For a branch, th 971 bool branch = last->compact_branch; local in function:mir_schedule_condition 1089 mir_schedule_zs_write(compiler_context * ctx,struct midgard_predicate * predicate,midgard_instruction ** instructions,uint16_t * liveness,BITSET_WORD * worklist,unsigned len,midgard_instruction * branch,midgard_instruction ** smul,midgard_instruction ** vadd,midgard_instruction ** vlut,bool stencil) argument 1179 midgard_instruction *branch = NULL; local in function:mir_schedule_alu [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_dump.c | 309 if (instr->branch.ub) 313 v3d_qpu_branch_cond_name(instr->branch.cond)); 314 fprintf(stderr, "%s", v3d_qpu_msfign_name(instr->branch.msfign)); 316 switch (instr->branch.bdi) { 318 fprintf(stderr, " zero_addr+0x%08x", instr->branch.offset); 322 fprintf(stderr, " %d", instr->branch.offset); 330 fprintf(stderr, " rf%d", instr->branch.raddr_a); 334 if (instr->branch.ub) { 335 switch (instr->branch.bdu) { 349 fprintf(stderr, ", rf%d", instr->branch [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/ |
| H A D | qpu_disasm.c | 272 if (instr->branch.ub) 274 append(disasm, "%s", v3d_qpu_branch_cond_name(instr->branch.cond)); 275 append(disasm, "%s", v3d_qpu_msfign_name(instr->branch.msfign)); 277 switch (instr->branch.bdi) { 279 append(disasm, " zero_addr+0x%08x", instr->branch.offset); 283 append(disasm, " %d", instr->branch.offset); 291 append(disasm, " rf%d", instr->branch.raddr_a); 295 if (instr->branch.ub) { 296 switch (instr->branch.bdu) { 310 append(disasm, ", rf%d", instr->branch [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_dump.c | 302 if (instr->branch.ub) 306 v3d_qpu_branch_cond_name(instr->branch.cond)); 307 fprintf(stderr, "%s", v3d_qpu_msfign_name(instr->branch.msfign)); 309 switch (instr->branch.bdi) { 311 fprintf(stderr, " zero_addr+0x%08x", instr->branch.offset); 315 fprintf(stderr, " %d", instr->branch.offset); 323 fprintf(stderr, " rf%d", instr->branch.raddr_a); 327 if (instr->branch.ub) { 328 switch (instr->branch.bdu) { 342 fprintf(stderr, ", rf%d", instr->branch [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/ |
| H A D | qpu_disasm.c | 268 if (instr->branch.ub) 270 append(disasm, "%s", v3d_qpu_branch_cond_name(instr->branch.cond)); 271 append(disasm, "%s", v3d_qpu_msfign_name(instr->branch.msfign)); 273 switch (instr->branch.bdi) { 275 append(disasm, " zero_addr+0x%08x", instr->branch.offset); 279 append(disasm, " %d", instr->branch.offset); 287 append(disasm, " rf%d", instr->branch.raddr_a); 291 if (instr->branch.ub) { 292 switch (instr->branch.bdu) { 306 append(disasm, ", rf%d", instr->branch [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | repository.rst | 106 (unstable) code while a branch has the latest stable code. 108 The command ``git branch`` will list all available branches. 110 Questions about branch status/activity should be posted to the mesa-dev 116 #. Setting up to edit the main branch 119 complains that you have not specified a branch, try: 123 git config branch.main.remote origin 124 git config branch.main.merge main 132 modifications, you are probably working on a separate branch and 133 would rebase your branch prior to merging with main. But for small 134 changes to the main branch itsel [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 677 ppir_codegen_field_branch *branch = code; local in function:print_branch 679 if (branch->discard.word0 == PPIR_CODEGEN_DISCARD_WORD0 && 680 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 && 681 branch->discard.word2 == PPIR_CODEGEN_DISCARD_WORD2) { 693 cond_mask |= (branch->branch.cond_lt ? 1 : 0); 694 cond_mask |= (branch->branch.cond_eq ? 2 : 0); 695 cond_mask |= (branch->branch [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 718 ppir_codegen_field_branch *branch = code; local in function:print_branch 720 if (branch->discard.word0 == PPIR_CODEGEN_DISCARD_WORD0 && 721 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 && 722 branch->discard.word2 == PPIR_CODEGEN_DISCARD_WORD2) { 733 cond_mask |= (branch->branch.cond_lt ? 1 : 0); 734 cond_mask |= (branch->branch.cond_eq ? 2 : 0); 735 cond_mask |= (branch->branch [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| H A D | gtest-runner.sh | 66 --branch "${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME:-$CI_COMMIT_BRANCH}" \ 67 --branch-title "${CI_MERGE_REQUEST_TITLE:-$CI_COMMIT_TITLE}"
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 275 vtn_assert(b->block && b->block->branch == NULL); 276 b->block->branch = w; 404 "Each case construct can have at most one branch to " 499 const uint32_t *branch, 502 const uint32_t *branch_end = branch + (branch[0] >> SpvWordCountShift); 504 struct vtn_value *sel_val = vtn_untyped_value(b, branch[1]); 519 for (const uint32_t *w = branch + 2; w < branch_end;) { 632 vtn_fail_if((*block->branch & SpvOpCodeMask) != SpvOpBranch && 633 (*block->branch 497 vtn_parse_switch(struct vtn_builder * b,struct vtn_switch * swtch,const uint32_t * branch,struct list_head * case_list) argument 1093 const uint32_t *branch = vtn_if->header_block->branch; local in function:vtn_emit_cf_list_structured [all...] |