Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread.c213 uint16_t L3_cache = util_get_cpu_caps()->cpu_to_L3[cpu]; in _mesa_glthread_flush_batch() local
214 if (L3_cache != U_CPU_INVALID_L3) { in _mesa_glthread_flush_batch()
216 util_get_cpu_caps()->L3_affinity_mask[L3_cache], in _mesa_glthread_flush_batch()
220 L3_cache); in _mesa_glthread_flush_batch()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw.c118 uint16_t L3_cache = util_get_cpu_caps()->cpu_to_L3[cpu]; in prepare_draw() local
120 if (L3_cache != U_CPU_INVALID_L3) { in prepare_draw()
123 L3_cache); in prepare_draw()