Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/opencl/
Dopencl_svm.hpp34 inline bool isNoSVMSupport() const { return value_ == 0; } in isNoSVMSupport() function
/external/opencv3/modules/core/src/
Docl.cpp4210 if (ctx.useSVM() && svm::useSVM(usageFlags) && !svmCaps.isNoSVMSupport()) in allocate()