Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_driconf.c28 const struct driOptionCache *optionCache) in u_driconf_fill_st_options()
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()
27 u_driconf_fill_st_options(struct st_config_options *options, const struct driOptionCache *optionCache) u_driconf_fill_st_options() argument
H A Du_driconf.h36 const struct driOptionCache *optionCache);
/third_party/mesa3d/src/gallium/frontends/dri/
H A 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, va in dri2ConfigQuerys()
[all...]
H A Ddri_util.h210 driOptionCache optionCache; member
H A 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()
H A 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()
H A 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()

Completed in 8 milliseconds