Searched refs:setting (Results 1 - 25 of 377) sorted by relevance

1234567891011>>

/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvfeat.c55 FT_UShort setting; member in struct:GXV_feat_DataRec_
169 FT_UShort setting; local in function:gxv_feat_setting_validate
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 i
[all...]
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A DREADME.md9 It is possible to select a specific GPU model by setting the ETNA_SHIM_GPU
/xsrc/external/mit/xsetroot/dist/
H A DREADME.md1 xsetroot - root window parameter setting utility for X
/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c92 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) argument
321 if (setting->value != NULL)
323 if (setting->src == src)
326 setting->name, srcName[src]);
328 setting
345 setOptString(int * arg,int argc,char ** argv,setting_t * setting,enum source src) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_genexec.py255 for setting in sorted(settings_by_condition[condition]):
256 print(' {0}'.format(setting))
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_genexec.py249 for setting in sorted(settings_by_condition[condition]):
250 print(' {0}'.format(setting))
/xsrc/external/mit/xterm/dist/
H A Dkoi8rxterm102 echo "$whoami tried to use locale $value by setting \$$name" >&2
105 by setting \$$name to "${value}".
H A Duxterm136 echo "$whoami tried to use locale $value by setting \$$name" >&2
139 by setting \$$name to "${value}".
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Ddtrace_support.cmake1 # Try setting up some bits for dtrace.
14 message(STATUS "Found ctfconvert/ctfmerge, setting up CTF info for dtrace.")
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.5.rst81 - r600g: allow setting geometry shader sampler states
85 - i965/bdw: Fix setting the instancing state for the SGVS element
H A D19.0.7.rst51 - svga: Remove unnecessary check for the pre flush bit for setting
112 - radv: fix setting CB_SHADER_MASK for dual source blending
H A D10.1.4.rst64 - nv50: fix setting of texture ms info to be per-stage
H A D10.5.8.rst79 - egl: fix setting context flags
H A D17.1.2.rst50 setting.
108 - anv: Stop setting BO flags in bo_init_new
123 - cherry-ignore: anv: Stop setting BO flags in bo_init_new
H A D11.0.6.rst51 - radeonsi: enable optimal raster config setting for fiji (v2)
H A D18.1.1.rst92 - intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
H A D18.1.2.rst124 - radv: add a workaround for DXVK hangs by setting
H A D19.1.6.rst91 - radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A DREADME.md20 You choose the backend by setting `LD_PRELOAD` to the shim you want.
/xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
H A Dfdperf.c758 static config_setting_t *setting; variable in typeref:typename:config_setting_t *
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/libdrm/dist/man/
H A Ddrm.7.rst47 allowed to perform mode-setting or modify core state and only one user
59 implement a kernel interface to perform mode-setting called *Kernel Mode
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_swap_control.spec101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst32 to the working directory. For example, setting it to "trace.xml" will cause
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_swap_control.spec101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dsampler.rst110 Set to zero to disable anisotropic filtering. Any other setting enables
112 change their filtering with a setting of 2 and higher.

Completed in 24 milliseconds

1234567891011>>