| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.c | 40 bool conflict = false; local in function:check_uniforms 53 conflict = true; 58 return !conflict;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.c | 40 bool conflict = false; local in function:check_uniforms 53 conflict = true; 58 return !conflict;
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XEVI.c | 112 VisualID *conflict; local in function:XeviGetVisualInfo 207 conflict = (VisualID *)(infoPtr + n_data); 217 infoPtr->colormap_conflicts = conflict; 218 conflict += infoPtr->num_colormap_conflicts; 223 conflict = (VisualID *)(infoPtr); 225 *conflict++ = *xConflictPtr++;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_group.c | 126 bool conflict; local in function:group_n 129 conflict = conflicts(instr->cp.left, left) || 138 conflict = true; 141 for (j = i + 1; (j < n) && !conflict; j++) 143 conflict = true; 145 if (conflict) { 147 /* inserting the mov may have caused a conflict 157 * the newly inserted mov's cannot conflict with anything. 236 * have a conflict on inputs.. pushing any conflict t [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.5.rst | 42 - ac/nir: Fix conflict resolution typo in handle_vs_input_decl
|
| H A D | 10.5.9.rst | 40 radeonsi bo/va conflict on RADEON_GEM_VA
|
| H A D | 20.3.3.rst | 37 - star conflict crashes on iris, but loads fine on i965, on HD 5500
|
| H A D | 21.1.7.rst | 152 - amd/registers: fix fields conflict detection
|
| H A D | 10.6.2.rst | 43 radeonsi bo/va conflict on RADEON_GEM_VA
|
| H A D | 8.0.3.rst | 101 - llvmpipe: fix symbol conflict on Haiku
|
| H A D | 11.0.0.rst | 126 radeonsi bo/va conflict on RADEON_GEM_VA
|
| H A D | 11.1.0.rst | 289 [regression] arb_separate_shader_objects.active sampler conflict
|
| H A D | 11.2.0.rst | 128 [regression] arb_separate_shader_objects.active sampler conflict
|
| H A D | 7.11.rst | 350 libgl conflict with xbmc causes lock up on xbmc exit
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 252 util_dynarray_foreach(&info->conflict_list, unsigned, conflict) { 253 struct reg_info *conflict_info = &ctx->registers[*conflict]; 256 if (!ctx->registers[*conflict].visited && can_simplify(ctx, *conflict)) { 257 ctx->worklist[ctx->worklist_end++] = *conflict; 258 ctx->registers[*conflict].visited = true; 319 struct reg_info *conflict = &ctx->registers[*conflict_idx]; local in function:do_regalloc 320 if (conflict->assigned_color >= 0 && 321 conflict->assigned_color == (int) candidate) {
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | manpages.am | 14 # Otherwise the following three global variables may conflict
|
| H A D | configure | 18322 # default) and relocated if they conflict, which is a slow very memory 20492 which can conflict with char shl_load (); below. 20640 which can conflict with char dlopen (); below. 24234 which can conflict with char dlopen (); below. 24391 which can conflict with char $ac_func (); below. 24478 which can conflict with char _doprnt (); below. 24596 which can conflict with char $ac_func (); below. 24872 which can conflict with char $ac_func (); below. 25045 which can conflict with char getdtablesize (); below. 25134 which can conflict wit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_register_allocate.c | 67 bool conflict = false; local in function:agx_assign_regs 70 conflict |= BITSET_TEST(used_regs, reg + j); 72 if (!conflict) {
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | manpages.am | 14 # Otherwise the following three global variables may conflict
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | register_allocate.c | 62 * register in C could conflict with. Then, this system replaces the 152 * Adds a conflict between base_reg and reg, and also between reg and 186 unsigned int conflict = *i; local in function:ra_add_transitive_reg_pair_conflict 187 if (conflict != reg1) 188 ra_add_reg_conflict(regs, reg0, conflict); 189 if (conflict != reg0) 190 ra_add_reg_conflict(regs, reg1, conflict); 195 * Makes every conflict on the given register transitive. In other words, 196 * every register that conflicts with r will now conflict with every other 309 * allocation to C could conflict wit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | pkt3.json | 125 "comment": "This is at offset 0x415 instead of 0x414 due to a conflict with SQ_WAVE_GPR_ALLOC",
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | repository.rst | 157 did your last pull. Even if your changes do not conflict with their
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | index.rst | 202 container update from the same day, you will get a Git conflict
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/ |
| H A D | ir3-notes.rst | 404 In the grouping pass, instructions which need to be grouped (for ``fanin``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (ie. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | ir3-notes.rst | 375 In the grouping pass, instructions which need to be grouped (for ``collect``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (i.e. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages.
|