Home
last modified time | relevance | path

Searched refs:clCreateContext (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/compute/include/boost/compute/
Dcontext.hpp68 m_context = clCreateContext(properties, 1, &device_id, 0, 0, &error); in context()
85 m_context = clCreateContext( in context()
/third_party/boost/boost/compute/
Dcontext.hpp68 m_context = clCreateContext(properties, 1, &device_id, 0, 0, &error); in context()
85 m_context = clCreateContext( in context()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, in clCreateContext() function
85 return clCreateContext(d_props, num_devices, devs.data(), pfn_notify, in clCreateContextFromType()
Ddispatch.cpp32 clCreateContext,
/third_party/boost/libs/compute/test/
Dtest_context.cpp27 cl_context ctx = clCreateContext(0, 1, &id, 0, 0, 0); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/compute/include/boost/compute/interop/opengl/
Dcontext.hpp63 cl_context cl_gl_context = clCreateContext(properties, 0, 0, 0, 0, &error); in opengl_create_shared_context()
/third_party/boost/boost/compute/interop/opengl/
Dcontext.hpp63 cl_context cl_gl_context = clCreateContext(properties, 0, 0, 0, 0, &error); in opengl_create_shared_context()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def5 clCreateContext
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map17 clCreateContext;
DlibOpenCL_autogen.cpp52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() function
62 return cl::GetDispatch().clCreateContext(properties, num_devices, devices, pfn_notify, in clCreateContext()
/third_party/opencl-headers/
DREADME_zh.md53 context_ = clCreateContext(0, 1, &device_id, NULL, NULL, &err);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp22 cl::clCreateContext,
Dproc_table_cl_autogen.cpp33 {"clCreateContext", P(::cl::clCreateContext)}, in GetProcTable()
Dentry_points_cl_autogen.h38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc127 LOAD_OPENCL_FUNCTION_PTR(clCreateContext); in LoadLibraryFromPath()
216 CL_DEFINE_FUNC_PTR(clCreateContext);
284 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_d… in clCreateContext() function
287 auto func = mindspore::lite::opencl::clCreateContext; in clCreateContext()
Dopencl_wrapper.h172 CL_DECLARE_FUNC_PTR(clCreateContext);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp113 LOAD_OPENCL_FUNCTION_PTR(clCreateContext); in LoadLibraryFromPath()
198 CL_DEFINE_FUNC_PTR(clCreateContext);
270 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_d… in clCreateContext() function
274 auto func = OHOS::clCreateContext; in clCreateContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp56 mNative->getDispatch().clCreateContext == nullptr || in createInfo()
395 cl_context nativeContext = mNative->getDispatch().clCreateContext( in createContext()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk35 [[`clCreateContext()`] [[classref boost::compute::context context::context()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h173 CL_DECLARE_FUNC_PTR(clCreateContext);
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h723 clCreateContext(const cl_context_properties * /* properties */,
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1110 cl_api_clCreateContext clCreateContext; member
Dcl.h1010 clCreateContext(const cl_context_properties * properties,
/third_party/mesa3d/include/CL/
Dcl.h1008 clCreateContext(const cl_context_properties * properties,
/third_party/opencl-headers/CL/
Dcl.h1010 clCreateContext(const cl_context_properties * properties,

12