Searched refs:option_cache (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c83 driDestroyOptionCache(&(*dev)->option_cache);
101 driParseConfigFiles(&dev->option_cache, &dev->option_info, 0,
126 config.options = &dev->option_cache;
H A Dpipe_loader.h70 driOptionCache option_cache; member in struct:pipe_loader_device
94 * Ensure that dev->option_cache is initialized appropriately for the driver.
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c82 driDestroyOptionCache(&(*dev)->option_cache);
109 * Ensure that dev->option_cache is initialized appropriately for the driver.
134 if (!dev->option_cache.info) {
135 driParseConfigFiles(&dev->option_cache, &dev->option_info, 0,
171 config.options = &dev->option_cache;
H A Dpipe_loader.h70 driOptionCache option_cache; member in struct:pipe_loader_device
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_device.c112 driParseConfigFiles(&stw_dev->option_cache, &stw_dev->option_info, 0,
115 u_driconf_fill_st_options(&stw_dev->st_options, &stw_dev->option_cache);
234 driDestroyOptionCache(&stw_dev->option_cache);
H A Dstw_device.h89 driOptionCache option_cache; member in struct:stw_device
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_query_renderer.c35 int ov = driQueryOptioni(&screen->dev->option_cache, "override_vram_size");
H A Ddri_context.c67 const struct driOptionCache *optionCache = &screen->dev->option_cache;
158 if (driQueryOptionb(&screen->dev->option_cache, "mesa_no_error"))
203 driQueryOptionb(&screen->dev->option_cache, "mesa_glthread")) {
H A Ddri_screen.c66 const struct driOptionCache *optionCache = &screen->dev->option_cache;
167 if (driQueryOptionb(&screen->dev->option_cache, "always_have_depth_buffer")) {
178 allow_rgb10 = driQueryOptionb(&screen->dev->option_cache, "allow_rgb10_configs");
526 screen->pp_enabled[i] = driQueryOptioni(&screen->dev->option_cache,
H A Ddri2.c917 const struct driOptionCache *optionCache = &screen->dev->option_cache;
2132 if (!driCheckOption(&screen->dev->option_cache, var, DRI_BOOL))
2135 *val = driQueryOptionb(&screen->dev->option_cache, var);
2148 if (!driCheckOption(&screen->dev->option_cache, var, DRI_INT) &&
2149 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM))
2152 *val = driQueryOptioni(&screen->dev->option_cache, var);
2165 if (!driCheckOption(&screen->dev->option_cache, var, DRI_FLOAT))
2168 *val = driQueryOptionf(&screen->dev->option_cache, var);
2181 if (!driCheckOption(&screen->dev->option_cache, var, DRI_STRING))
2184 *val = driQueryOptionstr(&screen->dev->option_cache, va
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.c65 const struct driOptionCache *optionCache = &screen->dev->option_cache;
156 if (driQueryOptionb(&screen->dev->option_cache, "mesa_no_error"))
200 driQueryOptionb(&screen->dev->option_cache, "mesa_glthread")) {
H A Ddri_screen.c63 const struct driOptionCache *optionCache = &screen->dev->option_cache;
176 if (driQueryOptionb(&screen->dev->option_cache, "always_have_depth_buffer")) {
186 allow_rgb10 = driQueryOptionb(&screen->dev->option_cache, "allow_rgb10_configs");
503 screen->pp_enabled[i] = driQueryOptioni(&screen->dev->option_cache,
H A Ddri2.c1815 if (!driCheckOption(&screen->dev->option_cache, var, DRI_BOOL))
1818 *val = driQueryOptionb(&screen->dev->option_cache, var);
1831 if (!driCheckOption(&screen->dev->option_cache, var, DRI_INT) &&
1832 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM))
1835 *val = driQueryOptioni(&screen->dev->option_cache, var);
1848 if (!driCheckOption(&screen->dev->option_cache, var, DRI_FLOAT))
1851 *val = driQueryOptionf(&screen->dev->option_cache, var);

Completed in 16 milliseconds