Searched refs:deviceTimeDiff (Results 1 – 1 of 1) sorted by relevance
31 cl_ulong deviceStartTime, deviceEndTime, deviceTimeDiff; in test_device_and_host_timers() local68 deviceTimeDiff = deviceEndTime - deviceStartTime ; 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()91 observedDiff = hostTimeDiff - deviceTimeDiff; in test_device_and_host_timers()92 allowedDiff = (cl_ulong)(deviceTimeDiff * ALLOWED_ERROR); in test_device_and_host_timers()