| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| WidgetNode.h | 52 XtResourceList constraints; /* extracted constraint resources */ member in struct:_XmuWidgetNode 53 struct _XmuWidgetNode **constraintwn; /* where constraints come from */ 82 Bool constraints
|
| /xsrc/external/mit/libXmu/dist/src/ |
| WidgetNode.c | 100 #define reslist ((char *) (cons ? sup->constraints : sup->resources)) 130 childres = node->constraints; 177 wn->constraints = NULL; 243 XtGetConstraintResourceList (XmuWnClass(wn), &wn->constraints, 245 if (wn->constraints) { 246 qsort ((char *) wn->constraints, wn->nconstraints,
|
| /xsrc/external/mit/libXt/dist/src/ |
| SetValues.c | 242 * constraints on some children, thus the extra test here */ 245 if (w->core.constraints) { 257 /* Allocate and copy current constraints into oldw */ 258 oldw->core.constraints = XtStackAlloc(constraintSize, oldcCache); 259 reqw->core.constraints = XtStackAlloc(constraintSize, reqcCache); 260 (void) memcpy(oldw->core.constraints, 261 w->core.constraints, (size_t) constraintSize); 265 SetValues((char *) w->core.constraints, 269 (void) memcpy(reqw->core.constraints, 270 w->core.constraints, (size_t) constraintSize) [all...] |
| GetValues.c | 227 /* constraints may be NULL if constraint_size==0 */ 229 w->core.constraints) { 233 GetValues((char *) w->core.constraints,
|
| Create.c | 305 widget->core.constraints = 423 (void) memcpy(req_constraints, widget->core.constraints, 425 req_widget->core.constraints = req_constraints; 428 req_widget->core.constraints = NULL;
|
| Resources.c | 1008 if (w->core.constraints != NULL) { 1014 GetResources(w, (char *) w->core.constraints, names, classes,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| lcra.c | 201 * by the user. Benefits are calculated from the constraints. */ 214 unsigned *constraints = &l->linear[i * l->node_count]; local 217 count += util_bitcount(constraints[j]); 225 /* If there are no constraints on a node, do not pick it to spill under 236 float constraints = lcra_count_constraints(l, i); local 238 float benefit = constraints / cost;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TreeP.h | 128 ((TreeConstraints)((w)->core.constraints))
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| ObjectP.h | 68 XtPointer constraints; /* constraint record */ member in struct:_ObjectPart
|
| CoreP.h | 79 XtPointer constraints; /* constraint record */ member in struct:_CorePart
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Form.c | 555 FormConstraints form = (FormConstraints)(*childP)->core.constraints; 565 form = (FormConstraints)(*childP)->core.constraints; 637 form = (FormConstraints)(*childP)->core.constraints; 669 FormConstraints form = (FormConstraints)w->core.constraints; 695 FormConstraints ref_form = (FormConstraints)ref->core.constraints; 704 FormConstraints ref_form = (FormConstraints)ref->core.constraints; 746 FormConstraints form = (FormConstraints)(*childP)->core.constraints; 812 FormConstraints form = (FormConstraints)w->core.constraints; 918 FormConstraints nform = (FormConstraints)nw->core.constraints; 968 FormConstraints form = (FormConstraints)cnew->core.constraints; [all...] |
| Viewport.c | 247 ViewportConstraints constraints = local 248 (ViewportConstraints)clip->core.constraints; 272 constraints->form.vert_base = bar; 276 constraints->form.horiz_base = bar; 353 ((ViewportConstraints)cnew->core.constraints)->viewport.reparented = False; 423 ViewportConstraints constraints = local 424 (ViewportConstraints)child->core.constraints; 432 constraints->viewport.reparented = True; 434 else if (!constraints->viewport.reparented) { 437 constraints->viewport.reparented = True 522 ViewportConstraints constraints = local [all...] |
| Dialog.c | 238 DialogConstraints constraint = (DialogConstraints)cnew->core.constraints; 301 ((DialogConstraints)w->dialog.labelW->core.constraints)-> 307 ((DialogConstraints)w->dialog.labelW->core.constraints)-> 412 * then the buttons need new layout constraints 425 ((DialogConstraints)(*childP)->core.constraints)-> 444 * Correct Constraints are all set in ConstraintInitialize()
|
| Box.c | 500 XtWidgetGeometry constraints = { local 506 (void)XawBoxQueryGeometry((Widget)bbw, &constraints, &reply);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_ra_coalesce.cpp | 192 sblog << "######## constraints\n"; 194 for (constraint_queue::iterator I = constraints.begin(), 195 E = constraints.end(); I != E; ++I) { 272 constraints.insert(c); 605 for (constraint_queue::iterator I = constraints.begin(), 606 E = constraints.end(); I != E; ++I) {
|
| sb_shader.h | 195 constraint_queue constraints; member in class:r600_sb::coalescer 202 coalescer(shader &sh) : sh(sh), edges(), chunks(), constraints() {}
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_ra_coalesce.cpp | 192 sblog << "######## constraints\n"; 194 for (constraint_queue::iterator I = constraints.begin(), 195 E = constraints.end(); I != E; ++I) { 272 constraints.insert(c); 605 for (constraint_queue::iterator I = constraints.begin(), 606 E = constraints.end(); I != E; ++I) {
|
| sb_shader.h | 195 constraint_queue constraints; member in class:r600_sb::coalescer 202 coalescer(shader &sh) : sh(sh), edges(), chunks(), constraints() {}
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_configless_context.spec | 69 constraints. Otherwise they are only compatible if:" 71 Remove the last bullet point in the list of constraints.
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_configless_context.spec | 69 constraints. Otherwise they are only compatible if:" 71 Remove the last bullet point in the list of constraints.
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bi_ra.c | 35 /* Linear constraints imposed. Nested array sized upfront, organized as 159 * by the user. Benefits are calculated from the constraints. */ 165 uint8_t *constraints = &l->linear[i * l->node_count]; local 168 count += util_bitcount(constraints[j]);
|
| /xsrc/external/mit/listres/dist/ |
| listres.c | 191 res = node->constraints;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_mediump.c | 554 * the constraints by inserting the appropriate conversion opcodes. 558 * will be 2 constraints describing that. 562 nir_tex_src_type_constraints constraints) 586 nir_tex_src_type_constraint c = constraints[tex->src[i].src_type];
|
| nir_algebraic.py | 493 expression, but we make the user specify those constraints themselves, to 539 this to avoid adding extra constraints to the search expression that
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| apm_accel.c | 419 The constraints of the transfer range are incompatible with the 507 The constraints of the transfer range are incompatible with the
|