Home
last modified time | relevance | path

Searched refs:clSVMFree (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/compute/
Dsvm.hpp57 clSVMFree(ptr.get_context(), ptr.get()); in svm_free()
64 clSVMFree(context.get(), ptr.get()); in svm_free()
/third_party/boost/libs/compute/include/boost/compute/
Dsvm.hpp57 clSVMFree(ptr.get_context(), ptr.get()); in svm_free()
64 clSVMFree(context.get(), ptr.get()); in svm_free()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def112 clSVMFree
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp175 clSVMFree,
Dplatform.cpp211 { "clSVMFreeARM", reinterpret_cast<void *>(clSVMFree) },
Dmemory.cpp559 clSVMFree(cl_context d_ctx, in clSVMFree() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map120 clSVMFree;
DlibOpenCL_autogen.cpp945 void CL_API_CALL clSVMFree(cl_context context, void *svm_pointer) in clSVMFree() function
947 return cl::GetDispatch().clSVMFree(context, svm_pointer); in clSVMFree()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp165 cl::clSVMFree,
Dproc_table_cl_autogen.cpp123 {"clSVMFree", P(::cl::clSVMFree)}, in GetProcTable()
Dentry_points_cl_autogen.h500 void CL_API_CALL clSVMFree(cl_context context, void *svm_pointer);
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc154 LOAD_OPENCL_FUNCTION_PTR(clSVMFree); in LoadLibraryFromPath()
244 CL_DEFINE_FUNC_PTR(clSVMFree);
716 void clSVMFree(cl_context context, void *buffer) { in clSVMFree() function
717 auto func = mindspore::lite::opencl::clSVMFree; in clSVMFree()
Dopencl_wrapper.h200 CL_DECLARE_FUNC_PTR(clSVMFree);
Dopencl_allocator.cc410 clSVMFree((*ocl_runtime_->Context())(), it->second->host_ptr_); in ClearMemList()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp140 LOAD_OPENCL_FUNCTION_PTR(clSVMFree); in LoadLibraryFromPath()
226 CL_DEFINE_FUNC_PTR(clSVMFree);
755 void clSVMFree(cl_context context, void *buffer) { in clSVMFree() function
757 auto func = OHOS::clSVMFree; in clSVMFree()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk81 [[`clSVMFree()`] [[funcref boost::compute::svm_free svm_free<T>()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h201 CL_DECLARE_FUNC_PTR(clSVMFree);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp267 mNative->getDispatch().clSVMFree == nullptr || in createInfo()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h850 clSVMFree(cl_context /* context */,
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1257 cl_api_clSVMFree clSVMFree; member
Dcl.h1202 clSVMFree(cl_context context,
/third_party/mesa3d/include/CL/
Dcl.h1200 clSVMFree(cl_context context,
Dcl_icd.h1257 cl_api_clSVMFree clSVMFree; member
/third_party/opencl-headers/CL/
Dcl.h1202 clSVMFree(cl_context context,
Dcl_icd.h1257 cl_api_clSVMFree clSVMFree; member

12