Home
last modified time | relevance | path

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

12

/third_party/boost/libs/compute/include/boost/compute/
Dsystem.hpp189 clGetPlatformIDs(0, 0, &count); in platforms()
195 clGetPlatformIDs(count, &platform_ids[0], 0); in platforms()
208 clGetPlatformIDs(0, 0, &count); in platform_count()
/third_party/boost/boost/compute/
Dsystem.hpp189 clGetPlatformIDs(0, 0, &count); in platforms()
195 clGetPlatformIDs(count, &platform_ids[0], 0); in platforms()
208 clGetPlatformIDs(0, 0, &count); in platform_count()
/third_party/boost/libs/compute/example/
Dopencl_test.cpp90 cl_int ret = clGetPlatformIDs(0, NULL, &num_platforms); in main()
104 clGetPlatformIDs(num_platforms, platforms, NULL); in main()
/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/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,
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc95 LOAD_OPENCL_FUNCTION_PTR(clGetPlatformIDs); in LoadLibraryFromPath()
182 CL_DEFINE_FUNC_PTR(clGetPlatformIDs);
253 cl_int clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) { in clGetPlatformIDs() function
254 auto func = mindspore::lite::opencl::clGetPlatformIDs; in clGetPlatformIDs()
Dopencl_wrapper.h138 CL_DECLARE_FUNC_PTR(clGetPlatformIDs);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp81 LOAD_OPENCL_FUNCTION_PTR(clGetPlatformIDs); in LoadLibraryFromPath()
164 CL_DEFINE_FUNC_PTR(clGetPlatformIDs);
235 cl_int clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) { in clGetPlatformIDs() function
237 auto func = OHOS::clGetPlatformIDs; in clGetPlatformIDs()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk89 [[`clGetPlatformIDs()`] [[memberref boost::compute::system::platforms system::platforms()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h139 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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h667 clGetPlatformIDs(cl_uint /* num_entries */,
Dcl.hpp355 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs)
2347 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2354 err = ::clGetPlatformIDs(n, ids, NULL); in get()
2376 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2383 err = ::clGetPlatformIDs(n, ids, NULL); in get()
2401 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2412 err = ::clGetPlatformIDs(n, ids, NULL); in get()
Dcl2.hpp784 #define __GET_PLATFORM_IDS_ERR CL_HPP_ERR_STR_(clGetPlatformIDs)
2221 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in makeDefault()
2232 err = ::clGetPlatformIDs(n, ids.data(), NULL); in makeDefault()
2480 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get()
2486 err = ::clGetPlatformIDs(n, ids.data(), NULL); in get()
/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()
/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/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member

12