/third_party/boost/libs/compute/include/boost/compute/ |
D | system.hpp | 189 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/ |
D | system.hpp | 189 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/ |
D | opencl_test.cpp | 90 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/ |
D | platform.cpp | 38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() function 232 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
|
D | dispatch.cpp | 28 clGetPlatformIDs,
|
D | context.cpp | 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType()
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 52 clGetPlatformIDs
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 13 clGetPlatformIDs;
|
D | libOpenCL_autogen.cpp | 15 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/ |
D | README_zh.md | 50 clGetPlatformIDs(1, &platform_id, NULL);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 18 cl::clGetPlatformIDs,
|
D | proc_table_cl_autogen.cpp | 29 {{"clGetPlatformIDs", P(::cl::clGetPlatformIDs)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 20 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries,
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_wrapper.cc | 95 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()
|
D | opencl_wrapper.h | 138 CL_DECLARE_FUNC_PTR(clGetPlatformIDs);
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 81 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/ |
D | porting_guide.qbk | 89 [[`clGetPlatformIDs()`] [[memberref boost::compute::system::platforms system::platforms()]]]
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 139 CL_DECLARE_FUNC_PTR(clGetPlatformIDs);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 52 if (mNative == nullptr || mNative->getDispatch().clGetPlatformIDs == nullptr || in createInfo()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 667 clGetPlatformIDs(cl_uint /* num_entries */,
|
D | cl.hpp | 355 #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()
|
D | cl2.hpp | 784 #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/ |
D | cl.hpp | 378 #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/ |
D | hwcontext_opencl.c | 298 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/ |
D | cl_icd.h | 1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
|