Searched refs:num_L3_caches (Results 1 – 6 of 6) sorted by relevance
466 util_cpu_caps.num_L3_caches = 1; in get_cpu_topology()481 uint32_t num_L3_caches = 0; in get_cpu_topology() local541 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()
127 unsigned num_L3_caches; member
206 if (util_get_cpu_caps()->num_L3_caches > 1 && in _mesa_glthread_flush_batch()
926 STATIC_ASSERT(offsetof(struct util_cpu_caps_t, num_L3_caches) == 6 * sizeof(uint32_t)); in update_cache_sha1_cpu()
738 if (util_get_cpu_caps()->num_L3_caches == 1 || in st_create_context_priv()
2598 - util/cpu_detect: print num_L3_caches and num_cpu_mask_bits