Home
last modified time | relevance | path

Searched refs:fn_clSVMAlloc (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/
Dopencl_svm.hpp45 clSVMAllocAMD_fn fn_clSVMAlloc; member
56 : fn_clSVMAlloc(NULL), fn_clSVMFree(NULL), in SVMFunctions()
66 return fn_clSVMAlloc != NULL && fn_clSVMFree && fn_clSetKernelArgSVMPointer && in isValid()
/external/opencv3/modules/core/src/
Docl.cpp2692 svmFunctions.fn_clSVMAlloc = clSVMAlloc; in svmInit()
2717 …svmFunctions.fn_clSVMAlloc = (clSVMAllocAMD_fn)clGetExtensionFunctionAddressForPlatform(p, "clSVMA… in svmInit()
2746 svmFunctions.fn_clSVMAlloc = NULL; in svmInit()
2909 CV_Assert(i->svmFunctions.fn_clSVMAlloc != NULL); in getSVMFunctions()
4042 void *buf = svmFns->fn_clSVMAlloc((cl_context)ctx.ptr(), memFlags, entry.capacity_, 0); in _allocateBufferEntry()
4292 handle = svmFns->fn_clSVMAlloc((cl_context)ctx.ptr(), memFlags, u->size, 0); in allocate()