| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_screen.c | 66 driQueryOptionb(optionCache, "disable_blend_func_extended"); 68 driQueryOptionb(optionCache, "disable_glsl_line_continuations"); 70 driQueryOptionb(optionCache, "force_glsl_extensions_warn"); 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_version"); 83 options->glsl_zero_init = driQueryOptionb(optionCache, "glsl_zero_init"); 85 driQueryOptionb(optionCach [all...] |
| H A D | dri_context.c | 92 if (driQueryOptionb(optionCache, "force_compat_profile")) { 156 if (driQueryOptionb(&screen->dev->option_cache, "mesa_no_error")) 200 driQueryOptionb(&screen->dev->option_cache, "mesa_glthread")) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_extensions.c | 96 if (driQueryOptionb(&intel->optionCache, "fragment_shader")) 99 if (driQueryOptionb(&intel->optionCache, "stub_occlusion_query"))
|
| H A D | intel_context.c | 541 if (driQueryOptionb(&intel->optionCache, "always_flush_batch")) { 546 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) { 551 if (driQueryOptionb(&intel->optionCache, "disable_throttling")) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_extensions.c | 95 if (driQueryOptionb(&intel->optionCache, "fragment_shader")) 98 if (driQueryOptionb(&intel->optionCache, "stub_occlusion_query"))
|
| H A D | intel_context.c | 543 if (driQueryOptionb(&intel->optionCache, "always_flush_batch")) { 548 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) { 553 if (driQueryOptionb(&intel->optionCache, "disable_throttling")) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 272 ctx->base.thread_submit = driQueryOptionb(&userInitOptions, "thread_submit"); /* TODO: default to TRUE if different_device */ 275 ctx->base.discard_delayed_release = driQueryOptionb(&userInitOptions, "discard_delayed_release"); 276 ctx->base.tearfree_discard = driQueryOptionb(&userInitOptions, "tearfree_discard"); 284 ctx->base.dynamic_texture_workaround = driQueryOptionb(&userInitOptions, "dynamic_texture_workaround"); 285 ctx->base.shader_inline_constants = driQueryOptionb(&userInitOptions, "shader_inline_constants"); 288 sw_rendering = driQueryOptionb(&userInitOptions, "force_sw_rendering_on_cpu");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 270 ctx->base.thread_submit = driQueryOptionb(&userInitOptions, "thread_submit"); 279 ctx->base.discard_delayed_release = driQueryOptionb(&userInitOptions, "discard_delayed_release"); 284 ctx->base.tearfree_discard = driQueryOptionb(&userInitOptions, "tearfree_discard"); 299 ctx->base.dynamic_texture_workaround = driQueryOptionb(&userInitOptions, "dynamic_texture_workaround"); 304 ctx->base.shader_inline_constants = driQueryOptionb(&userInitOptions, "shader_inline_constants");
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.h | 124 unsigned char driQueryOptionb (const driOptionCache *cache, const char *name);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_context.c | 94 if (driQueryOptionb(optionCache, "force_compat_profile")) { 158 if (driQueryOptionb(&screen->dev->option_cache, "mesa_no_error")) 203 driQueryOptionb(&screen->dev->option_cache, "mesa_glthread")) {
|
| H A D | dri_screen.c | 167 if (driQueryOptionb(&screen->dev->option_cache, "always_have_depth_buffer")) { 178 allow_rgb10 = driQueryOptionb(&screen->dev->option_cache, "allow_rgb10_configs");
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| H A D | xmlconfig.cpp | 76 EXPECT_EQ(driQueryOptionb(&options, "glsl_zero_init"), false); 77 EXPECT_EQ(driQueryOptionb(&options, "always_have_depth_buffer"), true); 182 EXPECT_EQ(driQueryOptionb(&cache, "mesa_b_option"), true);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 896 if (driQueryOptionb(options, "mesa_no_error")) 899 if (driQueryOptionb(options, "always_flush_batch")) { 904 if (driQueryOptionb(options, "always_flush_cache")) { 909 if (driQueryOptionb(options, "disable_throttling")) { 914 brw->precompile = driQueryOptionb(&brw->screen->optionCache, "shader_precompile"); 916 if (driQueryOptionb(&brw->screen->optionCache, "precise_trig")) 920 driQueryOptionb(options, "force_glsl_extensions_warn"); 926 driQueryOptionb(options, "disable_glsl_line_continuations"); 929 driQueryOptionb(options, "allow_glsl_extension_directive_midshader"); 932 driQueryOptionb(option [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 862 if (driQueryOptionb(options, "mesa_no_error")) 865 if (driQueryOptionb(options, "always_flush_batch")) { 870 if (driQueryOptionb(options, "always_flush_cache")) { 875 if (driQueryOptionb(options, "disable_throttling")) { 880 brw->precompile = driQueryOptionb(&brw->optionCache, "shader_precompile"); 882 if (driQueryOptionb(&brw->optionCache, "precise_trig")) 886 driQueryOptionb(options, "force_glsl_extensions_warn"); 892 driQueryOptionb(options, "disable_glsl_line_continuations"); 895 driQueryOptionb(options, "allow_glsl_extension_directive_midshader"); 898 driQueryOptionb(option [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.h | 159 unsigned char driQueryOptionb(const driOptionCache *cache, const char *name);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.c | 815 driQueryOptionb(config->options, "dual_color_blend_by_location"); 817 driQueryOptionb(config->options, "disable_throttling"); 819 driQueryOptionb(config->options, "always_flush_cache"); 821 driQueryOptionb(config->options, "sync_compile");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_screen.c | 787 driQueryOptionb(config->options, "dual_color_blend_by_location"); 789 driQueryOptionb(config->options, "disable_throttling"); 791 driQueryOptionb(config->options, "always_flush_cache");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 1076 sscreen->options.name = driQueryOptionb(config->options, "radeonsi_" #name); 1129 if (driQueryOptionb(config->options, "glsl_correct_derivatives_after_discard") || 1271 sscreen->assume_no_z_fights = driQueryOptionb(config->options, "radeonsi_assume_no_z_fights") || 1272 driQueryOptionb(config->options, "allow_draw_out_of_order"); 1274 driQueryOptionb(config->options, "radeonsi_commutative_blend_add") || 1275 driQueryOptionb(config->options, "allow_draw_out_of_order"); 1276 sscreen->allow_draw_out_of_order = driQueryOptionb(config->options, "allow_draw_out_of_order");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 938 if (driQueryOptionb(config->options, 941 if (driQueryOptionb(config->options, "radeonsi_enable_sisched")) 1087 driQueryOptionb(config->options, "radeonsi_assume_no_z_fights"); 1089 driQueryOptionb(config->options, "radeonsi_commutative_blend_add"); 1094 driQueryOptionb(config->options, "radeonsi_"#name);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.c | 111 driQueryOptionb(config->options, "radeonsi_zerovram");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 223 if (driQueryOptionb( &rmesa->radeon.optionCache, "hyperz"))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 190 if (driQueryOptionb(&rmesa->radeon.optionCache, "hyperz"))
|
| H A D | radeon_tex.c | 290 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ?
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 224 if (driQueryOptionb( &rmesa->radeon.optionCache, "hyperz"))
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 190 if (driQueryOptionb(&rmesa->radeon.optionCache, "hyperz"))
|