Searched refs:heuristicName (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/
H A Dexamodule.c131 char *heuristicName; local in function:exaDDXDriverInit
133 heuristicName = xf86GetOptValString (pScreenPriv->options,
135 if (heuristicName != NULL) {
136 if (strcmp(heuristicName, "greedy") == 0)
138 else if (strcmp(heuristicName, "always") == 0)
140 else if (strcmp(heuristicName, "smart") == 0)
145 heuristicName);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/exa/
H A Dexamodule.c131 const char *heuristicName; local in function:exaDDXDriverInit
133 heuristicName = xf86GetOptValString(pScreenPriv->options,
135 if (heuristicName != NULL) {
136 if (strcmp(heuristicName, "greedy") == 0)
138 else if (strcmp(heuristicName, "always") == 0)
140 else if (strcmp(heuristicName, "smart") == 0)
145 heuristicName);

Completed in 2 milliseconds