Searched refs:conflict (Results 1 - 25 of 274) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.c40 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 Detnaviv_asm.c40 bool conflict = false; local in function:check_uniforms
53 conflict = true;
58 return !conflict;
/xsrc/external/mit/libXext/dist/src/
H A DXEVI.c112 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 Dir3_group.c126 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 D17.3.5.rst42 - ac/nir: Fix conflict resolution typo in handle_vs_input_decl
H A D10.5.9.rst40 radeonsi bo/va conflict on RADEON_GEM_VA
H A D20.3.3.rst37 - star conflict crashes on iris, but loads fine on i965, on HD 5500
H A D21.1.7.rst152 - amd/registers: fix fields conflict detection
H A D10.6.2.rst43 radeonsi bo/va conflict on RADEON_GEM_VA
H A D8.0.3.rst101 - llvmpipe: fix symbol conflict on Haiku
H A D11.0.0.rst126 radeonsi bo/va conflict on RADEON_GEM_VA
H A D11.1.0.rst289 [regression] arb_separate_shader_objects.active sampler conflict
H A D11.2.0.rst128 [regression] arb_separate_shader_objects.active sampler conflict
H A D7.11.rst350 libgl conflict with xbmc causes lock up on xbmc exit
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c252 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 Dmanpages.am14 # Otherwise the following three global variables may conflict
H A Dconfigure18322 # 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 Dagx_register_allocate.c67 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 Dmanpages.am14 # Otherwise the following three global variables may conflict
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate.c62 * 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 Dpkt3.json125 "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 Drepository.rst157 did your last pull. Even if your changes do not conflict with their
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst202 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 Dir3-notes.rst404 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 Dir3-notes.rst375 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.

Completed in 34 milliseconds

1234567891011