Searched refs:hostTimeDiff (Results 1 – 1 of 1) sorted by relevance
32 cl_ulong hostStartTime, hostEndTime, hostTimeDiff; in test_device_and_host_timers() local69 hostTimeDiff = hostEndTime - hostStartTime ; in test_device_and_host_timers()86 if (deviceTimeDiff > hostTimeDiff) { in test_device_and_host_timers()87 observedDiff = deviceTimeDiff - hostTimeDiff; in test_device_and_host_timers()88 allowedDiff = (cl_ulong)(hostTimeDiff * ALLOWED_ERROR); in test_device_and_host_timers()91 observedDiff = hostTimeDiff - deviceTimeDiff; in test_device_and_host_timers()