Home | History | Annotate | Download | only in radeon

Lines Matching refs:optionCache

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")) {