Searched refs:clGetHostTimer (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | invalid.cpp | 61 clGetHostTimer(cl_device_id device, in clGetHostTimer() function
|
H A D | dispatch.cpp | 193 clGetHostTimer,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 183 cl::clGetHostTimer,
|
H A D | proc_table_cl_autogen.cpp | 134 {"clGetHostTimer", P(::cl::clGetHostTimer)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 560 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp);
|
H A D | entry_points_cl_autogen.cpp | 2189 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp) in clGetHostTimer() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 286 mNative->getDispatch().clGetHostTimer == nullptr || in createInfo()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 1057 cl_int CL_API_CALL clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp) in clGetHostTimer() function 1059 return cl::GetDispatch().clGetHostTimer(device, host_timestamp); in clGetHostTimer()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1275 cl_api_clGetHostTimer clGetHostTimer; member
|
H A D | cl.h | 1010 clGetHostTimer(cl_device_id device,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1275 cl_api_clGetHostTimer clGetHostTimer; member
|
H A D | cl.h | 1003 clGetHostTimer(cl_device_id device,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1275 cl_api_clGetHostTimer clGetHostTimer; member
|
H A D | cl.h | 1001 clGetHostTimer(cl_device_id device,
|
H A D | cl2.hpp | 928 #define __GET_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetHostTimer) 2215 clGetHostTimer(this->get(), &retVal); in getHostTimer()
|
Completed in 62 milliseconds