Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_cpu_detect.c455 uint32_t saved_mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
456 uint32_t mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
457 uint32_t allowed_mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
458 uint32_t apic_id[UTIL_MAX_CPUS]; in get_cpu_topology()
477 for (unsigned i = 0; i < util_cpu_caps.nr_cpus && i < UTIL_MAX_CPUS; in get_cpu_topology()
485 UTIL_MAX_CPUS)) { in get_cpu_topology()
504 for (unsigned i = 0; i < util_cpu_caps.nr_cpus && i < UTIL_MAX_CPUS; in get_cpu_topology()
531 util_set_current_thread_affinity(saved_mask, NULL, UTIL_MAX_CPUS); in get_cpu_topology()
Du_cpu_detect.h56 typedef uint32_t util_affinity_mask[UTIL_MAX_CPUS / 32];
102 uint16_t cpu_to_L3[UTIL_MAX_CPUS];
Du_thread.h64 #define UTIL_MAX_CPUS 1024 /* this should be enough */ macro
65 #define UTIL_MAX_L3_CACHES UTIL_MAX_CPUS
Du_queue.c262 uint32_t mask[UTIL_MAX_CPUS / 32]; in util_queue_thread_func()
265 util_set_current_thread_affinity(mask, NULL, UTIL_MAX_CPUS); in util_queue_thread_func()
/external/mesa3d/src/mesa/main/
Dglthread.c213 NULL, UTIL_MAX_CPUS); in _mesa_glthread_flush_batch()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c316 NULL, UTIL_MAX_CPUS); in amdgpu_pin_threads_to_L3_cache()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c805 NULL, UTIL_MAX_CPUS); in radeon_pin_threads_to_L3_cache()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2075 NULL, UTIL_MAX_CPUS); in tc_set_context_param()