Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_cpu_detect.c439 util_cpu_caps.num_L3_caches = 1; in get_cpu_topology()
499 util_cpu_caps.num_L3_caches = util_cpu_caps.nr_cpus / cores_per_L3; in get_cpu_topology()
502 util_cpu_caps.num_L3_caches); in get_cpu_topology()
522 for (unsigned i = 0; i < util_cpu_caps.num_L3_caches; i++) { in get_cpu_topology()
Du_cpu_detect.h99 unsigned num_L3_caches; member