| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | eventstr.h | 129 uint32_t effective;/**< XKB effective modifiers */ member in struct:_DeviceEvent::__anonbb3dfdf00308 135 uint8_t effective;/**< XKB effective group */ member in struct:_DeviceEvent::__anonbb3dfdf00408 289 uint32_t effective;/**< XKB effective modifiers */ member in struct:_GestureEvent::__anonbb3dfdf00a08 295 uint8_t effective;/**< XKB effective group */ member in struct:_GestureEvent::__anonbb3dfdf00b08
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XIQueryPointer.c | 92 mods->effective = mods->base | mods->latched | mods->locked; 97 group->effective = group->base | group->latched | group->locked;
|
| H A D | XExtInt.c | 1625 out->mods.effective = in->mods.effective_mods; 1629 out->group.effective = in->group.effective_group; 2054 out->mods.effective = in->mods.effective_mods; 2058 out->group.effective = in->group.effective_group; 2186 out->mods.effective = in->mods.effective_mods; 2190 out->group.effective = in->group.effective_group; 2231 out->mods.effective = in->mods.effective_mods; 2235 out->group.effective = in->group.effective_group;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | eventstr.h | 109 uint32_t effective;/**< XKB effective modifiers */ member in struct:_DeviceEvent::__anone878a1dd0308 115 uint8_t effective;/**< XKB effective group */ member in struct:_DeviceEvent::__anone878a1dd0408
|
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | xkbwatch.c | 64 Widget effective[XkbNumModifiers]; local in function:main 125 XtCreateManagedWidget("effective", boxWidgetClass, panel, hArgs, 1); 127 uFatalError("Couldn't create effective modifiers box\n"); 160 snprintf(buf, sizeof(buf), "effective%d", i); 165 effective[i] = 238 XtSetValues(effective[i], list, 1);
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-eventconvert.c | 330 g_assert(out->mods.effective_mods == in->mods.effective); 335 g_assert(out->group.effective_group == in->group.effective); 444 in.mods.effective = 11; 448 in.group.effective = 15; 568 in.mods.effective = 1L; 570 in.mods.effective = 1L << 8; 572 in.mods.effective = 1L << 16; 574 in.mods.effective = 1L << 24; 576 in.mods.effective = ~0L; 595 in.mods.effective [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test_xi2.c | 84 printf(" modifiers: locked %#x latched %#x base %#x effective: %#x\n", 86 event->mods.base, event->mods.effective); 87 printf(" group: locked %#x latched %#x base %#x effective: %#x\n", 89 event->group.base, event->group.effective); 223 printf(" modifiers: locked %#x latched %#x base %#x effective: %#x\n", 225 event->mods.base, event->mods.effective); 226 printf(" group: locked %#x latched %#x base %#x effective: %#x\n", 228 event->group.base, event->group.effective);
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-eventconvert.c | 336 assert(out->mods.effective_mods == in->mods.effective); 341 assert(out->group.effective_group == in->group.effective); 444 in.mods.effective = 11; 448 in.group.effective = 15; 567 in.mods.effective = 1L; 569 in.mods.effective = 1L << 8; 571 in.mods.effective = 1L << 16; 573 in.mods.effective = 1L << 24; 575 in.mods.effective = ~0L; 594 in.mods.effective [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.0.2.rst | 50 - mesa: Use the effective internal format instead for validation
|
| H A D | 9.1.4.rst | 128 - mesa: add accessor for effective stencil ref
|
| H A D | 20.0.0.rst | 1019 - mesa/st: Make st_pipe_format_to_mesa_format an effective no-op.
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | eventconvert.c | 723 xde->mods.effective_mods = ev->mods.effective; 728 xde->group.effective_group = ev->group.effective; 883 xpe->mods.effective_mods = ev->mods.effective; 888 xpe->group.effective_group = ev->group.effective; 925 xde->mods.effective_mods = ev->mods.effective; 930 xde->group.effective_group = ev->group.effective;
|
| H A D | inpututils.c | 803 event->mods.effective = state->mods; 808 event->group.effective = state->group; 821 event->mods.effective = state->mods; 826 event->group.effective = state->group;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 211 unsigned effective = ins->mask; local in function:mir_pack_mask_alu 214 * override to the lower or upper half, shifting the effective mask in 221 effective >>= upper_shift; 230 alu->mask = expand_writemask(effective, 2); 232 alu->mask = expand_writemask(effective, 1); 234 alu->mask = effective;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | eventconvert.c | 590 xde->mods.effective_mods = ev->mods.effective; 595 xde->group.effective_group = ev->group.effective;
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| H A D | XInput2.h | 77 int effective; member in struct:__anon477f40ab0608
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | tiling.rst | 58 memory controller has a more effective address swizzling algorithm.
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exevents.c | 992 event->mods.effective = state->mods; 997 event->group.effective = state->group;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 359 it contains per-vertex data and effective vertex attribute address needs 365 it is said it contains per-instance data and effective vertex attribute
|
| H A D | tgsi.rst | 2995 behavior. Note that for compatibility the effective index is zero-based and 3000 and will prevent packing of scalar/vec2 arrays and effective alias analysis.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 384 it contains per-vertex data and effective vertex attribute address needs 390 it is said it contains per-instance data and effective vertex attribute
|
| H A D | tgsi.rst | 3059 behavior. Note that for compatibility the effective index is zero-based and 3064 and will prevent packing of scalar/vec2 arrays and effective alias analysis.
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 1471 "description": "asahi: Align allocations to effective tile size", [all...] |