| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ReconfWM.c | 97 if (mask & CWStackMode) *value++ = changes->stack_mode; 136 .detail = changes->stack_mode,
|
| H A D | ReconfWin.c | 72 *value++ = changes->stack_mode;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 279 wc.stack_mode = XP_MAPPED_ABOVE; 282 wc.stack_mode = XP_MAPPED_BELOW; 341 wc.stack_mode = XP_UNMAPPED; 646 wc.stack_mode = XP_UNMAPPED;
|
| H A D | dri.c | 308 wc.stack_mode = XP_MAPPED_ABOVE;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 279 wc.stack_mode = XP_MAPPED_ABOVE; 283 wc.stack_mode = XP_MAPPED_BELOW; 334 wc.stack_mode = XP_UNMAPPED; 596 wc.stack_mode = XP_UNMAPPED;
|
| H A D | dri.c | 296 wc.stack_mode = XP_MAPPED_ABOVE;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Geometry.c | 236 && request->stack_mode != XtSMDontChange) { 441 req.changes.stack_mode = request->stack_mode; 442 CALLGEOTAT(_XtGeoTrace(widget, "stack_mode changing\n")); 857 reply->stack_mode = XtSMDontChange;
|
| H A D | Shell.c | 2136 values.stack_mode = request->stack_mode;
|
| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | xcb_aux.h | 118 uint32_t stack_mode; member in struct:__anonc7e5e04d0208
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Window.c | 250 values.stack_mode = Above; 258 values.stack_mode = Below;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Window.c | 242 values.stack_mode = Above; 250 values.stack_mode = Below;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxwindow.c | 682 c.stack_mode = Below; 701 c.stack_mode = Below; 710 c.stack_mode = Above;
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.c | 512 struct drm_mode_modeinfo stack_mode; local in function:_drmModeGetConnector 518 conn.modes_ptr = VOID2U64(&stack_mode); 542 conn.modes_ptr = VOID2U64(&stack_mode); 563 if (U642VOID(conn.modes_ptr) != &stack_mode) 606 if (U642VOID(conn.modes_ptr) != &stack_mode)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 1164 changes.stack_mode = window->desiredStack; 1169 changes.stack_mode = Above;
|
| H A D | glut_menu.c | 476 changes.stack_mode = Above;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 435 enum bi_stack_mode stack_mode; /* JUMP_EX */ member in struct:__anon9a2e09910208::__anon9a2e0991060a::__anon9a2e09910908
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | Intrinsic.h | 235 int stack_mode; /* Above, Below, TopIf, BottomIf, Opposite, DontChange */ member in struct:__anon84d367d00308
|
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| H A D | bi_printer.c | 489 bi_stack_mode_as_str(enum bi_stack_mode stack_mode) argument 491 switch (stack_mode) { 498 unreachable("Invalid stack_mode"); 3072 fputs(bi_stack_mode_as_str(I->stack_mode), fp);
|
| H A D | bi_builder.h | 4142 bi_instr * bi_jump_ex_to(bi_builder *b, bi_index dest0, bi_index src0, bi_index src1, bi_index src2, enum bi_stack_mode stack_mode, bool test_mode) argument 4151 I->stack_mode = stack_mode; 4157 bi_index bi_jump_ex(bi_builder *b, bi_index src0, bi_index src1, bi_index src2, enum bi_stack_mode stack_mode, bool test_mode) argument 4159 return (bi_jump_ex_to(b, bi_temp(b->shader), src0, src1, src2, stack_mode, test_mode))->dest[0];
|
| H A D | bi_packer.c | 1159 unsigned stack_mode = I->stack_mode; local in function:bi_pack_fma_jump_ex 1160 assert(stack_mode < 4); 1161 return 0x2eb000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (test_mode << 9) | (stack_mode << 10);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Paned.c | 799 XWindowChanges changes = { .stack_mode = Above };
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 400 int stack_mode; member in struct:__anonf1b122fa0c08
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | otp.c | 493 xwc.stack_mode = Above;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 2315 xwc.stack_mode = cre->detail;
|
| H A D | menus.c | 1805 xwc.stack_mode = Opposite;
|