Searched refs:defs (Results 1 - 25 of 401) sorted by relevance

1234567891011>>

/xsrc/external/mit/libX11/dist/src/
H A DStColors.c36 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;
33 XStoreColors(register Display * dpy,Colormap cmap,XColor * defs,int ncolors) argument
H A DQuColors.c37 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);
34 _XQueryColors(register Display * dpy,Colormap cmap,XColor * defs,int ncolors) argument
76 XQueryColors(register Display * const dpy,const Colormap cmap,XColor * defs,int ncolors) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_rt_builder.h209 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
208 brw_nir_rt_load_globals(nir_builder * b,struct brw_nir_rt_globals_defs * defs) argument
279 brw_nir_rt_load_mem_hit(nir_builder * b,struct brw_nir_rt_mem_hit_defs * defs,bool committed) argument
347 brw_nir_rt_store_mem_ray(nir_builder * b,const struct brw_nir_rt_mem_ray_defs * defs,enum brw_rt_bvh_level bvh_level) argument
413 brw_nir_rt_load_mem_ray(nir_builder * b,struct brw_nir_rt_mem_ray_defs * defs,enum brw_rt_bvh_level bvh_level) argument
467 brw_nir_rt_load_bvh_instance_leaf(nir_builder * b,struct brw_nir_rt_bvh_instance_leaf_defs * defs,nir_ssa_def * leaf_addr) argument
[all...]
/xsrc/external/mit/libXmu/dist/src/
H A DDistinct.c73 XColor *defs; local in function:XmuDistinguishablePixels
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/
H A Dindicators.c65 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,
[all...]
H A Dcompat.c39 CommonInfo defs; member in struct:_SymInterpInfo
112 info->dflt.defs.fileID = info->fileID;
113 info->dflt.defs.defined = 0;
114 info->dflt.defs.merge = MergeOverride;
123 info->ledDflt.defs.fileID = info->fileID;
124 info->ledDflt.defs.defined = 0;
125 info->ledDflt.defs.merge = MergeOverride;
137 info->dflt.defs.defined = 0;
138 info->dflt.defs.merge = MergeAugment;
148 info->interps = (SymInterpInfo *) ClearCommonInfo(&info->interps->defs);
[all...]
H A Dgeometry.c49 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
482 CommonInfo defs; local in function:ClearDoodadInfo
563 CommonInfo defs; local in function:DupSectionInfo
[all...]
H A Dkeytypes.c36 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...]
H A Dindicators.h42 CommonInfo defs; member in struct:_LEDInfo
H A Dsymbols.c60 CommonInfo defs; member in struct:_KeyInfo
86 info->defs.defined = 0;
87 info->defs.fileID = 0;
88 info->defs.merge = MergeOverride;
89 info->defs.next = NULL;
116 info->defs.defined = 0;
117 info->defs.fileID = 0;
118 info->defs.merge = MergeOverride;
119 info->defs.next = NULL;
150 new->defs
195 CommonInfo defs; member in struct:_ModMapEntry
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_phi_builder.h34 * 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);
H A Dnir_liveness.c346 /* 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[ni
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_phi_builder.h34 * 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/MesaLib/dist/src/asahi/compiler/
H A Dagx_optimizer.c94 agx_optimizer_fmov(agx_instr **defs, agx_instr *ins, unsigned srcs) argument
100 agx_instr *def = defs[src.value];
109 agx_optimizer_inline_imm(agx_instr **defs, agx_instr *I, argument
116 agx_instr *def = defs[src.value];
157 agx_instr **defs = calloc(ctx->alloc, sizeof(*defs)); local in function:agx_optimizer_forward
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.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_def_use.cpp38 void def_use::process_phi(container_node *c, bool defs, bool uses) { argument
44 if (defs)
49 void def_use::run_on(node* n, bool defs) { argument
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/r600/sb/
H A Dsb_def_use.cpp38 void def_use::process_phi(container_node *c, bool defs, bool uses) { argument
44 if (defs)
49 void def_use::run_on(node* n, bool defs) { argument
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/
H A Detnaviv_compiler_nir_ra.c138 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes); local in function:etna_ra_assign
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[
[all...]
H A Detnaviv_compiler_nir_liveness.c47 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) argument
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[stat
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; local in function:KdSetColormap
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/
H A DvgaCmap.c224 xColorItem *defs; local in function:vgaInstallColormap
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/
H A Dkcmap.c39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; local in function:KdSetColormap
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.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h210 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/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h210 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/vc4/
H A Dvc4_qir.c578 c->defs = reralloc(c, c->defs, struct qinst *,
580 memset(&c->defs[old_size], 0,
581 sizeof(c->defs[0]) * (c->defs_array_size - old_size));
616 c->defs[inst->dst.index] = inst;
627 c->defs[inst->dst.index] = NULL;
712 c->defs[qinst->dst.index] = NULL;
724 c->defs[reg.index] &&
725 (c->defs[reg.index]->op == QOP_MOV ||
726 c->defs[re
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c578 c->defs = reralloc(c, c->defs, struct qinst *,
580 memset(&c->defs[old_size], 0,
581 sizeof(c->defs[0]) * (c->defs_array_size - old_size));
616 c->defs[inst->dst.index] = inst;
627 c->defs[inst->dst.index] = NULL;
712 c->defs[qinst->dst.index] = NULL;
724 c->defs[reg.index] &&
725 (c->defs[reg.index]->op == QOP_MOV ||
726 c->defs[re
[all...]

Completed in 44 milliseconds

1234567891011>>