Searched refs:driOptionCache (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/util/ |
D | xmlconfig.h | 71 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 …]
|
D | xmlconfig.c | 118 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/ |
D | pipe_loader.h | 70 driOptionCache option_cache; 71 driOptionCache option_info;
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 215 driOptionCache optionInfo; 216 driOptionCache optionCache;
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 62 struct driOptionCache; 440 const struct driOptionCache *options;
|
/external/mesa3d/src/loader/ |
D | loader.c | 96 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/ |
D | intel_screen.h | 99 driOptionCache optionCache;
|
D | brw_context.h | 833 driOptionCache optionCache;
|
D | brw_context.c | 766 driOptionCache *options = &brw->optionCache; in brw_process_driconf_options()
|
D | intel_screen.c | 2422 driOptionCache options; in intelInitScreen2()
|
/external/mesa3d/src/gallium/targets/d3dadapter9/ |
D | drm.c | 210 driOptionCache defaultInitOptions; in drm_create_adapter() 211 driOptionCache userInitOptions; in drm_create_adapter()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.h | 55 driOptionCache optionCache;
|
D | intel_context.h | 248 driOptionCache optionCache;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.h | 97 driOptionCache optionCache;
|
D | radeon_common_context.h | 412 driOptionCache optionCache;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.h | 97 driOptionCache optionCache;
|
D | radeon_common_context.h | 412 driOptionCache optionCache;
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_screen.c | 63 const struct driOptionCache *optionCache = &screen->dev->option_cache; in dri_fill_st_options()
|