Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_timer/
Dtest_device_timer.cpp31 cl_ulong deviceStartTime, deviceEndTime, deviceTimeDiff; in test_device_and_host_timers() local
68 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()