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

123

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_driconf.h36 const struct driOptionCache *optionCache);
H A Du_driconf.c28 const struct driOptionCache *optionCache)
31 options->option = driQueryOption##type(optionCache, #option)
36 char *option = driQueryOptionstr(optionCache, #option); \
68 driComputeOptionsSha1(optionCache, options->config_options_sha1);
27 u_driconf_fill_st_options(struct st_config_options * options,const struct driOptionCache * optionCache) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_screen.c63 const struct driOptionCache *optionCache = &screen->dev->option_cache; local in function:dri_fill_st_options
66 driQueryOptionb(optionCache, "disable_blend_func_extended");
68 driQueryOptionb(optionCache, "disable_glsl_line_continuations");
70 driQueryOptionb(optionCache, "force_glsl_extensions_warn");
72 driQueryOptioni(optionCache, "force_glsl_version");
74 driQueryOptionb(optionCache, "allow_glsl_extension_directive_midshader");
76 driQueryOptionb(optionCache, "allow_glsl_builtin_const_expression");
78 driQueryOptionb(optionCache, "allow_glsl_relaxed_es");
80 driQueryOptionb(optionCache, "allow_glsl_builtin_variable_redeclaration");
82 driQueryOptionb(optionCache, "allow_higher_compat_versio
[all...]
H A Ddri_context.c65 const struct driOptionCache *optionCache = &screen->dev->option_cache; local in function:dri_create_context
92 if (driQueryOptionb(optionCache, "force_compat_profile")) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_extensions.c96 if (driQueryOptionb(&intel->optionCache, "fragment_shader"))
99 if (driQueryOptionb(&intel->optionCache, "stub_occlusion_query"))
H A Dintel_context.c448 driParseConfigFiles(&intel->optionCache, &intelScreen->optionCache,
471 bo_reuse_mode = driQueryOptioni(&intel->optionCache, "bo_reuse");
541 if (driQueryOptionb(&intel->optionCache, "always_flush_batch")) {
546 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) {
551 if (driQueryOptionb(&intel->optionCache, "disable_throttling")) {
599 driDestroyOptionCache(&intel->optionCache);
H A Dintel_screen.h53 driOptionCache optionCache; member in struct:intel_screen
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_extensions.c95 if (driQueryOptionb(&intel->optionCache, "fragment_shader"))
98 if (driQueryOptionb(&intel->optionCache, "stub_occlusion_query"))
H A Dintel_context.c450 driParseConfigFiles(&intel->optionCache, &intelScreen->optionCache,
473 bo_reuse_mode = driQueryOptioni(&intel->optionCache, "bo_reuse");
543 if (driQueryOptionb(&intel->optionCache, "always_flush_batch")) {
548 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) {
553 if (driQueryOptionb(&intel->optionCache, "disable_throttling")) {
601 driDestroyOptionCache(&intel->optionCache);
H A Dintel_screen.h53 driOptionCache optionCache; member in struct:intel_screen
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c185 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
187 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
190 if (driQueryOptionb(&rmesa->radeon.optionCache, "hyperz"))
223 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
325 fthrottle_mode = driQueryOptioni(&rmesa->radeon.optionCache, "fthrottle_mode");
333 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
H A Dradeon_common_context.c168 fthrottle_mode = driQueryOptioni(&radeon->optionCache, "fthrottle_mode");
182 radeon->texture_depth = driQueryOptioni (&radeon->optionCache,
276 driDestroyOptionCache(&radeon->optionCache);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c185 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
187 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
190 if (driQueryOptionb(&rmesa->radeon.optionCache, "hyperz"))
223 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
325 fthrottle_mode = driQueryOptioni(&rmesa->radeon.optionCache, "fthrottle_mode");
333 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
H A Dradeon_screen.h149 driOptionCache optionCache; member in struct:radeon_screen
H A Dradeon_common_context.c169 fthrottle_mode = driQueryOptioni(&radeon->optionCache, "fthrottle_mode");
183 radeon->texture_depth = driQueryOptioni (&radeon->optionCache,
277 driDestroyOptionCache(&radeon->optionCache);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c218 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
220 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
223 if (driQueryOptionb( &rmesa->radeon.optionCache, "hyperz"))
260 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
384 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c219 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
221 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
224 if (driQueryOptionb( &rmesa->radeon.optionCache, "hyperz"))
261 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
384 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c157 driParseConfigFiles(&psp->optionCache, &psp->optionInfo, psp->myNum,
240 driDestroyOptionCache(&psp->optionCache);
744 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL))
747 *val = driQueryOptionb(&screen->optionCache, var);
755 if (!driCheckOption(&screen->optionCache, var, DRI_INT) &&
756 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
759 *val = driQueryOptioni(&screen->optionCache, var);
767 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT))
770 *val = driQueryOptionf(&screen->optionCache, var);
778 if (!driCheckOption(&screen->optionCache, va
[all...]
H A Ddri_util.h224 driOptionCache optionCache; member in struct:__DRIscreenRec
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.h100 driOptionCache optionCache; member in struct:intel_screen
H A Dbrw_context.c564 driQueryOptioni(&brw->optionCache, "clamp_max_samples");
831 * intelInitExtensions still pokes at optionCache directly, in order to
841 driOptionCache *options = &brw->optionCache;
842 driParseConfigFiles(options, &brw->screen->optionCache,
880 brw->precompile = driQueryOptionb(&brw->optionCache, "shader_precompile");
882 if (driQueryOptionb(&brw->optionCache, "precise_trig"))
915 driComputeOptionsSha1(&brw->screen->optionCache,
1144 driQueryOptionb(&screen->optionCache, "mesa_glthread")) {
1219 driDestroyOptionCache(&brw->optionCache);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.h102 driOptionCache optionCache; member in struct:brw_screen
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c151 driParseConfigFiles(&psp->optionCache, &psp->optionInfo, psp->myNum, "dri2", NULL);
233 driDestroyOptionCache(&psp->optionCache);
737 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL))
740 *val = driQueryOptionb(&screen->optionCache, var);
748 if (!driCheckOption(&screen->optionCache, var, DRI_INT) &&
749 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
752 *val = driQueryOptioni(&screen->optionCache, var);
760 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT))
763 *val = driQueryOptionf(&screen->optionCache, var);
H A Ddri_util.h224 driOptionCache optionCache; member in struct:__DRIscreenRec
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.c67 const struct driOptionCache *optionCache = &screen->dev->option_cache; local in function:dri_create_context
94 if (driQueryOptionb(optionCache, "force_compat_profile")) {

Completed in 30 milliseconds

123