Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4554 uint64_t max_clock_period = 0; in anv_GetCalibratedTimestampsEXT() local
4573 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c7881 uint64_t max_clock_period = 0; in radv_GetCalibratedTimestampsEXT() local
7894 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()