| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_perf.h | 29 void iris_perf_init_vtbl(struct intel_perf_config *cfg);
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | test-bz1744377.c | 39 FcConfig *cfg = FcConfigCreate (); local in function:main 41 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue)) 43 if (FcConfigParseAndLoadFromMemory (cfg, doc2, FcTrue)) 45 if (!FcConfigParseAndLoadFromMemory (cfg, doc2, FcFalse)) 48 FcConfigDestroy (cfg);
|
| H A D | test-issue180.c | 41 FcConfig *cfg = FcConfigCreate (); local in function:main 45 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue)) 50 l = FcConfigGetCacheDirs (cfg); 57 FcConfigDestroy (cfg); 59 cfg = FcConfigCreate (); 60 if (!FcConfigParseAndLoadFromMemory (cfg, doc2, FcTrue)) 65 l = FcConfigGetCacheDirs (cfg); 72 FcConfigDestroy (cfg);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_encoder.h | 100 pan_pack(attr, ATTRIBUTE_VERTEX_ID, cfg) { 102 cfg.divisor_r = __builtin_ctz(padded_count); 103 cfg.divisor_p = padded_count >> (cfg.divisor_r + 1); 106 cfg.divisor_r = 0x1F; 107 cfg.divisor_p = 0x4; 117 pan_pack(attr, ATTRIBUTE_INSTANCE_ID, cfg) { 120 cfg.divisor_p = ((1u << 31) - 1); 121 cfg.divisor_r = 0x1F; 122 cfg [all...] |
| H A D | pan_cs.c | 266 pan_pack(zs_crc_ext, ZS_CRC_EXTENSION, cfg) { 267 pan_prepare_crc(fb, rt_crc, &cfg); 268 cfg.zs_clean_pixel_write_enable = fb->zs.clear.z || fb->zs.clear.s; 269 pan_prepare_zs(fb, &cfg); 270 pan_prepare_s(fb, &cfg); 348 struct MALI_RENDER_TARGET *cfg) 364 cfg->srgb = true; 369 cfg->internal_format = fmt.internal; 370 cfg->writeback_format = fmt.writeback; 381 cfg 347 pan_rt_init_format(const struct pan_image_view * rt,struct MALI_RENDER_TARGET * cfg) argument 391 pan_prepare_rt(const struct pan_fb_info * fb,unsigned idx,unsigned cbuf_offset,struct MALI_RENDER_TARGET * cfg) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 147 pan_pack(attrib, ATTRIBUTE, cfg) { 149 cfg.buffer_index = varyings->varying[loc].buf; 150 cfg.offset = varyings->varying[loc].offset; 152 cfg.buffer_index = 156 cfg.offset_enable = PAN_ARCH == 5; 157 cfg.format = panvk_varying_hw_format(dev, varyings, stage, idx); 179 pan_pack(buf, ATTRIBUTE_BUFFER, cfg) { 183 cfg.type = 0; 184 cfg.special = special_id; 190 cfg [all...] |
| H A D | panvk_vX_meta.c | 41 pan_pack(vp.cpu, VIEWPORT, cfg) { 42 cfg.scissor_minimum_x = minx; 43 cfg.scissor_minimum_y = miny; 44 cfg.scissor_maximum_x = maxx; 45 cfg.scissor_maximum_y = maxy;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | gen7_l3_state.c | 71 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg) argument 74 const bool has_dc = cfg->n[GEN_L3P_DC] || cfg->n[GEN_L3P_ALL]; 75 const bool has_is = cfg->n[GEN_L3P_IS] || cfg->n[GEN_L3P_RO] || 76 cfg->n[GEN_L3P_ALL]; 77 const bool has_c = cfg->n[GEN_L3P_C] || cfg->n[GEN_L3P_RO] || 78 cfg->n[GEN_L3P_ALL]; 79 const bool has_t = cfg 194 update_urb_size(struct brw_context * brw,const struct gen_l3_config * cfg) argument 237 const struct gen_l3_config *const cfg = local in function:emit_l3_state 303 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo); local in function:gen7_restore_default_l3_config [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | gfx7_l3_state.c | 71 setup_l3_config(struct brw_context *brw, const struct intel_l3_config *cfg) argument 74 const bool has_dc = cfg->n[INTEL_L3P_DC] || cfg->n[INTEL_L3P_ALL]; 75 const bool has_is = cfg->n[INTEL_L3P_IS] || cfg->n[INTEL_L3P_RO] || 76 cfg->n[INTEL_L3P_ALL]; 77 const bool has_c = cfg->n[INTEL_L3P_C] || cfg->n[INTEL_L3P_RO] || 78 cfg->n[INTEL_L3P_ALL]; 79 const bool has_t = cfg 195 update_urb_size(struct brw_context * brw,const struct intel_l3_config * cfg) argument 238 const struct intel_l3_config *const cfg = local in function:brw_emit_l3_state 304 const struct intel_l3_config *const cfg = intel_get_default_l3_config(devinfo); local in function:gfx7_restore_default_l3_config [all...] |
| /xsrc/external/mit/xcursor-themes/dist/handhelds/ |
| H A D | Makefile.cursors | 8 EXTRA_DIST = Makefile.cfg Makefile.cursors 11 $(XCURSORGEN) -p $(top_srcdir)/redglass $(srcdir)/X_cursor.cfg X_cursor 13 EXTRA_DIST += X_cursor.cfg 16 $(XCURSORGEN) -p $(top_srcdir)/redglass $(srcdir)/based_arrow_down.cfg based_arrow_down 18 EXTRA_DIST += based_arrow_down.cfg 21 $(XCURSORGEN) -p $(top_srcdir)/redglass $(srcdir)/based_arrow_up.cfg based_arrow_up 23 EXTRA_DIST += based_arrow_up.cfg 26 $(XCURSORGEN) -p $(top_srcdir)/redglass $(srcdir)/bottom_left_corner.cfg bottom_left_corner 28 EXTRA_DIST += bottom_left_corner.cfg 31 $(XCURSORGEN) -p $(top_srcdir)/redglass $(srcdir)/bottom_right_corner.cfg bottom_right_corne [all...] |
| H A D | Makefile.am | 5 Makefile.cursors: $(srcdir)/Makefile.cfg 6 $(top_srcdir)/genmakefile.sh $(srcdir)/Makefile.cfg > $@
|
| H A D | Makefile.in | 280 @HANDHELDS_TRUE@EXTRA_DIST = Makefile.cfg Makefile.cursors \ 281 @HANDHELDS_TRUE@ X_cursor.cfg based_arrow_down.cfg \ 282 @HANDHELDS_TRUE@ based_arrow_up.cfg bottom_left_corner.cfg \ 283 @HANDHELDS_TRUE@ bottom_right_corner.cfg bottom_side.cfg \ 284 @HANDHELDS_TRUE@ bottom_tee.cfg center_ptr.cfg circle.cfg \ [all...] |
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | cfgparse.y | 118 CfgEntryPtr cfg; 119 cfg= calloc(1,sizeof(CfgEntryRec)); 120 if (cfg) { 121 cfg->entry_type= VariableDef; 122 cfg->event_type= 0; 123 cfg->name.str= $1; 124 cfg->action.type= UnknownAction; 125 cfg->action.text= $3; 126 cfg->action.priv= 0; 127 cfg [all...] |
| H A D | xkbevd.c | 81 "-cfg <file> Specify a config file\n" 104 else if (strcmp(argv[i], "-cfg") == 0) { 263 InterpretConfigs(CfgEntryPtr cfg) argument 265 config = cfg; 266 while (cfg != NULL) { 267 char *name = cfg->name.str; 268 if (cfg->entry_type == VariableDef) { 272 soundDir = cfg->action.text; 273 cfg->name.str = NULL; 274 cfg 370 CfgEntryPtr cfg, dflt; local in function:FindMatchingConfig 406 CfgEntryPtr cfg; local in function:ProcessMatchingConfig [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_l3_config.c | 201 gen_get_l3_config_weights(const struct gen_l3_config *cfg) argument 203 if (cfg) { 207 w.w[i] = cfg->n[i]; 275 const struct gen_l3_config *const cfg = get_l3_configs(devinfo); local in function:gen_get_default_l3_config 276 assert(cfg == gen_get_l3_config(devinfo, 278 return cfg; 293 for (const struct gen_l3_config *cfg = cfgs; cfg->n[GEN_L3P_URB]; cfg++) { local in function:gen_get_l3_config 294 const float dw = gen_diff_l3_weights(w0, gen_get_l3_config_weights(cfg)); 330 gen_get_l3_config_urb_size(const struct gen_device_info * devinfo,const struct gen_l3_config * cfg) argument 350 gen_dump_l3_config(const struct gen_l3_config * cfg,FILE * fp) argument [all...] |
| H A D | gen_l3_config.h | 80 gen_get_l3_config_weights(const struct gen_l3_config *cfg); 91 const struct gen_l3_config *cfg); 93 void gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp);
|
| /xsrc/external/mit/xcursor-themes/dist/whiteglass/ |
| H A D | Makefile.am | 5 Makefile.cursors: $(srcdir)/Makefile.cfg 6 $(top_srcdir)/genmakefile.sh $(srcdir)/Makefile.cfg > $@
|
| H A D | Makefile.cursors | 8 EXTRA_DIST = Makefile.cfg Makefile.cursors gumby-128.png basic_arrow-16.png basic_arrow-24.png basic_arrow-32.png basic_arrow-48.png basic_arrow-64.png basic_arrow.cfg basic_arrow.xcf 11 $(XCURSORGEN) -p $(srcdir) $(srcdir)/X_cursor.cfg X_cursor 13 EXTRA_DIST += X_cursor-16.png X_cursor-24.png X_cursor-32.png X_cursor-48.png X_cursor-64.png X_cursor.cfg X_cursor.xcf 16 $(XCURSORGEN) -p $(srcdir) $(srcdir)/base_arrow_down.cfg base_arrow_down 18 EXTRA_DIST += base_arrow_down-16.png base_arrow_down-24.png base_arrow_down-32.png base_arrow_down-48.png base_arrow_down-64.png base_arrow_down.cfg base_arrow_down.xcf 21 $(XCURSORGEN) -p $(srcdir) $(srcdir)/base_arrow_up.cfg base_arrow_up 23 EXTRA_DIST += base_arrow_up-16.png base_arrow_up-24.png base_arrow_up-32.png base_arrow_up-48.png base_arrow_up-64.png base_arrow_up.cfg base_arrow_up.xcf 26 $(XCURSORGEN) -p $(srcdir) $(srcdir)/boat.cfg boat 28 EXTRA_DIST += boat-16.png boat-24.png boat-32.png boat-48.png boat-64.png boat.cfg boa [all...] |
| /xsrc/external/mit/xcursor-themes/dist/redglass/ |
| H A D | Makefile.am | 5 Makefile.cursors: $(srcdir)/Makefile.cfg 6 $(top_srcdir)/genmakefile.sh $(srcdir)/Makefile.cfg > $@
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 190 agx_pack(out, RASTERIZER_FACE, cfg) { 191 cfg.depth_function = z_func; 192 cfg.disable_depth_write = disable_z_write; 195 cfg.stencil_write_mask = st.writemask; 196 cfg.stencil_read_mask = st.valuemask; 198 cfg.depth_pass = agx_stencil_ops[st.zpass_op]; 199 cfg.depth_fail = agx_stencil_ops[st.zfail_op]; 200 cfg.stencil_fail = agx_stencil_ops[st.fail_op]; 202 cfg.stencil_compare = (enum agx_zs_func) st.func; 204 cfg [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | create_context.c | 42 struct glx_config *const cfg = (struct glx_config *) config; local in function:glXCreateContextAttribsARB 52 if (dpy == NULL || cfg == NULL) 59 psc = GetGLXScreenConfigs(dpy, cfg->screen); 63 assert(cfg->screen == psc->scr); 78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs, 85 gc = applegl_create_context(psc, cfg, share, 0); 87 gc = indirect_create_context_attribs(psc, cfg, share, num_attribs, 107 cfg->fbconfigID, 108 cfg->screen,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_perf.cc | 36 , cfg {intel_perf_new(ralloc_cfg)} 44 intel_perf_init_metrics(cfg, 64 , cfg {o.cfg} 72 o.cfg = nullptr; 81 std::swap(cfg, o.cfg); 104 for (int i = 0; i < cfg->n_queries; ++i) { 105 struct intel_perf_query_info query = cfg->queries[i]; 116 assert(cfg [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_l3_config.c | 213 intel_get_l3_config_weights(const struct intel_l3_config *cfg) argument 215 if (cfg) { 219 w.w[i] = cfg->n[i]; 290 const struct intel_l3_config *const cfg = &list->configs[0]; local in function:intel_get_default_l3_config 291 assert(cfg == intel_get_l3_config(devinfo, 293 return cfg; 313 const struct intel_l3_config *cfg = &cfgs[i]; local in function:intel_get_l3_config 314 const float dw = intel_diff_l3_weights(w0, intel_get_l3_config_weights(cfg)); 317 cfg_best = cfg; 352 const struct intel_l3_config *cfg) 351 intel_get_l3_config_urb_size(const struct intel_device_info * devinfo,const struct intel_l3_config * cfg) argument 375 intel_dump_l3_config(const struct intel_l3_config * cfg,FILE * fp) argument [all...] |
| H A D | intel_l3_config.h | 80 intel_get_l3_config_weights(const struct intel_l3_config *cfg); 91 const struct intel_l3_config *cfg); 93 void intel_dump_l3_config(const struct intel_l3_config *cfg, FILE *fp);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 518 __GLXvisualConfig *cfg = configs + (*nconfigs); local in function:GetGLXVisualConfigsFromFBConfigs 548 memcpy(cfg, &glxConfigs[j], sizeof(__GLXvisualConfig) ); 555 cfg->vid = fbcfg->associatedVisualId; 556 cfg->class = vinfo->class; 557 cfg->rgba = !(fbcfg->renderType & GLX_COLOR_INDEX_BIT_SGIX); 558 cfg->redSize = fbcfg->redBits; 559 cfg->greenSize = fbcfg->greenBits; 560 cfg->blueSize = fbcfg->blueBits; 561 cfg->alphaSize = fbcfg->alphaBits; 562 cfg [all...] |