Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.cc181 static bool close_enough(uint64_t duration, uint64_t sampling_period) in close_enough() argument
183 return duration > sampling_period - 100000; in close_enough()