Searched refs:clGetDeviceAndHostTimer (Results 1 – 4 of 4) sorted by relevance
37 result = clGetDeviceAndHostTimer(deviceID, &deviceStartTime, &hostStartTime); in test_device_and_host_timers()54 result = clGetDeviceAndHostTimer(deviceID, &deviceEndTime, &hostEndTime); in test_device_and_host_timers()
996 clGetDeviceAndHostTimer(cl_device_id device,
1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
929 #define __GET_DEVICE_AND_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetDeviceAndHostTimer)2239 clGetDeviceAndHostTimer(this->get(), &(retVal.first), &(retVal.second)); in getDeviceAndHostTimer()