Searched refs:optionCache (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_driconf.c | 28 const struct driOptionCache *optionCache) in u_driconf_fill_st_options() argument 31 options->option = driQueryOption##type(optionCache, #option) in u_driconf_fill_st_options() 36 char *option = driQueryOptionstr(optionCache, #option); \ in u_driconf_fill_st_options() 74 driComputeOptionsSha1(optionCache, options->config_options_sha1); in u_driconf_fill_st_options()
|
D | u_driconf.h | 36 const struct driOptionCache *optionCache);
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 139 driParseConfigFiles(&psp->optionCache, &psp->optionInfo, psp->myNum, in driCreateNewScreen2() 234 driDestroyOptionCache(&psp->optionCache); in driDestroyScreen() 885 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL)) in dri2ConfigQueryb() 888 *val = driQueryOptionb(&screen->optionCache, var); in dri2ConfigQueryb() 896 if (!driCheckOption(&screen->optionCache, var, DRI_INT) && in dri2ConfigQueryi() 897 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) in dri2ConfigQueryi() 900 *val = driQueryOptioni(&screen->optionCache, var); in dri2ConfigQueryi() 908 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT)) in dri2ConfigQueryf() 911 *val = driQueryOptionf(&screen->optionCache, var); in dri2ConfigQueryf() 919 if (!driCheckOption(&screen->optionCache, var, DRI_STRING)) in dri2ConfigQuerys() [all …]
|
D | dri_context.c | 66 const struct driOptionCache *optionCache = &screen->dev->option_cache; in dri_create_context() local 93 if (driQueryOptionb(optionCache, "force_compat_profile")) { in dri_create_context()
|
D | dri_util.h | 210 driOptionCache optionCache; member
|
D | dri_screen.c | 64 const struct driOptionCache *optionCache = &screen->dev->option_cache; in dri_init_options() local 66 u_driconf_fill_st_options(options, optionCache); in dri_init_options()
|
D | dri2.c | 959 const struct driOptionCache *optionCache = &screen->dev->option_cache; in dri2_create_image_from_winsys() local 960 if (!driQueryOptionb(optionCache, "disable_protected_content_check") && in dri2_create_image_from_winsys()
|