/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 31 if (platform->getDispatch().clGetPlatformInfo(platform, cl::ToCLenum(name), 0u, nullptr, in GetPlatformString() 35 if (platform->getDispatch().clGetPlatformInfo(platform, cl::ToCLenum(name), size, in GetPlatformString() 53 mNative->getDispatch().clGetPlatformInfo == nullptr || in createInfo() 178 mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_HOST_TIMER_RESOLUTION, in createInfo() 192 if (mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_NUMERIC_VERSION, in createInfo() 208 if (mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_EXTENSIONS_WITH_VERSION, in createInfo() 217 if (mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_EXTENSIONS_WITH_VERSION, in createInfo()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | platform.cpp | 236 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 19 cl::clGetPlatformInfo,
|
H A D | proc_table_cl_autogen.cpp | 30 {"clGetPlatformInfo", P(::cl::clGetPlatformInfo)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 23 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform,
|
H A D | entry_points_cl_autogen.cpp | 36 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo() function
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 106 LOAD_OPENCL_FUNCTION_PTR(clGetPlatformInfo); in LoadLibraryFromPath() 191 CL_DEFINE_FUNC_PTR(clGetPlatformInfo); 270 // clGetPlatformInfo wrapper, use OpenCLWrapper function. use OpenCLWrapper function. 271 cl_int clGetPlatformInfo(cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, in clGetPlatformInfo() function 275 auto func = OHOS::clGetPlatformInfo; in clGetPlatformInfo()
|
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 146 CL_DECLARE_FUNC_PTR(clGetPlatformInfo);
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 22 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo() function 28 return cl::GetDispatch().clGetPlatformInfo(platform, param_name, param_value_size, param_value, in clGetPlatformInfo()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 214 cle = clGetPlatformInfo(platform_id, key, 0, NULL, &size); in opencl_get_platform_string() 220 cle = clGetPlatformInfo(platform_id, key, size, str, &size); in opencl_get_platform_string()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
|
H A D | cl.h | 959 clGetPlatformInfo(cl_platform_id platform,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
|
H A D | cl.h | 952 clGetPlatformInfo(cl_platform_id platform,
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 819 #define __GET_PLATFORM_INFO_ERR CL_HPP_ERR_STR_(clGetPlatformInfo) 1718 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion() 1721 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size); in getPlatformVersion() 2467 //! \brief Wrapper for clGetPlatformInfo(). 2471 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo() 2475 //! \brief Wrapper for clGetPlatformInfo() that returns by value.
|
H A D | cl_icd.h | 1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
|
H A D | cl.h | 950 clGetPlatformInfo(cl_platform_id platform,
|
H A D | cl.hpp | 376 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo) 1794 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion() 1796 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion() 2235 //! \brief Wrapper for clGetPlatformInfo(). 2239 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo() 2243 //! \brief Wrapper for clGetPlatformInfo() that returns by value.
|