Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp175 clSVMFree,
H A Dplatform.cpp211 { "clSVMFreeARM", reinterpret_cast<void *>(clSVMFree) },
H A Dmemory.cpp629 clSVMFree(cl_context d_ctx, in clSVMFree() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp165 cl::clSVMFree,
H A Dproc_table_cl_autogen.cpp123 {"clSVMFree", P(::cl::clSVMFree)}, in GetProcTable()
H A Dentry_points_cl_autogen.h500 void CL_API_CALL clSVMFree(cl_context context, void *svm_pointer);
H A Dentry_points_cl_autogen.cpp1972 void CL_API_CALL clSVMFree(cl_context context, void *svm_pointer) in clSVMFree() function
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp165 LOAD_OPENCL_FUNCTION_PTR(clSVMFree); in LoadLibraryFromPath()
253 CL_DEFINE_FUNC_PTR(clSVMFree);
854 // clSVMFree wrapper, use OpenCLWrapper function.
855 void clSVMFree(cl_context context, void *buffer) in clSVMFree() function
858 auto func = OHOS::clSVMFree; in clSVMFree()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h208 CL_DECLARE_FUNC_PTR(clSVMFree);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp267 mNative->getDispatch().clSVMFree == nullptr || in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A 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/opencl-headers/CL/
H A Dcl_icd.h1257 cl_api_clSVMFree clSVMFree; member
H A Dcl.h1209 clSVMFree(cl_context context,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1257 cl_api_clSVMFree clSVMFree; member
H A Dcl.h1202 clSVMFree(cl_context context,
/third_party/mesa3d/include/CL/
H A Dcl_icd.h1257 cl_api_clSVMFree clSVMFree; member
H A Dcl.h1200 clSVMFree(cl_context context,
H A Dcl2.hpp3643 clSVMFree(context_(), p); in deallocate()

Completed in 43 milliseconds