HomeSort by relevance Sort by last modified time
    Searched refs:optionCache (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.h 70 driOptionCache optionCache;
intel_extensions.c 111 ctx->Extensions.ARB_blend_func_extended = !driQueryOptionb(&intel->optionCache, "disable_blend_func_extended");
179 if (driQueryOptionb(&intel->optionCache, "fragment_shader"))
182 if (driQueryOptionb(&intel->optionCache, "stub_occlusion_query"))
190 else if (driQueryOptionb(&intel->optionCache, "force_s3tc_enable")) {
intel_context.c 652 driParseConfigFiles(&intel->optionCache, &intelScreen->optionCache,
661 bo_reuse_mode = driQueryOptioni(&intel->optionCache, "bo_reuse");
757 intel->use_texture_tiling = driQueryOptionb(&intel->optionCache,
759 intel->use_early_z = driQueryOptionb(&intel->optionCache, "early_z");
761 if (!driQueryOptionb(&intel->optionCache, "hiz")) {
772 if (driQueryOptionb(&intel->optionCache, "no_rast")) {
778 if (driQueryOptionb(&intel->optionCache, "always_flush_batch")) {
783 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) {
831 driDestroyOptionCache(&intel->optionCache);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.h 70 driOptionCache optionCache;
intel_extensions.c 111 ctx->Extensions.ARB_blend_func_extended = !driQueryOptionb(&intel->optionCache, "disable_blend_func_extended");
179 if (driQueryOptionb(&intel->optionCache, "fragment_shader"))
182 if (driQueryOptionb(&intel->optionCache, "stub_occlusion_query"))
190 else if (driQueryOptionb(&intel->optionCache, "force_s3tc_enable")) {
intel_context.c 652 driParseConfigFiles(&intel->optionCache, &intelScreen->optionCache,
661 bo_reuse_mode = driQueryOptioni(&intel->optionCache, "bo_reuse");
757 intel->use_texture_tiling = driQueryOptionb(&intel->optionCache,
759 intel->use_early_z = driQueryOptionb(&intel->optionCache, "early_z");
761 if (!driQueryOptionb(&intel->optionCache, "hiz")) {
772 if (driQueryOptionb(&intel->optionCache, "no_rast")) {
778 if (driQueryOptionb(&intel->optionCache, "always_flush_batch")) {
783 if (driQueryOptionb(&intel->optionCache, "always_flush_cache")) {
831 driDestroyOptionCache(&intel->optionCache);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.c 220 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
222 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
225 if ( driQueryOptionb( &rmesa->radeon.optionCache, "hyperz" ) ) {
269 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
277 i = driQueryOptioni( &rmesa->radeon.optionCache, "allow_large_textures");
368 else if (driQueryOptionb (&rmesa->radeon.optionCache, "force_s3tc_enable")) {
386 fthrottle_mode = driQueryOptioni(&rmesa->radeon.optionCache, "fthrottle_mode");
400 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
401 if (driQueryOptionb(&rmesa->radeon.optionCache, "no_rast"))
    [all...]
radeon_screen.h 98 driOptionCache optionCache;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 220 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
222 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
225 if ( driQueryOptionb( &rmesa->radeon.optionCache, "hyperz" ) ) {
269 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
277 i = driQueryOptioni( &rmesa->radeon.optionCache, "allow_large_textures");
368 else if (driQueryOptionb (&rmesa->radeon.optionCache, "force_s3tc_enable")) {
386 fthrottle_mode = driQueryOptioni(&rmesa->radeon.optionCache, "fthrottle_mode");
400 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
401 if (driQueryOptionb(&rmesa->radeon.optionCache, "no_rast"))
    [all...]
radeon_screen.h 98 driOptionCache optionCache;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c 48 ctx->pp_enabled[i] = driQueryOptioni(&ctx->optionCache, pp_filters[i].name);
53 const struct driOptionCache * optionCache)
56 driQueryOptionb(optionCache, "force_glsl_extensions_warn");
114 driParseConfigFiles(&ctx->optionCache,
115 &screen->optionCache, sPriv->myNum, driver_descriptor.name);
117 dri_fill_st_options(&attribs.options, &ctx->optionCache);
173 * is owned by screen optionCache.
175 FREE(ctx->optionCache.values);
dri_context.h 53 driOptionCache optionCache;
dri_screen.c 356 if (screen->optionCache.info) {
357 for (i = 0; i < (1 << screen->optionCache.tableSize); ++i) {
358 FREE(screen->optionCache.info[i].name);
359 FREE(screen->optionCache.info[i].ranges);
361 FREE(screen->optionCache.info);
364 FREE(screen->optionCache.values);
414 driParseOptionInfo(&screen->optionCache,
dri_screen.h 62 driOptionCache optionCache;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 48 ctx->pp_enabled[i] = driQueryOptioni(&ctx->optionCache, pp_filters[i].name);
53 const struct driOptionCache * optionCache)
56 driQueryOptionb(optionCache, "force_glsl_extensions_warn");
114 driParseConfigFiles(&ctx->optionCache,
115 &screen->optionCache, sPriv->myNum, driver_descriptor.name);
117 dri_fill_st_options(&attribs.options, &ctx->optionCache);
173 * is owned by screen optionCache.
175 FREE(ctx->optionCache.values);
dri_context.h 53 driOptionCache optionCache;
dri_screen.c 356 if (screen->optionCache.info) {
357 for (i = 0; i < (1 << screen->optionCache.tableSize); ++i) {
358 FREE(screen->optionCache.info[i].name);
359 FREE(screen->optionCache.info[i].ranges);
361 FREE(screen->optionCache.info);
364 FREE(screen->optionCache.values);
414 driParseOptionInfo(&screen->optionCache,
dri_screen.h 62 driOptionCache optionCache;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.c 253 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
255 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
259 && driQueryOptionb( &rmesa->radeon.optionCache, "hyperz" ) ) {
306 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
315 i = driQueryOptioni( &rmesa->radeon.optionCache, "allow_large_textures");
415 else if (driQueryOptionb (&rmesa->radeon.optionCache, "force_s3tc_enable")) {
428 driQueryOptionb(&rmesa->radeon.optionCache, "nv_vertex_program");
452 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
453 if (driQueryOptionb(&rmesa->radeon.optionCache, "no_rast"))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 253 driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
255 rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
259 && driQueryOptionb( &rmesa->radeon.optionCache, "hyperz" ) ) {
306 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
315 i = driQueryOptioni( &rmesa->radeon.optionCache, "allow_large_textures");
415 else if (driQueryOptionb (&rmesa->radeon.optionCache, "force_s3tc_enable")) {
428 driQueryOptionb(&rmesa->radeon.optionCache, "nv_vertex_program");
452 tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode");
453 if (driQueryOptionb(&rmesa->radeon.optionCache, "no_rast"))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.c 116 driParseConfigFiles(&psp->optionCache, &psp->optionInfo, psp->myNum, "dri2");
140 driDestroyOptionCache(&psp->optionCache);
526 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL))
529 *val = driQueryOptionb(&screen->optionCache, var);
537 if (!driCheckOption(&screen->optionCache, var, DRI_INT) &&
538 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
541 *val = driQueryOptioni(&screen->optionCache, var);
549 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT))
552 *val = driQueryOptionf(&screen->optionCache, var);
dri_util.h 167 driOptionCache optionCache;
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 116 driParseConfigFiles(&psp->optionCache, &psp->optionInfo, psp->myNum, "dri2");
140 driDestroyOptionCache(&psp->optionCache);
526 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL))
529 *val = driQueryOptionb(&screen->optionCache, var);
537 if (!driCheckOption(&screen->optionCache, var, DRI_INT) &&
538 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
541 *val = driQueryOptioni(&screen->optionCache, var);
549 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT))
552 *val = driQueryOptionf(&screen->optionCache, var);
dri_util.h 167 driOptionCache optionCache;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.c 387 brw->precompile = driQueryOptionb(&intel->optionCache, "shader_precompile");
392 ctx->Const.ForceGLSLExtensionsWarn = driQueryOptionb(&intel->optionCache, "force_glsl_extensions_warn");

Completed in 448 milliseconds

1 2