/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/opencl-headers/src/ |
D | opencl_wrapper.cpp | 86 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/ |
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,
|
D | entry_points_cl_autogen.cpp | 21 cl_int CL_API_CALL clGetPlatformIDs(cl_uint num_entries, in clGetPlatformIDs() function
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 142 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/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()
|
D | cl.h | 945 clGetPlatformIDs(cl_uint num_entries,
|
D | cl2.hpp | 821 #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()
|
D | cl_icd.h | 1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
|
/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/opencl-headers/CL/ |
D | cl.h | 954 clGetPlatformIDs(cl_uint num_entries,
|
D | cl_icd.h | 1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 947 clGetPlatformIDs(cl_uint num_entries,
|
D | cl_icd.h | 1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
|