Home
last modified time | relevance | path

Searched refs:optionCache (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c28 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()
Du_driconf.h36 const struct driOptionCache *optionCache);
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c139 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 …]
Ddri_context.c66 const struct driOptionCache *optionCache = &screen->dev->option_cache; in dri_create_context() local
93 if (driQueryOptionb(optionCache, "force_compat_profile")) { in dri_create_context()
Ddri_util.h210 driOptionCache optionCache; member
Ddri_screen.c64 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()
Ddri2.c959 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()