Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c43 #define SAMPLES_PER_SEC 10000 macro
117 const int period_us = 1000000 / SAMPLES_PER_SEC; in r600_gpu_load_thread()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c41 #define SAMPLES_PER_SEC 10000 macro
133 const int period_us = 1000000 / SAMPLES_PER_SEC; in si_gpu_load_thread()