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

12

  /external/mesa3d/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");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.c 166 fthrottle_mode = driQueryOptioni(&radeon->optionCache, "fthrottle_mode");
180 radeon->texture_depth = driQueryOptioni (&radeon->optionCache,
257 driDestroyOptionCache(&radeon->optionCache);
radeon_screen.c 501 driParseOptionInfo (&screen->optionCache,
562 driDestroyOptionInfo (&screen->optionCache);
radeon_common_context.h 427 driOptionCache optionCache;
radeon_tex.c 292 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ?
radeon_state_init.c 706 switch ( driQueryOptioni( &rmesa->radeon.optionCache, "dither_mode" ) ) {
714 if ( driQueryOptioni( &rmesa->radeon.optionCache, "round_mode" ) ==
719 if ( driQueryOptioni (&rmesa->radeon.optionCache, "color_reduction" ) ==
    [all...]
radeon_common.c 727 size = 256 * driQueryOptioni(&rmesa->optionCache,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 166 fthrottle_mode = driQueryOptioni(&radeon->optionCache, "fthrottle_mode");
180 radeon->texture_depth = driQueryOptioni (&radeon->optionCache,
257 driDestroyOptionCache(&radeon->optionCache);
radeon_screen.c 501 driParseOptionInfo (&screen->optionCache,
562 driDestroyOptionInfo (&screen->optionCache);
radeon_common_context.h 427 driOptionCache optionCache;
radeon_tex.c 292 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ?
radeon_state_init.c 706 switch ( driQueryOptioni( &rmesa->radeon.optionCache, "dither_mode" ) ) {
714 if ( driQueryOptioni( &rmesa->radeon.optionCache, "round_mode" ) ==
719 if ( driQueryOptioni (&rmesa->radeon.optionCache, "color_reduction" ) ==
    [all...]
radeon_common.c 727 size = 256 * driQueryOptioni(&rmesa->optionCache,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.h 341 driOptionCache optionCache;
intel_screen.c 635 driDestroyOptionInfo(&intelScreen->optionCache);
1073 driParseOptionInfo(&intelScreen->optionCache,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]
r200_tex.c 336 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ?
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 341 driOptionCache optionCache;
intel_screen.c 635 driDestroyOptionInfo(&intelScreen->optionCache);
1073 driParseOptionInfo(&intelScreen->optionCache,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]
r200_tex.c 336 min = driQueryOptionb (&rmesa->radeon.optionCache, "no_neg_lod_bias") ?

Completed in 444 milliseconds

12