| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbPrKeyEv.c | 52 XkbBehavior behavior; local 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.data >= xkbi->desc->min_key_code) & [all...] |
| xkbtext.c | 1265 XkbBehaviorText(XkbDescPtr xkb, XkbBehavior * behavior, unsigned format) 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/xorg-server.old/dist/xkb/ |
| xkbPrKeyEv.c | 52 XkbBehavior behavior; local 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.data>=xkbi->desc->min_key_code)& [all...] |
| xkbtext.c | 1161 XkbBehaviorText(XkbDescPtr xkb,XkbBehavior *behavior,unsigned format) 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/MesaLib/dist/docs/_extra/specs/ |
| 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.
|
| EXT_shader_integer_mix.spec | 81 #extension GL_EXT_shader_integer_mix : <behavior> 83 where <behavior> is as specified in section 3.3.
|
| 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
|
| MESA_multithread_makecurrent.spec | 45 This new behavior matches the requirements of AGL, while providing 148 This was ignored in the initial revision of the spec. Behavior
|
| MESA_query_renderer.spec | 351 Version 2, 2012/09/04 - Specify behavior of implementations that
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| 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.
|
| EXT_shader_integer_mix.spec | 81 #extension GL_EXT_shader_integer_mix : <behavior> 83 where <behavior> is as specified in section 3.3.
|
| 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
|
| MESA_multithread_makecurrent.spec | 45 This new behavior matches the requirements of AGL, while providing 148 This was ignored in the initial revision of the spec. Behavior
|
| MESA_query_renderer.spec | 351 Version 2, 2012/09/04 - Specify behavior of implementations that
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| 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; 834 behavior = extension_warn; 836 behavior = extension_require; 838 behavior = extension_enable [all...] |
| glsl_parser_extras.h | 1021 * If \c name and \c behavior are valid, \c true is returned. Otherwise 1025 const char *behavior,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| 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; 796 behavior = extension_warn; 798 behavior = extension_require; 800 behavior = extension_enable [all...] |
| glsl_parser_extras.h | 984 * If \c name and \c behavior are valid, \c true is returned. Otherwise 988 const char *behavior,
|
| /xsrc/external/mit/xkbcomp/dist/ |
| 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; 561 into->behavior = from->behavior; 1188 key->behavior.type = tmp.uval; 1208 key->behavior.type = XkbKB_Default; 1209 key->behavior.data = 0 [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| xkbtext.c | 1455 XkbBehaviorText(XkbDescPtr xkb, XkbBehavior * behavior, unsigned format) 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/MesaLib/dist/src/util/ |
| 00-mesa-defaults.conf | 302 OpenGL behavior. Older SPECviewperf versions might also need this. 651 non-specified OpenGL behavior (expecting texture names to be
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| gk110.asm | 121 // behavior is both seen on the CPU and the blob
|
| gm107.asm | 136 // behavior is both seen on the CPU and the blob
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| gk110.asm | 121 // behavior is both seen on the CPU and the blob
|
| gm107.asm | 136 // behavior is both seen on the CPU and the blob
|