Home
last modified time | relevance | path

Searched refs:clGetPlatformIDs (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() function
232 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
Ddispatch.cpp28 clGetPlatformIDs,
Dcontext.cpp73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def52 clGetPlatformIDs
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map13 clGetPlatformIDs;
DlibOpenCL_autogen.cpp15 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, in clGetPlatformIDs() function
19 return cl::GetDispatch().clGetPlatformIDs(num_entries, platforms, num_platforms); in clGetPlatformIDs()
/third_party/opencl-headers/
DREADME_zh.md50 clGetPlatformIDs(1, &platform_id, NULL);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp86 LOAD_OPENCL_FUNCTION_PTR(clGetPlatformIDs); in LoadLibraryFromPath()
171 CL_DEFINE_FUNC_PTR(clGetPlatformIDs);
243 cl_int clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) in clGetPlatformIDs() function
246 auto func = OHOS::clGetPlatformIDs; in clGetPlatformIDs()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp18 cl::clGetPlatformIDs,
Dproc_table_cl_autogen.cpp29 {{"clGetPlatformIDs", P(::cl::clGetPlatformIDs)}, in GetProcTable()
Dentry_points_cl_autogen.h20 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries,
Dentry_points_cl_autogen.cpp21 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, in clGetPlatformIDs() function
/third_party/opencl-headers/include/
Dopencl_wrapper.h142 CL_DECLARE_FUNC_PTR(clGetPlatformIDs);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp52 if (mNative == nullptr || mNative->getDispatch().clGetPlatformIDs == nullptr || in createInfo()
/third_party/mesa3d/include/CL/
Dcl.hpp378 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs)
2374 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2381 err = ::clGetPlatformIDs(n, ids, NULL); in get()
2403 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2410 err = ::clGetPlatformIDs(n, ids, NULL); in get()
2428 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2439 err = ::clGetPlatformIDs(n, ids, NULL); in get()
Dcl.h945 clGetPlatformIDs(cl_uint num_entries,
Dcl2.hpp821 #define __GET_PLATFORM_IDS_ERR CL_HPP_ERR_STR_(clGetPlatformIDs)
2371 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in makeDefault()
2382 err = ::clGetPlatformIDs(n, ids.data(), NULL); in makeDefault()
2630 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2636 err = ::clGetPlatformIDs(n, ids.data(), NULL); in get()
Dcl_icd.h1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c298 cle = clGetPlatformIDs(0, NULL, nb_platforms); in opencl_enumerate_platforms()
311 cle = clGetPlatformIDs(*nb_platforms, *platforms, NULL); in opencl_enumerate_platforms()
/third_party/opencl-headers/CL/
Dcl.h954 clGetPlatformIDs(cl_uint num_entries,
Dcl_icd.h1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h947 clGetPlatformIDs(cl_uint num_entries,
Dcl_icd.h1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member