HomeSort by: relevance | last modified time | path
    Searched defs:constraints (Results 1 - 9 of 9) sorted by relevancy

  /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/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/src/
Box.c 500 XtWidgetGeometry constraints = { local
506 (void)XawBoxQueryGeometry((Widget)bbw, &constraints, &reply);
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...]
  /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/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/MesaLib/dist/src/gallium/drivers/r600/sb/
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_shader.h 195 constraint_queue constraints; member in class:r600_sb::coalescer
202 coalescer(shader &sh) : sh(sh), edges(), chunks(), constraints() {}

Completed in 11 milliseconds