Searched defs:optionCache (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri_screen.h68 driOptionCache optionCache; member in struct:dri_screen
H A Ddri_screen.c86 const struct driOptionCache * optionCache)
89 driQueryOptionb(optionCache, "disable_blend_func_extended");
91 driQueryOptionb(optionCache, "disable_glsl_line_continuations");
93 driQueryOptionb(optionCache, "disable_shader_bit_encoding");
95 driQueryOptionb(optionCache, "force_glsl_extensions_warn");
97 driQueryOptioni(optionCache, "force_glsl_version");
99 driQueryOptionb(optionCache, "force_s3tc_enable");
101 driQueryOptionb(optionCache, "allow_glsl_extension_directive_midshader");
102 options->glsl_zero_init = driQueryOptionb(optionCache, "glsl_zero_init");
137 if (driQueryOptionb(&screen->optionCache, "always_have_depth_buffe
85 dri_fill_st_options(struct st_config_options *options, const struct driOptionCache * optionCache) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.h90 driOptionCache optionCache; member in struct:intel_screen
H A Dbrw_context.h762 driOptionCache optionCache; member in struct:brw_context
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h182 driOptionCache optionCache; member in struct:__DRIscreenRec
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.h55 driOptionCache optionCache; member in struct:intel_screen
H A Dintel_context.h258 driOptionCache optionCache; member in struct:intel_context
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h97 driOptionCache optionCache; member in struct:radeon_screen
H A Dradeon_common_context.h413 driOptionCache optionCache; member in struct:radeon_context
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h97 driOptionCache optionCache; member in struct:radeon_screen
H A Dradeon_common_context.h413 driOptionCache optionCache; member in struct:radeon_context

Completed in 271 milliseconds