HomeSort by: relevance | last modified time | path
    Searched refs:defs (Results 1 - 25 of 127) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
privileged_startx.defs 29 #include <mach/std_types.defs>
30 #include <mach/mach_types.defs>
  /xsrc/external/mit/libX11/dist/src/
StColors.c 36 XColor *defs,
51 citem.pixel = defs[i].pixel;
52 citem.red = defs[i].red;
53 citem.green = defs[i].green;
54 citem.blue = defs[i].blue;
55 citem.flags = defs[i].flags;
QuColors.c 37 XColor *defs, /* RETURN */
50 Data32 (dpy, (long *)&defs[i].pixel, 4L);
61 register XColor *def = &defs[i];
79 XColor *defs, /* RETURN */
91 _XQueryColors(dpy, cmap, defs, n);
92 defs += n;
96 _XQueryColors(dpy, cmap, defs, ncolors);
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_rt_builder.h 209 struct brw_nir_rt_globals_defs *defs)
215 defs->base_mem_addr = nir_pack_64_2x32(b, nir_channels(b, data, 0x3));
217 defs->call_stack_handler_addr =
220 defs->hw_stack_size = nir_channel(b, data, 4);
221 defs->num_dss_rt_stacks = nir_iand_imm(b, nir_channel(b, data, 5), 0xffff);
222 defs->hit_sbt_addr =
226 defs->hit_sbt_stride =
228 defs->miss_sbt_addr =
232 defs->miss_sbt_stride =
234 defs->sw_stack_size = nir_channel(b, data, 12)
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
Distinct.c 73 XColor *defs; local
81 defs = Xmumallocarray (count, sizeof (XColor));
82 if (!defs)
85 defs[i].pixel = pixels[i];
86 XQueryColors (dpy, cmap, defs, count);
87 ret = XmuDistinguishableColors (defs, count);
88 free (defs);
  /xsrc/external/mit/xkbcomp/dist/
