Home
last modified time | relevance | path

Searched refs:num_L3_caches (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.c466 util_cpu_caps.num_L3_caches = 1; in get_cpu_topology()
481 uint32_t num_L3_caches = 0; in get_cpu_topology() local
541 for (unsigned c = 0; c < num_L3_caches; c++) { in get_cpu_topology()
548 idx = num_L3_caches; in get_cpu_topology()
549 L3_found[num_L3_caches++] = l3_id; in get_cpu_topology()
550 … L3_affinity_masks = realloc(L3_affinity_masks, sizeof(util_affinity_mask) * num_L3_caches); in get_cpu_topology()
553 memset(&L3_affinity_masks[num_L3_caches - 1], 0, sizeof(util_affinity_mask)); in get_cpu_topology()
562 util_cpu_caps.num_L3_caches = num_L3_caches; in get_cpu_topology()
568 for (unsigned i = 0; i < util_cpu_caps.num_L3_caches; i++) { in get_cpu_topology()
860 printf("util_cpu_caps.num_L3_caches = %u\n", util_cpu_caps.num_L3_caches); in util_cpu_detect_once()
Du_cpu_detect.h127 unsigned num_L3_caches; member
/third_party/mesa3d/src/mesa/main/
Dglthread.c206 if (util_get_cpu_caps()->num_L3_caches > 1 && in _mesa_glthread_flush_batch()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c926 STATIC_ASSERT(offsetof(struct util_cpu_caps_t, num_L3_caches) == 6 * sizeof(uint32_t)); in update_cache_sha1_cpu()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c738 if (util_get_cpu_caps()->num_L3_caches == 1 || in st_create_context_priv()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2598 - util/cpu_detect: print num_L3_caches and num_cpu_mask_bits