Searched refs:tunables (Results 1 – 4 of 4) sorted by relevance
12 are many tunables involved. It's not easy to see what is going on, and20 PowerTOP will provide an indication of which tunables and software
121 Note that tunables can be treated as booleans by the CIL compiler command line parameter `-P` or `-…
2862 int booleans, tunables, i; in discard_tunables() local2866 booleans = tunables = 0; in discard_tunables()2875 tmp[tunables++] = booldatum; in discard_tunables()2885 assert(!(booleans && tunables)); in discard_tunables()2889 if (tunables) { in discard_tunables()2890 for (i = 0; i < tunables; i++) in discard_tunables()
3046 - radeonsi: set better tessellation tunables on gfx9 and gfx103907 - radv: use better tessellation tunables on GFX9+