Home
last modified time | relevance | path

Searched refs:clGetPlatformInfo (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp31 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 Dplatform.cpp236 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp19 cl::clGetPlatformInfo,
H A Dproc_table_cl_autogen.cpp30 {"clGetPlatformInfo", P(::cl::clGetPlatformInfo)}, in GetProcTable()
H A Dentry_points_cl_autogen.h23 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform,
H A Dentry_points_cl_autogen.cpp36 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo() function
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp106 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 Dopencl_wrapper.h146 CL_DECLARE_FUNC_PTR(clGetPlatformInfo);
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp22 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 Dhwcontext_opencl.c214 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 Dcl_icd.h1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
H A Dcl.h959 clGetPlatformInfo(cl_platform_id platform,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
H A Dcl.h952 clGetPlatformInfo(cl_platform_id platform,
/third_party/mesa3d/include/CL/
H A Dcl2.hpp819 #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 Dcl_icd.h1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
H A Dcl.h950 clGetPlatformInfo(cl_platform_id platform,
H A Dcl.hpp376 #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.

Completed in 58 milliseconds