Searched refs:behavior (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbPrKeyEv.c52 XkbBehavior behavior; local in function:XkbProcessKeyboardEvent
64 behavior = xkbi->desc->server->behaviors[key];
65 /* The "permanent" flag indicates a hard-wired behavior that occurs */
67 /* do anything to implement the behavior, but it *does* report that */
70 if (!(behavior.type & XkbKB_Permanent)) {
71 switch (behavior.type) {
89 ndx= (behavior.data&(~XkbKB_RGAllowNone));
98 if (behavior.data&XkbKB_RGAllowNone) {
120 if (behavior.type==XkbKB_Overlay1) which= XkbOverlay1Mask;
124 if ((behavior
[all...]
H A Dxkbtext.c1161 XkbBehaviorText(XkbDescPtr xkb,XkbBehavior *behavior,unsigned format) argument
1166 if (behavior->type==XkbKB_Default)
1168 else sprintf(buf,"{ %3d, 0x%02x }",behavior->type,behavior->data);
1172 type= behavior->type&XkbKB_OpMask;
1173 permanent=((behavior->type&XkbKB_Permanent)!=0);
1181 g= ((behavior->data)&(~XkbKB_RGAllowNone))+1;
1182 if (XkbKB_RGAllowNone&behavior->data) {
1196 kc= behavior->data;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbPrKeyEv.c52 XkbBehavior behavior; local in function:XkbProcessKeyboardEvent
65 behavior = xkbi->desc->server->behaviors[key];
66 /* The "permanent" flag indicates a hard-wired behavior that occurs */
68 /* do anything to implement the behavior, but it *does* report that */
71 if (!(behavior.type & XkbKB_Permanent)) {
72 switch (behavior.type) {
90 ndx = (behavior.data & (~XkbKB_RGAllowNone));
99 if (behavior.data & XkbKB_RGAllowNone) {
130 if (behavior.type == XkbKB_Overlay1)
148 (behavior
[all...]
H A Dxkbtext.c1265 XkbBehaviorText(XkbDescPtr xkb, XkbBehavior * behavior, unsigned format) argument
1270 if (behavior->type == XkbKB_Default)
1273 snprintf(buf, sizeof(buf), "{ %3d, 0x%02x }", behavior->type,
1274 behavior->data);
1279 type = behavior->type & XkbKB_OpMask;
1280 permanent = ((behavior->type & XkbKB_Permanent) != 0);
1291 g = ((behavior->data) & (~XkbKB_RGAllowNone)) + 1;
1292 if (XkbKB_RGAllowNone & behavior->data) {
1309 kc = behavior->data;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_configless_context.spec118 required behavior in this corner case and applications should avoid
121 Future extensions may specify required behavior in this case.
H A DEXT_shader_integer_mix.spec81 #extension GL_EXT_shader_integer_mix : <behavior>
83 where <behavior> is as specified in section 3.3.
H A DMESA_texture_signed_rgba.spec128 about clamping behavior leaving this to the core specification
144 NV_texture_shader extension is supported, its specified behavior
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_configless_context.spec118 required behavior in this corner case and applications should avoid
121 Future extensions may specify required behavior in this case.
H A DEXT_shader_integer_mix.spec81 #extension GL_EXT_shader_integer_mix : <behavior>
83 where <behavior> is as specified in section 3.3.
H A DMESA_texture_signed_rgba.spec128 about clamping behavior leaving this to the core specification
144 NV_texture_shader extension is supported, its specified behavior
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp613 * when the shader requests "warn" behavior for this extension.
623 void set_flags(_mesa_glsl_parse_state *state, ext_behavior behavior) const;
798 * given behavior for this extension.
801 ext_behavior behavior) const
807 state->*(this->enable_flag) = (behavior != extension_disable);
808 state->*(this->warn_flag) = (behavior == extension_warn);
832 ext_behavior behavior; local in function:_mesa_glsl_process_extension
834 behavior = extension_warn;
836 behavior = extension_require;
838 behavior
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp584 * when the shader requests "warn" behavior for this extension.
594 void set_flags(_mesa_glsl_parse_state *state, ext_behavior behavior) const;
760 * given behavior for this extension.
763 ext_behavior behavior) const
769 state->*(this->enable_flag) = (behavior != extension_disable);
770 state->*(this->warn_flag) = (behavior == extension_warn);
794 ext_behavior behavior; local in function:_mesa_glsl_process_extension
796 behavior = extension_warn;
798 behavior = extension_require;
800 behavior
[all...]
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dd3d12.rst54 Environment variables that control the behavior of the D3D12 driver.
/xsrc/external/mit/xkbcomp/dist/
H A Dsymbols.c71 XkbBehavior behavior; member in struct:_KeyInfo
101 info->behavior.type = XkbKB_Default;
102 info->behavior.data = 0;
132 info->behavior.type = XkbKB_Default;
133 info->behavior.data = 0;
548 into->behavior = from->behavior;
1171 key->behavior.type = tmp.uval;
1191 key->behavior.type = XkbKB_Default;
1192 key->behavior
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.2.rst65 - vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
66 - vulkan/wsi/x11: Fix behavior of
H A D10.2.6.rst104 out-of-bound behavior
H A D12.0.5.rst77 - gallium/radeon: fix behavior of GLSL findLSB(0)
H A D17.3.9.rst105 - mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
H A D18.2.1.rst98 - winsys/virgl: avoid unintended behavior
152 - ac: revert new LLVM 7.0 behavior for fdiv
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dvelems.rst25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dvelems.rst25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
H A Drasterizer.rst132 GL/D3D1X behavior. If true, offset_units is a floating point offset
133 which isn't scaled (D3D9). Note that GL/D3D1X behavior has different
238 Undefined behavior is permitted if there is disagreement between
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbtext.c1455 XkbBehaviorText(XkbDescPtr xkb, XkbBehavior * behavior, unsigned format) argument
1460 if (behavior->type == XkbKB_Default)
1463 snprintf(buf, sizeof(buf), "{ %3d, 0x%02x }", behavior->type, behavior->data);
1468 type = behavior->type & XkbKB_OpMask;
1469 permanent = ((behavior->type & XkbKB_Permanent) != 0);
1479 g = ((behavior->data) & (~XkbKB_RGAllowNone)) + 1;
1480 if (XkbKB_RGAllowNone & behavior->data) {
1497 kc = behavior->data;
/xsrc/external/mit/fontconfig/dist/
H A Dconfig.h.in343 This macro does not affect the system headers' behavior.
358 /* Define to 1 if needed for POSIX-compatible behavior. */
362 /* Define to 2 if needed for POSIX-compatible behavior. */
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst84 There are several environment variables that control the behavior of EGL
201 the resources. The drivers are responsible to the correct behavior as
232 There is no defined behavior as to, for example, how ``glDrawBuffer``

Completed in 20 milliseconds

1234567891011>>