Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_timer/
Dtest_device_timer.cpp37 result = clGetDeviceAndHostTimer(deviceID, &deviceStartTime, &hostStartTime); in test_device_and_host_timers()
54 result = clGetDeviceAndHostTimer(deviceID, &deviceEndTime, &hostEndTime); in test_device_and_host_timers()
/external/mesa3d/include/CL/
Dcl.h996 clGetDeviceAndHostTimer(cl_device_id device,
Dcl_icd.h1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
Dcl2.hpp929 #define __GET_DEVICE_AND_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetDeviceAndHostTimer)
2239 clGetDeviceAndHostTimer(this->get(), &(retVal.first), &(retVal.second)); in getDeviceAndHostTimer()