Home
last modified time | relevance | path

Searched refs:driOptionCache (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/util/
Dxmlconfig.h71 typedef struct driOptionCache { struct
87 } driOptionCache; argument
100 void driParseOptionInfo (driOptionCache *info,
106 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
111 void driDestroyOptionInfo (driOptionCache *info);
115 void driDestroyOptionCache (driOptionCache *cache);
118 unsigned char driCheckOption (const driOptionCache *cache, const char *name,
122 unsigned char driQueryOptionb (const driOptionCache *cache, const char *name);
124 int driQueryOptioni (const driOptionCache *cache, const char *name);
126 float driQueryOptionf (const driOptionCache *cache, const char *name);
[all …]
Dxmlconfig.c118 findOption(const driOptionCache *cache, const char *name) in findOption()
508 driOptionCache *cache;
577 driOptionCache *cache = data->cache; in parseOptInfoAttr()
718 driParseOptionInfo(driOptionCache *info, const char *configOptions) in driParseOptionInfo()
761 driOptionCache *cache;
834 driOptionCache *cache = data->cache; in parseOptConfAttr()
924 initOptionCache(driOptionCache *cache, const driOptionCache *info) in initOptionCache()
988 driParseConfigFiles(driOptionCache *cache, const driOptionCache *info, in driParseConfigFiles()
1039 driDestroyOptionInfo(driOptionCache *info) in driDestroyOptionInfo()
1055 driDestroyOptionCache(driOptionCache *cache) in driDestroyOptionCache()
[all …]
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.h70 driOptionCache option_cache;
71 driOptionCache option_info;
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h215 driOptionCache optionInfo;
216 driOptionCache optionCache;
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h62 struct driOptionCache;
440 const struct driOptionCache *options;
/external/mesa3d/src/loader/
Dloader.c96 driOptionCache defaultInitOptions; in loader_get_dri_config_device_id()
97 driOptionCache userInitOptions; in loader_get_dri_config_device_id()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.h99 driOptionCache optionCache;
Dbrw_context.h833 driOptionCache optionCache;
Dbrw_context.c766 driOptionCache *options = &brw->optionCache; in brw_process_driconf_options()
Dintel_screen.c2422 driOptionCache options; in intelInitScreen2()
/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddrm.c210 driOptionCache defaultInitOptions; in drm_create_adapter()
211 driOptionCache userInitOptions; in drm_create_adapter()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.h55 driOptionCache optionCache;
Dintel_context.h248 driOptionCache optionCache;
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h97 driOptionCache optionCache;
Dradeon_common_context.h412 driOptionCache optionCache;
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h97 driOptionCache optionCache;
Dradeon_common_context.h412 driOptionCache optionCache;
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_screen.c63 const struct driOptionCache *optionCache = &screen->dev->option_cache; in dri_fill_st_options()