Home
last modified time | relevance | path

Searched defs:SVMFunctions (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/
Dopencl_svm.hpp43 struct SVMFunctions struct
45 clSVMAllocAMD_fn fn_clSVMAlloc;
46 clSVMFreeAMD_fn fn_clSVMFree;
47 clSetKernelArgSVMPointerAMD_fn fn_clSetKernelArgSVMPointer;
50 clEnqueueSVMMemcpyAMD_fn fn_clEnqueueSVMMemcpy;
51 clEnqueueSVMMemFillAMD_fn fn_clEnqueueSVMMemFill;
52 clEnqueueSVMMapAMD_fn fn_clEnqueueSVMMap;
53 clEnqueueSVMUnmapAMD_fn fn_clEnqueueSVMUnmap;
55 inline SVMFunctions() in SVMFunctions() argument
64 inline bool isValid() const in isValid()