Home
last modified time | relevance | path

Searched refs:clSVMAlloc (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
Dopencl_svm_20.hpp13 #undef clSVMAlloc
14 #define clSVMAlloc clSVMAlloc_pfn macro
32 extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags…
Dopencl_core.hpp66 #define clSVMAlloc clSVMAlloc_ macro
/external/opencv3/modules/core/src/opencl/runtime/
Dopencl_core.cpp206 void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned i…
208 static const struct DynamicFnEntry _clSVMAlloc_definition = { "clSVMAlloc", (void**)&clSVMAlloc};
/external/opencv3/modules/core/src/
Docl.cpp2649 void* ptr = clSVMAlloc(handle, CL_MEM_READ_WRITE, 100, 0); in svmInit()
2692 svmFunctions.fn_clSVMAlloc = clSVMAlloc; in svmInit()