Searched refs:max_clock_period (Results 1 – 2 of 2) sorted by relevance
4508 uint64_t max_clock_period = 0; in anv_GetCalibratedTimestampsEXT() local4527 max_clock_period = MAX2(max_clock_period, device_period); in anv_GetCalibratedTimestampsEXT()4531 max_clock_period = MAX2(max_clock_period, 1); in anv_GetCalibratedTimestampsEXT()4588 *pMaxDeviation = sample_interval + max_clock_period; in anv_GetCalibratedTimestampsEXT()
8053 uint64_t max_clock_period = 0; in radv_GetCalibratedTimestampsEXT() local8067 max_clock_period = MAX2(max_clock_period, device_period); in radv_GetCalibratedTimestampsEXT()8071 max_clock_period = MAX2(max_clock_period, 1); in radv_GetCalibratedTimestampsEXT()8128 *pMaxDeviation = sample_interval + max_clock_period; in radv_GetCalibratedTimestampsEXT()