| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader.c | 83 driDestroyOptionCache(&(*dev)->option_cache); 101 driParseConfigFiles(&dev->option_cache, &dev->option_info, 0, 126 config.options = &dev->option_cache;
|
| H A D | pipe_loader.h | 70 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 D | pipe_loader.c | 82 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 D | pipe_loader.h | 70 driOptionCache option_cache; member in struct:pipe_loader_device
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_device.c | 112 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 D | stw_device.h | 89 driOptionCache option_cache; member in struct:stw_device
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_query_renderer.c | 35 int ov = driQueryOptioni(&screen->dev->option_cache, "override_vram_size");
|
| H A D | dri_context.c | 67 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 D | dri_screen.c | 66 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 D | dri2.c | 917 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 D | dri_context.c | 65 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 D | dri_screen.c | 63 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 D | dri2.c | 1815 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);
|