Searched refs:max_clock_period (Results 1 – 2 of 2) sorted by relevance
4554 uint64_t max_clock_period = 0; in anv_GetCalibratedTimestampsEXT() local4573 max_clock_period = MAX2(max_clock_period, device_period); in anv_GetCalibratedTimestampsEXT()4577 max_clock_period = MAX2(max_clock_period, 1); in anv_GetCalibratedTimestampsEXT()4634 *pMaxDeviation = sample_interval + max_clock_period; in anv_GetCalibratedTimestampsEXT()
7881 uint64_t max_clock_period = 0; in radv_GetCalibratedTimestampsEXT() local7894 max_clock_period = MAX2(max_clock_period, device_period); in radv_GetCalibratedTimestampsEXT()7898 max_clock_period = MAX2(max_clock_period, 1); in radv_GetCalibratedTimestampsEXT()7955 *pMaxDeviation = sample_interval + max_clock_period; in radv_GetCalibratedTimestampsEXT()