Searched refs:fn_clSVMAlloc (Results 1 – 2 of 2) sorted by relevance
45 clSVMAllocAMD_fn fn_clSVMAlloc; member56 : fn_clSVMAlloc(NULL), fn_clSVMFree(NULL), in SVMFunctions()66 return fn_clSVMAlloc != NULL && fn_clSVMFree && fn_clSetKernelArgSVMPointer && in isValid()
2692 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()