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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h63 * This will be less than or equal to \c max_cpus. This is the number of
75 int16_t max_cpus; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c508 for (int16_t i = 0; i < util_cpu_caps.max_cpus && i < UTIL_MAX_CPUS; i++) {
576 for (int j = util_cpu_caps.max_cpus - 1; j >= 0; j -= 32)
681 util_cpu_caps.max_cpus = total_cpus;

Completed in 3 milliseconds