Searched refs:clGetDeviceAndHostTimer (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | invalid.cpp | 54 clGetDeviceAndHostTimer(cl_device_id device, in clGetDeviceAndHostTimer() function
|
H A D | dispatch.cpp | 192 clGetDeviceAndHostTimer,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 182 cl::clGetDeviceAndHostTimer,
|
H A D | proc_table_cl_autogen.cpp | 133 {"clGetDeviceAndHostTimer", P(::cl::clGetDeviceAndHostTimer)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 557 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device,
|
H A D | entry_points_cl_autogen.cpp | 2175 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device, in clGetDeviceAndHostTimer() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 285 mNative->getDispatch().clGetDeviceAndHostTimer == nullptr || in createInfo()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 1050 cl_int CL_API_CALL clGetDeviceAndHostTimer(cl_device_id device, in clGetDeviceAndHostTimer() function 1054 return cl::GetDispatch().clGetDeviceAndHostTimer(device, device_timestamp, host_timestamp); in clGetDeviceAndHostTimer()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
|
H A D | cl.h | 1005 clGetDeviceAndHostTimer(cl_device_id device,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
|
H A D | cl.h | 998 clGetDeviceAndHostTimer(cl_device_id device,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1274 cl_api_clGetDeviceAndHostTimer clGetDeviceAndHostTimer; member
|
H A D | cl.h | 996 clGetDeviceAndHostTimer(cl_device_id device,
|
H A D | cl2.hpp | 929 #define __GET_DEVICE_AND_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetDeviceAndHostTimer) 2239 clGetDeviceAndHostTimer(this->get(), &(retVal.first), &(retVal.second)); in getDeviceAndHostTimer()
|
Completed in 39 milliseconds