Searched refs:max_clock_period (Results 1 – 2 of 2) sorted by relevance
4680 uint64_t max_clock_period = 0; in anv_GetCalibratedTimestampsEXT() local4699 max_clock_period = MAX2(max_clock_period, device_period); in anv_GetCalibratedTimestampsEXT()4703 max_clock_period = MAX2(max_clock_period, 1); in anv_GetCalibratedTimestampsEXT()4760 *pMaxDeviation = sample_interval + max_clock_period; in anv_GetCalibratedTimestampsEXT()
7235 uint64_t max_clock_period = 0; in radv_GetCalibratedTimestampsEXT() local7248 max_clock_period = MAX2(max_clock_period, device_period); in radv_GetCalibratedTimestampsEXT()7252 max_clock_period = MAX2(max_clock_period, 1); in radv_GetCalibratedTimestampsEXT()7309 *pMaxDeviation = sample_interval + max_clock_period; in radv_GetCalibratedTimestampsEXT()