Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.h75 int16_t max_cpus; member
Du_cpu_detect.c500 for (int16_t i = 0; i < util_cpu_caps.max_cpus && i < UTIL_MAX_CPUS; i++) { in get_cpu_topology()
568 for (int j = util_cpu_caps.max_cpus - 1; j >= 0; j -= 32) in get_cpu_topology()
673 util_cpu_caps.max_cpus = total_cpus; in util_cpu_detect_once()