| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbPrKeyEv.c | 52 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 D | xkbtext.c | 1161 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 D | xkbPrKeyEv.c | 52 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 D | xkbtext.c | 1265 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 D | MESA_configless_context.spec | 118 required behavior in this corner case and applications should avoid 121 Future extensions may specify required behavior in this case.
|
| H A D | EXT_shader_integer_mix.spec | 81 #extension GL_EXT_shader_integer_mix : <behavior> 83 where <behavior> is as specified in section 3.3.
|
| H A D | MESA_texture_signed_rgba.spec | 128 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 D | MESA_configless_context.spec | 118 required behavior in this corner case and applications should avoid 121 Future extensions may specify required behavior in this case.
|
| H A D | EXT_shader_integer_mix.spec | 81 #extension GL_EXT_shader_integer_mix : <behavior> 83 where <behavior> is as specified in section 3.3.
|
| H A D | MESA_texture_signed_rgba.spec | 128 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 D | glsl_parser_extras.cpp | 613 * 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 D | glsl_parser_extras.cpp | 584 * 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 D | d3d12.rst | 54 Environment variables that control the behavior of the D3D12 driver.
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | symbols.c | 71 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 D | 13.0.2.rst | 65 - vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR 66 - vulkan/wsi/x11: Fix behavior of
|
| H A D | 10.2.6.rst | 104 out-of-bound behavior
|
| H A D | 12.0.5.rst | 77 - gallium/radeon: fix behavior of GLSL findLSB(0)
|
| H A D | 17.3.9.rst | 105 - mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
|
| H A D | 18.2.1.rst | 98 - 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 D | velems.rst | 25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | velems.rst | 25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
|
| H A D | rasterizer.rst | 132 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 D | xkbtext.c | 1455 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 D | config.h.in | 343 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 D | egl.rst | 84 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``
|