/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 40 clGetContextInfo
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 36 clGetContextInfo,
|
D | context.cpp | 114 clGetContextInfo(cl_context d_ctx, cl_context_info param, in clGetContextInfo() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 21 clGetContextInfo;
|
D | libOpenCL_autogen.cpp | 90 cl_int CL_API_CALL clGetContextInfo(cl_context context, in clGetContextInfo() function 96 return cl::GetDispatch().clGetContextInfo(context, param_name, param_value_size, param_value, in clGetContextInfo()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 103 LOAD_OPENCL_FUNCTION_PTR(clGetContextInfo); in LoadLibraryFromPath() 189 CL_DEFINE_FUNC_PTR(clGetContextInfo); 322 cl_int clGetContextInfo(cl_context context, cl_context_info param_name, size_t param_value_size, vo… in clGetContextInfo() function 326 auto func = OHOS::clGetContextInfo; in clGetContextInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 48 errorCode = mNative->getDispatch().clGetContextInfo(mNative, CL_CONTEXT_DEVICES, 0u, nullptr, in getDevices() 53 errorCode = mNative->getDispatch().clGetContextInfo(mNative, CL_CONTEXT_DEVICES, valueSize, in getDevices()
|
D | CLPlatformCL.cpp | 60 mNative->getDispatch().clGetContextInfo == nullptr || in createInfo()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 26 cl::clGetContextInfo,
|
D | proc_table_cl_autogen.cpp | 37 {"clGetContextInfo", P(::cl::clGetContextInfo)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 58 cl_int CL_API_CALL clGetContextInfo(cl_context context,
|
D | entry_points_cl_autogen.cpp | 192 cl_int CL_API_CALL clGetContextInfo(cl_context context, in clGetContextInfo() function
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 160 CL_DECLARE_FUNC_PTR(clGetContextInfo);
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 733 cle = clGetContextInfo(hwctx->context, CL_CONTEXT_PROPERTIES, in opencl_device_init() 751 cle = clGetContextInfo(hwctx->context, CL_CONTEXT_PROPERTIES, in opencl_device_init()
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1044 clGetContextInfo(cl_context context,
|
D | cl_icd.h | 1114 cl_api_clGetContextInfo clGetContextInfo; member
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1035 clGetContextInfo(cl_context context,
|
D | cl_icd.h | 1114 cl_api_clGetContextInfo clGetContextInfo; member
|
D | cl2.hpp | 822 #define __GET_CONTEXT_INFO_ERR CL_HPP_ERR_STR_(clGetContextInfo) 1737 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion() 1741 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices.data(), NULL); in getContextPlatformVersion() 3026 detail::getInfo(&::clGetContextInfo, object_, name, param), in getInfo()
|
D | cl.hpp | 379 #define __GET_CONTEXT_INFO_ERR __ERR_STR(clGetContextInfo) 1813 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion() 1817 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL); in getContextPlatformVersion() 2761 detail::getInfo(&::clGetContextInfo, object_, name, param), in getInfo()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 1037 clGetContextInfo(cl_context context,
|
D | cl_icd.h | 1114 cl_api_clGetContextInfo clGetContextInfo; member
|
/third_party/mesa3d/docs/ |
D | features.txt | 620 CL_CONTEXT_NUM_DEVICES for clGetContextInfo DONE
|