HomeSort by relevance Sort by last modified time
    Searched refs:hostUnifiedMemory (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/ts/src/
ocl_test.cpp 122 ? ("CPU") : (current_device.type() == Device::TYPE_GPU ? current_device.hostUnifiedMemory() ? "iGPU" : "dGPU" : "unknown");
149 ? ("CPU") : (device.type() == Device::TYPE_GPU ? device.hostUnifiedMemory() ? "iGPU" : "dGPU" : "unknown");
177 const char* isUnifiedMemoryStr = device.hostUnifiedMemory() ? "Yes" : "No";
179 DUMP_PROPERTY_XML("cv_ocl_current_hostUnifiedMemory", device.hostUnifiedMemory());
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 155 bool hostUnifiedMemory() const;
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp     [all...]

Completed in 68 milliseconds