Searched refs:conf (Results 1 - 25 of 660) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/conf.d/
H A DMakefile.am2 # fontconfig/conf.d/Makefile.am
27 35-lang-normalize.conf \
33 10-hinting-$(PREFERRED_HINTING).conf \
34 10-scale-bitmap-fonts.conf \
35 10-yes-antialias.conf \
36 10-sub-pixel-$(PREFERRED_SUB_PIXEL_RENDERING).conf \
37 11-lcdfilter-default.conf \
38 20-unhint-small-vera.conf \
39 30-metric-aliases.conf \
40 40-nonlatin.conf \
[all...]
H A D50-user.conf8 $HOME/.config/fontconfig/conf.d
9 $HOME/.config/fontconfig/fonts.conf
11 <include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
12 <include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
14 <include ignore_missing="yes" deprecated="yes">~/.fonts.conf.d</include>
15 <include ignore_missing="yes" deprecated="yes">~/.fonts.conf</include>
H A D51-local.conf6 <include ignore_missing="yes">local.conf</include>
H A DMakefile.in18 # fontconfig/conf.d/Makefile.am
114 subdir = conf.d
385 35-lang-normalize.conf \
391 10-hinting-$(PREFERRED_HINTING).conf \
392 10-scale-bitmap-fonts.conf \
393 10-yes-antialias.conf \
394 10-sub-pixel-$(PREFERRED_SUB_PIXEL_RENDERING).conf \
395 11-lcdfilter-default.conf \
396 20-unhint-small-vera.conf \
397 30-metric-aliases.conf \
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/conf/
H A DMakefile.am23 dist_config_DATA = 10-amdgpu.conf
/xsrc/external/mit/xf86-video-ati-kms/dist/conf/
H A DMakefile.am23 dist_config_DATA = 10-radeon.conf
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_binary.c41 struct ac_shader_config *conf)
55 conf->num_vgprs = MAX2(conf->num_vgprs, (G_00B028_VGPRS(value) + 1) * 8);
57 conf->num_vgprs = MAX2(conf->num_vgprs, (G_00B028_VGPRS(value) + 1) * 4);
59 conf->num_sgprs = MAX2(conf->num_sgprs, (G_00B028_SGPRS(value) + 1) * 8);
61 conf->float_mode = G_00B028_FLOAT_MODE(value);
62 conf->rsrc1 = value;
65 conf
39 ac_parse_shader_binary_config(const char * data,size_t nbytes,unsigned wave_size,bool really_needs_scratch,const struct radeon_info * info,struct ac_shader_config * conf) argument
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/examples/
H A DMakefile.am22 doc_DATA = spiceqxl.xorg.conf.example
24 EXTRA_DIST = spiceqxl.xorg.conf.example
/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test-conf.sh2 # test/run-test-conf.sh
34 RUNNER=../test/test-conf$EXEEXT
43 45-generic.conf \
44 60-generic.conf \
45 90-synthetic.conf \
47 test_json=$(echo test-$i|sed s'/\.conf/.json/')
48 echo $RUNNER $TESTDIR/../conf.d/$i $TESTDIR/$test_json
49 $RUNNER $TESTDIR/../conf.d/$i $TESTDIR/$test_json
56 $RUNNER $TESTDIR/../conf.d/10-autohint.conf
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/doc/man/
H A DMakefile.am3 fileman_PRE = xorg.conf.man xorg.conf.d.man
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A DvisualConfigs.c66 struct glCapabilitiesConfig *conf; local in function:__glXAquaCreateVisualConfigs
75 conf->stereo is 0 or 1, but we need at least 1 iteration of the loop,
76 so we treat a true conf->stereo as 2.
80 conf->aux_buffers (when available/non-zero) result in 2 iterations instead of 1.
82 conf->buffers indicates whether we have single or double buffering.
84 conf->total_stencil_bit_depths
86 conf->total_color_buffers indicates the RGB/RGBA color depths.
88 conf->total_accum_buffers iterations for accum (with at least 1 if equal to 0)
90 conf->total_depth_buffer_depths
92 conf
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A DvisualConfigs.c64 struct glCapabilitiesConfig *conf; local in function:__glXAquaCreateVisualConfigs
73 conf->stereo is 0 or 1, but we need at least 1 iteration of the loop,
74 so we treat a true conf->stereo as 2.
78 conf->aux_buffers (when available/non-zero) result in 2 iterations instead of 1.
80 conf->buffers indicates whether we have single or double buffering.
82 conf->total_stencil_bit_depths
84 conf->total_color_buffers indicates the RGB/RGBA color depths.
86 conf->total_accum_buffers iterations for accum (with at least 1 if equal to 0)
88 conf->total_depth_buffer_depths
90 conf
[all...]
H A Dindirect.c77 __GLXconfig *conf);
90 makeFormat(__GLXconfig *conf);
132 __GLXconfig *conf,
157 context->base.config = conf;
164 context->pixelFormat = makeFormat(conf);
447 makeFormat(__GLXconfig *conf) argument
455 if (conf->doubleBufferMode)
458 if (conf->stereoMode)
462 attr[i++] = conf->redBits + conf
131 __glXAquaScreenCreateContext(__GLXscreen * screen,__GLXconfig * conf,__GLXcontext * baseShareContext,unsigned num_attribs,const uint32_t * attribs,int * error) argument
582 __glXAquaScreenCreateDrawable(ClientPtr client,__GLXscreen * screen,DrawablePtr pDraw,XID drawId,int type,XID glxDrawId,__GLXconfig * conf) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
92 conf, attrib_list)) {
117 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list)
125 _EGLConfig *conf, const EGLint *attrib_list)
147 struct haiku_egl_config* conf; local in function:haiku_add_configs_for_visuals
148 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf));
149 if (!conf)
152 _eglInitConfig(&conf->base, disp, 1);
155 _eglSetConfigKey(&conf
79 haiku_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
116 haiku_create_pixmap_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_pixmap,const EGLint * attrib_list) argument
124 haiku_create_pbuffer_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,const EGLint * attrib_list) argument
243 haiku_create_context(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,_EGLContext * share_list,const EGLint * attrib_list) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
92 conf, attrib_list, native_window)) {
117 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list)
125 _EGLConfig *conf, const EGLint *attrib_list)
147 struct haiku_egl_config* conf; local in function:haiku_add_configs_for_visuals
148 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf));
149 if (!conf)
152 _eglInitConfig(&conf->base, disp, 1);
155 conf
79 haiku_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
116 haiku_create_pixmap_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_pixmap,const EGLint * attrib_list) argument
124 haiku_create_pbuffer_surface(_EGLDisplay * disp,_EGLConfig * conf,const EGLint * attrib_list) argument
240 haiku_create_context(_EGLDisplay * disp,_EGLConfig * conf,_EGLContext * share_list,const EGLint * attrib_list) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson-cmd-extract.py47 conf = configparser.ConfigParser()
49 conf.read_file(f)
50 return conf
53 def build_cmd(conf: configparser.ConfigParser) -> str:
56 for k, v in conf['options'].items():
62 cf = conf['properties'].get('cross_file')
65 nf = conf['properties'].get('native_file')
82 conf = load_config(path)
83 cmd = build_cmd(conf)
/xsrc/external/mit/MesaLib/dist/bin/
H A Dmeson-cmd-extract.py47 conf = configparser.ConfigParser()
49 conf.read_file(f)
50 return conf
53 def build_cmd(conf: configparser.ConfigParser) -> str:
56 for k, v in conf['options'].items():
62 cf = conf['properties'].get('cross_file')
65 nf = conf['properties'].get('native_file')
82 conf = load_config(path)
83 cmd = build_cmd(conf)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/man/
H A DMakefile.am3 fileman_PRE = xorg.conf.man xorg.conf.d.man
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglconfig.c59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) argument
61 memset(conf, 0, sizeof(*conf));
63 conf->Display = disp;
66 conf->ConfigID = id;
67 conf->ConfigCaveat = EGL_NONE;
68 conf->TransparentType = EGL_NONE;
69 conf->NativeVisualType = EGL_NONE;
70 conf->ColorBufferType = EGL_RGB_BUFFER;
71 conf
82 _eglLinkConfig(_EGLConfig * conf) argument
109 _EGLConfig *conf; local in function:_eglLookupConfig
273 _eglValidateConfig(const _EGLConfig * conf,EGLBoolean for_matching) argument
446 _eglMatchConfig(const _EGLConfig * conf,const _EGLConfig * criteria) argument
500 _eglIsConfigAttribValid(_EGLConfig * conf,EGLint attr) argument
524 _eglParseConfigAttribList(_EGLConfig * conf,_EGLDisplay * disp,const EGLint * attrib_list) argument
777 _eglFallbackMatch(const _EGLConfig * conf,void * priv_data) argument
815 _eglGetConfigAttrib(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,EGLint attribute,EGLint * value) argument
841 _EGLConfig *conf = (_EGLConfig *) elem; local in function:_eglFlattenConfig
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglconfig.c59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) argument
61 memset(conf, 0, sizeof(*conf));
63 conf->Display = disp;
66 conf->ConfigID = id;
67 conf->ConfigCaveat = EGL_NONE;
68 conf->TransparentType = EGL_NONE;
69 conf->NativeVisualType = EGL_NONE;
70 conf->ColorBufferType = EGL_RGB_BUFFER;
71 conf
82 _eglLinkConfig(_EGLConfig * conf) argument
109 _EGLConfig *conf; local in function:_eglLookupConfig
273 _eglValidateConfig(const _EGLConfig * conf,EGLBoolean for_matching) argument
446 _eglMatchConfig(const _EGLConfig * conf,const _EGLConfig * criteria) argument
500 _eglIsConfigAttribValid(_EGLConfig * conf,EGLint attr) argument
524 _eglParseConfigAttribList(_EGLConfig * conf,_EGLDisplay * disp,const EGLint * attrib_list) argument
774 _eglFallbackMatch(const _EGLConfig * conf,void * priv_data) argument
812 _eglGetConfigAttrib(_EGLDisplay * disp,_EGLConfig * conf,EGLint attribute,EGLint * value) argument
838 _EGLConfig *conf = (_EGLConfig *) elem; local in function:_eglFlattenConfig
[all...]
/xsrc/external/mit/fontconfig/dist/
H A DMakefile.am26 fc-pattern fc-query fc-scan fc-validate conf.d \
27 its po po-conf test
35 conf.d/link_confs.py \
36 conf.d/write-35-lang-normalize-conf.py \
55 fonts.conf.in \
60 CLEANFILES = fonts.conf
114 fonts.conf: fonts.conf.in Makefile
125 install-data-local: fonts.conf
[all...]
/xsrc/external/mit/xf86-input-synaptics/dist/conf/
H A DMakefile.am23 dist_config_DATA = 50-synaptics.conf
/xsrc/external/mit/xorg-server.old/dist/config/
H A DMakefile.am14 xorgconfd_DATA = 10-evdev.conf
26 dbusconfig_DATA = xorg-server.conf
41 EXTRA_DIST = xorg-server.conf x11-input.fdi 10-evdev.conf fdi2iclass.py
/xsrc/external/mit/xf86-input-synaptics/dist/
H A DMakefile.am25 --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d'
27 SUBDIRS = include src man tools conf test
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c124 struct dxil_spirv_runtime_conf conf; local in function:main
125 memset(&conf, 0, sizeof(conf));
126 conf.runtime_data_cbv.base_shader_register = 0;
127 conf.runtime_data_cbv.register_space = 31;
128 conf.zero_based_vertex_instance_id = true;
134 &conf, &obj)) {

Completed in 11 milliseconds

1234567891011>>