| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| Makefile.am | 2 # 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...] |
| 50-user.conf | 8 $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>
|
| 51-local.conf | 6 <include ignore_missing="yes">local.conf</include>
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_binary.c | 41 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->lds_size = MAX2(conf->lds_size, G_00B02C_EXTRA_LDS_SIZE(value)) [all...] |
| ac_binary.h | 55 struct ac_shader_config *conf);
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| run-test-conf.sh | 2 # 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 $TESTDIR/$ [all...] |
| run-test.sh | 91 s!@CACHEDIR@!$CACHEDIR!" < "$TESTDIR"/fonts.conf.in > fonts.conf 93 FONTCONFIG_FILE="$MyPWD"/fonts.conf 185 s!@CACHEDIR@!$TESTTMPDIR/cache.dir!" < "$TESTDIR"/fonts.conf.in > bind-fonts.conf 186 $BWRAP --bind / / --bind "$CACHEDIR" "$TESTTMPDIR"/cache.dir --bind "$FONTDIR" "$TESTTMPDIR"/fonts --bind .. "$TESTTMPDIR"/build --dev-bind /dev /dev --setenv FONTCONFIG_FILE "$TESTTMPDIR"/build/test/bind-fonts.conf "$TESTTMPDIR"/build/fc-match/fc-match"$EXEEXT" -f "%{file}\n" ":foundry=Misc" > xxx 187 $BWRAP --bind / / --bind "$CACHEDIR" "$TESTTMPDIR"/cache.dir --bind "$FONTDIR" "$TESTTMPDIR"/fonts --bind .. "$TESTTMPDIR"/build --dev-bind /dev /dev --setenv FONTCONFIG_FILE "$TESTTMPDIR"/build/test/bind-fonts.conf "$TESTTMPDIR"/build/test/test-bz106618"$EXEEXT" | sort > flist1 213 rm -rf "$TESTTMPDIR" out1 out2 xxx flist1 flist2 bind-fonts.conf 233 s!@CACHEDIR@!$TESTTMPDIR/cache.dir!" < "$TESTDIR"/fonts.conf.in > bind-fonts.conf [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| visualConfigs.c | 64 struct glCapabilitiesConfig *conf; local 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->multisample_buffers iterations (with at least 1 if equal to 0). We add [all...] |
| indirect.c | 77 __GLXconfig *conf); 90 makeFormat(__GLXconfig *conf); 132 __GLXconfig *conf, 157 context->base.config = conf; 164 context->pixelFormat = makeFormat(conf); 447 makeFormat(__GLXconfig *conf) 455 if (conf->doubleBufferMode) 458 if (conf->stereoMode) 462 attr[i++] = conf->redBits + conf->greenBits + conf->blueBits [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| visualConfigs.c | 66 struct glCapabilitiesConfig *conf; local 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->multisample_buffers iterations (with at least 1 if equal to 0). We add [all...] |
| indirect.c | 76 static __GLXdrawable * __glXAquaScreenCreateDrawable(ClientPtr client, __GLXscreen *screen, DrawablePtr pDraw, XID drawId, int type, XID glxDrawId, __GLXconfig *conf); 84 static CGLPixelFormatObj makeFormat(__GLXconfig *conf); 129 __GLXconfig *conf, 154 context->pixelFormat = makeFormat(conf); 423 static CGLPixelFormatObj makeFormat(__GLXconfig *conf) { 430 if(conf->doubleBufferMode) 433 if(conf->stereoMode) 437 attr[i++] = conf->redBits + conf->greenBits + conf->blueBits [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/ |
| egl_haiku.cpp | 80 _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 148 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf)); 149 if (!conf) 152 _eglInitConfig(&conf->base, disp, 1); 155 conf->base.RedSize = 8 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/ |
| egl_haiku.cpp | 80 _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 148 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf)); 149 if (!conf) 152 _eglInitConfig(&conf->base, disp, 1); 155 _eglSetConfigKey(&conf->base, EGL_RED_SIZE, 8) [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/ |
| meson-cmd-extract.py | 47 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.old/dist/bin/ |
| meson-cmd-extract.py | 47 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/src/egl/main/ |
| eglconfig.c | 59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) 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->ComponentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT 109 _EGLConfig *conf; local 838 _EGLConfig *conf = (_EGLConfig *) elem; local [all...] |
| eglconfig.h | 157 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) 161 *((EGLint *) ((char *) conf + offset)) = val; 169 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) 173 return *((EGLint *) ((char *) conf + offset)); 182 _eglLinkConfig(_EGLConfig *conf); 193 _eglGetConfigHandle(_EGLConfig *conf) 195 return (EGLConfig) conf; 200 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 204 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 208 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *disp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| eglconfig.c | 59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) 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->ComponentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT 109 _EGLConfig *conf; local 841 _EGLConfig *conf = (_EGLConfig *) elem; local [all...] |
| eglconfig.h | 157 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) 161 *((EGLint *) ((char *) conf + offset)) = val; 169 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) 173 return *((EGLint *) ((char *) conf + offset)); 182 _eglLinkConfig(_EGLConfig *conf); 193 _eglGetConfigHandle(_EGLConfig *conf) 195 return (EGLConfig) conf; 200 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 204 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 208 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *disp [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| spirv2dxil.c | 124 struct dxil_spirv_runtime_conf conf; local 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)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_binary.c | 217 struct ac_shader_config *conf, 252 conf->num_sgprs = MAX2(conf->num_sgprs, (G_00B028_SGPRS(value) + 1) * 8); 253 conf->num_vgprs = MAX2(conf->num_vgprs, (G_00B028_VGPRS(value) + 1) * 4); 254 conf->float_mode = G_00B028_FLOAT_MODE(value); 257 conf->lds_size = MAX2(conf->lds_size, G_00B02C_EXTRA_LDS_SIZE(value)); 260 conf->lds_size = MAX2(conf->lds_size, G_00B84C_LDS_SIZE(value)) [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| shtest.c | 367 InitUniforms(const struct config_file *conf, 372 for (i = 0; i < conf->num_uniforms; i++) { 375 if (strcmp(uniforms[j].name, conf->uniforms[i].name) == 0) { 376 uniforms[j].type = conf->uniforms[i].type; 377 uniforms[j].value[0] = conf->uniforms[i].value[0]; 378 uniforms[j].value[1] = conf->uniforms[i].value[1]; 379 uniforms[j].value[2] = conf->uniforms[i].value[2]; 380 uniforms[j].value[3] = conf->uniforms[i].value[3]; 484 ReadConfigFile(const char *filename, struct config_file *conf) 495 conf->num_uniforms = 0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| egl_wgl.c | 44 wgl_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) 46 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 49 if (!_eglMatchConfig(conf, criteria)) 58 struct wgl_egl_config *conf; local 142 conf = (struct wgl_egl_config *)matching_config; 144 if (!conf->stw_config[double_buffer]) 145 conf->stw_config[double_buffer] = stw_config; 151 conf = calloc(1, sizeof * conf); 152 if (conf == NULL [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| init-stage1.sh | 17 echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
| /xsrc/external/mit/ttf-bitstream-vera/dist/ |
| local.conf | 3 <!-- /etc/fonts.conf file to configure system font access -->
|