| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Box.c | 334 XawBoxQueryGeometry(Widget widget, XtWidgetGeometry *constraint, argument 342 constraint->request_mode &= CWWidth | CWHeight; 344 if (constraint->request_mode == 0) 348 if (constraint->request_mode == w->box.last_query_mode 349 && (!(constraint->request_mode & CWWidth) 350 || constraint->width == w->box.last_query_width) 351 && (!(constraint->request_mode & CWHeight) 352 || constraint->height == w->box.last_query_height)) { 357 if (constraint->request_mode == (CWWidth | CWHeight) 358 && constraint [all...] |
| H A D | Dialog.c | 164 /* constraint */ 238 DialogConstraints constraint = (DialogConstraints)cnew->core.constraints; local in function:XawDialogConstraintInitialize 243 constraint->form.left = constraint->form.right = XtChainLeft; 245 constraint->form.vert_base = dw->dialog.labelW; 247 constraint->form.vert_base = dw->dialog.valueW; 259 constraint->form.horiz_base = *childP;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | DialogP.h | 86 ConstraintPart constraint; member in struct:_DialogRec
|
| H A D | ViewportP.h | 93 ConstraintPart constraint; member in struct:_ViewportRec
|
| H A D | FormP.h | 107 ConstraintPart constraint; member in struct:_FormRec
|
| H A D | TreeP.h | 92 ConstraintPart constraint; member in struct:_TreeRec
|
| H A D | PanedP.h | 78 /* Paned constraint record */ 172 ConstraintPart constraint; member in struct:_PanedRec
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | ConstrainP.h | 62 ConstraintPart constraint; member in struct:_ConstraintRec 66 XtResourceList resources; /* constraint resource list */ 68 Cardinal constraint_size; /* size of constraint record */ 69 XtInitProc initialize; /* constraint initialization */ 70 XtWidgetProc destroy; /* constraint destroy proc */ 71 XtSetValuesFunc set_values; /* constraint set_values proc */
|
| /xsrc/external/mit/editres/dist/ |
| H A D | utils.c | 582 cons_names[i] = resources->constraint[i].name; 609 * Allocate enough space for both the normal and constraint resources, 610 * then add the normal resources from the top, and the constraint resources 619 resources->constraint = resources->normal + info->num_resources - 1; 631 AddResource(info->res_info + i, resources->constraint--); 652 resources->constraint++; 653 qsort(resources->constraint, resources->num_constraint, 657 resources->constraint = NULL; 717 XtFree(resources->constraint[i].name); 718 XtFree(resources->constraint[ [all...] |
| H A D | editresP.h | 113 WidgetResourceInfo *normal, *constraint; member in struct:_WidgetResources
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Varargs.c | 407 * Description: Retrieves the normal and constraint resources 424 XtResourceList res, constraint, cons_top; local in function:GetResources 427 XtGetConstraintResourceList(XtClass(parent), &constraint, 430 cons_top = constraint; 436 *res++ = *constraint++;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_init.cpp | 346 if (v && v->is_sgpr() && v->constraint && 347 v->constraint->kind == CK_PACKED_BS) { 348 color_bs_constraint(v->constraint); 368 if (copy && !v->constraint) { 481 if (v->constraint && v->constraint->kind == CK_PACKED_BS) { 482 color_bs_constraint(v->constraint);
|
| H A D | sb_ra_coalesce.cpp | 381 if (v->constraint && v->constraint->kind == CK_PHI)
|
| H A D | sb_valtable.cpp | 337 assert(!(*I)->constraint); 338 (*I)->constraint = this;
|
| H A D | sb_ir.h | 462 def(), adef(), uses(), constraint(), chunk(), 489 ra_constraint *constraint; member in class:r600_sb::value
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_init.cpp | 348 if (v && v->is_sgpr() && v->constraint && 349 v->constraint->kind == CK_PACKED_BS) { 350 color_bs_constraint(v->constraint); 371 if (copy && !v->constraint) { 486 if (v->constraint && v->constraint->kind == CK_PACKED_BS) { 487 color_bs_constraint(v->constraint);
|
| H A D | sb_ra_coalesce.cpp | 381 if (v->constraint && v->constraint->kind == CK_PHI)
|
| H A D | sb_valtable.cpp | 337 assert(!(*I)->constraint); 338 (*I)->constraint = this;
|
| H A D | sb_ir.h | 462 def(), adef(), uses(), constraint(), chunk(), 489 ra_constraint *constraint; member in class:r600_sb::value
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.3.rst | 113 - isl: only apply main surface ccs pitch constraint with CCS
|
| H A D | 20.3.5.rst | 77 - panfrost/lcra: Fix constraint counting
|
| H A D | 21.1.0.rst | 491 - pan/bi: Add T0/T1 constraint check 678 - panfrost/lcra: Fix constraint counting
|
| H A D | 20.1.0.rst | 2813 - isl: only apply main surface ccs pitch constraint with CCS
|
| H A D | 21.0.0.rst | 455 - panfrost/lcra: Fix constraint counting
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 410 const char *constraint = sgpr ? "=s,0" : "=v,0"; local in function:ac_build_optimization_barrier 422 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false); 429 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false); 435 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false); 440 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false); 1289 /* The definition in the assembly and the one in the constraint string
|