Searched refs:effective (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Deventstr.h129 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 DXIQueryPointer.c92 mods->effective = mods->base | mods->latched | mods->locked;
97 group->effective = group->base | group->latched | group->locked;
H A DXExtInt.c1625 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 Deventstr.h109 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 Dxkbwatch.c64 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 Dprotocol-eventconvert.c330 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 Dtest_xi2.c84 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 Dprotocol-eventconvert.c336 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 D11.0.2.rst50 - mesa: Use the effective internal format instead for validation
H A D9.1.4.rst128 - mesa: add accessor for effective stencil ref
H A D20.0.0.rst1019 - mesa/st: Make st_pipe_format_to_mesa_format an effective no-op.
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c723 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 Dinpututils.c803 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 Dmidgard_emit.c211 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 Deventconvert.c590 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 DXInput2.h77 int effective; member in struct:__anon477f40ab0608
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dtiling.rst58 memory controller has a more effective address swizzling algorithm.
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c992 event->mods.effective = state->mods;
997 event->group.effective = state->group;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst359 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 Dtgsi.rst2995 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 Dcontext.rst384 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 Dtgsi.rst3059 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.json1471 "description": "asahi: Align allocations to effective tile size",
[all...]

Completed in 174 milliseconds