Searched refs:heuristicName (Results 1 – 1 of 1) sorted by relevance
133 const char *heuristicName; in exaDDXDriverInit() local135 heuristicName = xf86GetOptValString(pScreenPriv->options, in exaDDXDriverInit()137 if (heuristicName != NULL) { in exaDDXDriverInit()138 if (strcmp(heuristicName, "greedy") == 0) in exaDDXDriverInit()140 else if (strcmp(heuristicName, "always") == 0) in exaDDXDriverInit()142 else if (strcmp(heuristicName, "smart") == 0) in exaDDXDriverInit()147 heuristicName); in exaDDXDriverInit()