Home | History | Annotate | Download | only in intel

Lines Matching refs:optionCache

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);