Home
last modified time | relevance | path

Searched refs:cpu_to_L3 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h120 uint16_t cpu_to_L3[UTIL_MAX_CPUS]; member
Du_cpu_detect.c466 memset(util_cpu_caps.cpu_to_L3, 0xff, sizeof(util_cpu_caps.cpu_to_L3)); in get_cpu_topology()
553 util_cpu_caps.cpu_to_L3[i] = idx; in get_cpu_topology()
/third_party/mesa3d/src/mesa/main/
Dglthread.c226 uint16_t L3_cache = util_get_cpu_caps()->cpu_to_L3[cpu]; in _mesa_glthread_flush_batch()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw.c120 uint16_t L3_cache = util_get_cpu_caps()->cpu_to_L3[cpu]; in prepare_draw()