Home
last modified time | relevance | path

Searched refs:UTIL_MAX_CPUS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h57 typedef uint32_t util_affinity_mask[UTIL_MAX_CPUS / 32];
120 uint16_t cpu_to_L3[UTIL_MAX_CPUS];
Du_cpu_detect.c474 uint32_t saved_mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
475 uint32_t mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
478 uint32_t L3_found[UTIL_MAX_CPUS] = {0}; in get_cpu_topology()
500 for (int16_t i = 0; i < util_cpu_caps.max_cpus && i < UTIL_MAX_CPUS; i++) { in get_cpu_topology()
Du_thread.h65 #define UTIL_MAX_CPUS 1024 /* this should be enough */ macro
66 #define UTIL_MAX_L3_CACHES UTIL_MAX_CPUS
Du_queue.c262 uint32_t mask[UTIL_MAX_CPUS / 32]; in util_queue_thread_func()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2279 - util: replace UTIL_MAX_CPUS by util_cpu_caps.num_cpu_mask_bits