Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/opencl/
Dopencl_svm.hpp26 SVM_FINE_GRAIN_SYSTEM = (1 << 2), enumerator
37 inline bool isSupportFineGrainSystem() const { return (value_ & SVM_FINE_GRAIN_SYSTEM) != 0; } in isSupportFineGrainSystem()
/external/opencv3/modules/core/src/
Docl.cpp2637 …(deviceCaps & CL_DEVICE_SVM_FINE_GRAIN_SYSTEM) ? svm::SVMCapabilities::SVM_FINE_GRAIN_SYSTEM : 0) | in svmInit()