HomeSort by: relevance | last modified time | path
    Searched refs:setting (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
README.md 9 It is possible to select a specific GPU model by setting the ETNA_SHIM_GPU
  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvfeat.c 55 FT_UShort setting; member in struct:GXV_feat_DataRec_
169 FT_UShort setting; local
172 GXV_NAME_ENTER( "setting" );
176 setting = FT_NEXT_USHORT( p );
178 /* If we have exclusive setting, the setting should be odd. */
179 if ( exclusive && ( setting & 1 ) == 0 )
184 GXV_FEAT_DATA( setting ) = setting;
238 /* If exclusive, check whether default setting is in the range. *
    [all...]
  /xsrc/external/mit/setxkbmap/dist/
setxkbmap.c 92 struct setting { struct
93 char const *name; /* Human-readable setting name. Used for error reporting. */
98 typedef struct setting setting_t;
183 static void trySetString(setting_t * setting, char *newVal, enum source src);
184 static Bool setOptString(int *arg, int argc, char **argv, setting_t *setting, enum source src);
319 trySetString(setting_t *setting, char *newVal, enum source src)
321 if (setting->value != NULL)
323 if (setting->src == src)
326 setting->name, srcName[src]);
328 setting->value, newVal)
    [all...]
  /xsrc/external/mit/xterm/dist/
koi8rxterm 102 echo "$whoami tried to use locale $value by setting \$$name" >&2
105 by setting \$$name to "${value}".
uxterm 136 echo "$whoami tried to use locale $value by setting \$$name" >&2
139 by setting \$$name to "${value}".
util.c 5611 TRACE(("special case, setting oldXtermFKeys\n"));
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_genexec.py 249 for setting in sorted(settings_by_condition[condition]):
250 print(' {0}'.format(setting))
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_genexec.py 255 for setting in sorted(settings_by_condition[condition]):
256 print(' {0}'.format(setting))
  /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
fdperf.c 758 static config_setting_t *setting; variable
772 config_setting_get_member(setting, group->group->name);
801 setting = config_setting_get_member(root, str);
802 if (!setting)
803 setting = config_setting_add(root, str, CONFIG_TYPE_GROUP);
815 config_setting_get_member(setting, group->group->name);
819 config_setting_add(setting, group->group->name, CONFIG_TYPE_GROUP);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_control.spec 101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_control.spec 101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 58 * Added code to clear the PLL bypass bit when setting the dot PLL.
106 * Added support for 8K pitch when setting a true color mode above 1024x768
238 * Disabled all CSC when setting an RGB video format.
312 * Fixed improper setting of VGA attrubute controller index register.
  /xsrc/external/mit/fontconfig/dist/doc/
fcconfig.fncs 103 disabled. The previous setting of the value is returned.
206 An interval setting of zero disables automatic checks.
218 An interval setting of zero disables automatic checks.
279 Calls FcConfigSubstituteWithPat setting p_pat to NULL. Returns FcFalse
450 When setting this on the current config this causes changing current config
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorgconf.cpp 164 # Then to change the language, change the Layout setting.
209 # protocol setting can be used when using a newer PnP mouse:
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
xorgconf.cpp 170 # Then to change the language, change the Layout setting.
215 # protocol setting can be used when using a newer PnP mouse:
  /xsrc/external/mit/xterm/dist/vttests/
palettes.pl 1018 -d FILE dump palette to file after setting colors
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 148 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
gm107.asm 171 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
gk104.asm 606 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 148 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
gm107.asm 171 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)
gk104.asm 606 // range [1, 2) by setting exponent field to 0x3ff (the exponent of 1)

Completed in 52 milliseconds