Searched refs:GetHostTimer (Results 1 – 3 of 3) sorted by relevance
124 cl_int GetHostTimer(cl_device_id device, cl_ulong *host_timestamp) in GetHostTimer() function126 WARN_NOT_SUPPORTED(GetHostTimer); in GetHostTimer()
47 cl_int GetHostTimer(cl_device_id device, cl_ulong *host_timestamp);
2191 CL_EVENT(GetHostTimer, "device = 0x%016" PRIxPTR ", host_timestamp = 0x%016" PRIxPTR "", in clGetHostTimer()2194 ANGLE_CL_VALIDATE_ERROR(GetHostTimer, device, host_timestamp); in clGetHostTimer()2196 return GetHostTimer(device, host_timestamp); in clGetHostTimer()