indicators.c 65 for (old = oldLEDs; old != NULL; old = (LEDInfo *) old->defs.next)
78 old->defs.defined |= new->defs.defined;
81 if (new->defs.merge == MergeReplace)
83 CommonInfo *next = old->defs.next;
84 if (((old->defs.fileID == new->defs.fileID)
92 old->defs.next = next;
96 if (UseNewField(_LED_Index, &old->defs, &new->defs, &collide)
    [all...]
compat.c 43 CommonInfo defs; member in struct:_SymInterpInfo
116 info->dflt.defs.fileID = info->fileID;
117 info->dflt.defs.defined = 0;
118 info->dflt.defs.merge = MergeOverride;
127 info->ledDflt.defs.fileID = info->fileID;
128 info->ledDflt.defs.defined = 0;
129 info->ledDflt.defs.merge = MergeOverride;
141 info->dflt.defs.defined = 0;
142 info->dflt.defs.merge = MergeAugment;
153 info->interps = (SymInterpInfo *) ClearCommonInfo(&info->interps->defs);
    [all...]
geometry.c 49 CommonInfo defs; member in struct:_PropertyInfo
59 CommonInfo defs; member in struct:_ShapeInfo
98 CommonInfo defs; member in struct:_DoodadInfo
135 CommonInfo defs; member in struct:_KeyInfo
151 CommonInfo defs; member in struct:_RowInfo
167 CommonInfo defs; member in struct:_OverlayKeyInfo
176 CommonInfo defs; member in struct:_OverlayInfo
194 CommonInfo defs; member in struct:_SectionInfo
274 pi->defs.defined = 0;
275 pi->defs.fileID = info->fileID
482 CommonInfo defs; local
563 CommonInfo defs; local
    [all...]
keytypes.c 36 CommonInfo defs; member in struct:_PreserveInfo
52 CommonInfo defs; member in struct:_KeyTypeInfo
120 info->dflt.defs.defined = 0;
121 info->dflt.defs.fileID = 0;
122 info->dflt.defs.merge = MergeOverride;
123 info->dflt.defs.next = NULL;
163 old; old = (PreserveInfo *) old->defs.next)
169 new->defs.next = NULL;
171 last->defs.next = (CommonInfo *) new;
192 ClearCommonInfo(&type->preserve->defs);
    [all...]
indicators.h 42 CommonInfo defs; member in struct:_LEDInfo
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_phi_builder.h 34 * a bitset var.defs of blocks where the variable is defined
40 * var.defs[def.block] = true;
45 * var.pb_val = nir_phi_builder_add_value(pb, var.defs)
74 * The 'defs' parameter specifies a bitset of blocks in which the given value
79 unsigned bit_size, const BITSET_WORD *defs);
nir_liveness.c 346 /* Takes an SSA def's defs and uses and expands the live interval to cover
355 liveness->defs[index].start = MIN2(liveness->defs[index].start, instr->index);
358 liveness->defs[index].end = MAX2(liveness->defs[index].end,
378 liveness->defs = rzalloc_array(liveness, nir_liveness_bounds,
383 liveness->defs->start = ~0;
388 liveness->defs[index].start = MIN2(liveness->defs[index].start,
403 liveness->defs[nif->condition.ssa->index].end = MAX2
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_phi_builder.h 34 * a bitset var.defs of blocks where the variable is defined
40 * var.defs[def.block] = true;
45 * var.pb_val = nir_phi_builder_add_value(pb, var.defs)
74 * The 'defs' parameter specifies a bitset of blocks in which the given value
79 unsigned bit_size, const BITSET_WORD *defs);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
mach_startup.defs 29 #include <mach/std_types.defs>
30 #include <mach/mach_types.defs>
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
mach_startup.defs 29 #include <mach/std_types.defs>
30 #include <mach/mach_types.defs>
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_optimizer.c 94 agx_optimizer_fmov(agx_instr **defs, agx_instr *ins, unsigned srcs)
100 agx_instr *def = defs[src.value];
109 agx_optimizer_inline_imm(agx_instr **defs, agx_instr *I,
116 agx_instr *def = defs[src.value];
157 agx_instr **defs = calloc(ctx->alloc, sizeof(*defs)); local
164 defs[I->dest[d].value] = I;
169 agx_optimizer_fmov(defs, I, info.nr_srcs);
173 agx_optimizer_inline_imm(defs, I, info.nr_srcs, info.is_float);
176 free(defs);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_def_use.cpp 38 void def_use::process_phi(container_node *c, bool defs, bool uses) {
44 if (defs)
49 void def_use::run_on(node* n, bool defs) {
62 if (defs)
66 } else if (is_region & defs) {
75 run_on(*I, defs);
82 process_phi(r->phi, defs, !defs);
83 if (r->loop_phi && !defs)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_def_use.cpp 38 void def_use::process_phi(container_node *c, bool defs, bool uses) {
44 if (defs)
49 void def_use::run_on(node* n, bool defs) {
62 if (defs)
66 } else if (is_region & defs) {
75 run_on(*I, defs);
82 process_phi(r->phi, defs, !defs);
83 if (r->loop_phi && !defs)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_nir_ra.c 138 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes); local
140 unsigned num_nodes = etna_live_defs(impl, defs, live_map);
145 nir_instr *instr = defs[i].instr;
146 nir_dest *dest = defs[i].dest;
225 assert(defs[i].live_start < defs[i].live_end);
227 if (defs[i].live_start >= defs[j].live_end || defs[j].live_start >= defs[i].live_end
    [all...]
etnaviv_compiler_nir_liveness.c 47 struct live_def *defs; member in struct:live_defs_state
48 unsigned *live_map; /* to map ssa/reg index into defs array */
103 range_include(&state->defs[i], state->index);
121 etna_live_defs(nir_function_impl *impl, struct live_def *defs, unsigned *live_map)
127 state.defs = defs;
139 /* register is already in defs */
143 defs[state.num_defs] = (struct live_def) {instr, dest, state.num_defs, 0};
150 defs[state.num_defs].live_start = 0;
195 if (state.index && instr == defs[state.index - 1].instr)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kcmap.c 39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; local
65 defs[i].pixel = i;
66 defs[i].red = colors[i].red;
67 defs[i].green = colors[i].green;
68 defs[i].blue = colors[i].blue;
69 defs[i].flags = DoRed | DoGreen | DoBlue;
74 depth), defs);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
vgaCmap.c 224 xColorItem *defs; local
240 defs = (xColorItem *)malloc(entries * sizeof(xColorItem));
253 defs[i].pixel = ppix[i];
254 defs[i].red = prgb[i].red;
255 defs[i].green = prgb[i].green;
256 defs[i].blue = prgb[i].blue;
257 defs[i].flags = DoRed|DoGreen|DoBlue;
259 pmap->pScreen->StoreColors(pmap, entries, defs);
265 free(defs);
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kcmap.c 39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; local
65 defs[i].pixel = i;
66 defs[i].red = colors[i].red;
67 defs[i].green = colors[i].green;
68 defs[i].blue = colors[i].blue;
69 defs[i].flags = DoRed|DoGreen|DoBlue;
74 defs);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 210 return defs.empty() ? NULL : defs.front()->getInsn();
215 if (defs.empty())
220 for (DefCIterator it = defs.begin(); it != defs.end(); ++it)
228 for (DefCIterator it = defs.begin(); n < 2 && it != defs.end(); ++it)
235 assert(defs.front()->get() == this);
236 return defs.front()->getInsn();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 210 return defs.empty() ? NULL : defs.front()->getInsn();
215 if (defs.empty())
220 for (DefCIterator it = defs.begin(); it != defs.end(); ++it)
228 for (DefCIterator it = defs.begin(); n < 2 && it != defs.end(); ++it)
235 assert(defs.front()->get() == this);
236 return defs.front()->getInsn();

Completed in 24 milliseconds

1 2 3 4 5 6