Searched defs:clEnqueueSVMUnmap (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
H A Dopencl_svm_20.hpp29 #undef clEnqueueSVMUnmap macro
30 #define clEnqueueSVMUnmap clEnqueueSVMUnmap_pfn macro
45 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr,
H A Dopencl_core.hpp74 #define clEnqueueSVMUnmap clEnqueueSVMUnmap_ macro
/external/opencv3/modules/core/src/opencl/runtime/
H A Dopencl_core.cpp230 cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) = variable
232 static const struct DynamicFnEntry _clEnqueueSVMUnmap_definition = { "clEnqueueSVMUnmap", (void**)&clEnqueueSVMUnmap};

Completed in 29 milliseconds