/third_party/boost/libs/compute/include/boost/compute/ |
D | context.hpp | 68 m_context = clCreateContext(properties, 1, &device_id, 0, 0, &error); in context() 85 m_context = clCreateContext( in context()
|
/third_party/boost/boost/compute/ |
D | context.hpp | 68 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/ |
D | context.cpp | 30 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()
|
D | dispatch.cpp | 32 clCreateContext,
|
/third_party/boost/libs/compute/test/ |
D | test_context.cpp | 27 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/ |
D | context.hpp | 63 cl_context cl_gl_context = clCreateContext(properties, 0, 0, 0, 0, &error); in opengl_create_shared_context()
|
/third_party/boost/boost/compute/interop/opengl/ |
D | context.hpp | 63 cl_context cl_gl_context = clCreateContext(properties, 0, 0, 0, 0, &error); in opengl_create_shared_context()
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 5 clCreateContext
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 17 clCreateContext;
|
D | libOpenCL_autogen.cpp | 52 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/ |
D | README_zh.md | 53 context_ = clCreateContext(0, 1, &device_id, NULL, NULL, &err);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 22 cl::clCreateContext,
|
D | proc_table_cl_autogen.cpp | 33 {"clCreateContext", P(::cl::clCreateContext)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_wrapper.cc | 127 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()
|
D | opencl_wrapper.h | 172 CL_DECLARE_FUNC_PTR(clCreateContext);
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 113 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/ |
D | CLPlatformCL.cpp | 56 mNative->getDispatch().clCreateContext == nullptr || in createInfo() 395 cl_context nativeContext = mNative->getDispatch().clCreateContext( in createContext()
|
/third_party/boost/libs/compute/doc/ |
D | porting_guide.qbk | 35 [[`clCreateContext()`] [[classref boost::compute::context context::context()]]]
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 173 CL_DECLARE_FUNC_PTR(clCreateContext);
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 723 clCreateContext(const cl_context_properties * /* properties */,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_icd.h | 1110 cl_api_clCreateContext clCreateContext; member
|
D | cl.h | 1010 clCreateContext(const cl_context_properties * properties,
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1008 clCreateContext(const cl_context_properties * properties,
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1010 clCreateContext(const cl_context_properties * properties,
|