HomeSort by relevance Sort by last modified time
    Searched defs:maxWorkGroupSize (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/src/
copy.cpp 718 size_t maxWorkGroupSize = dev.maxWorkGroupSize();
719 CV_Assert(maxWorkGroupSize % 4 == 0);
722 localsize[2] = { maxWorkGroupSize / 4, 4 };
    [all...]
ocl.cpp     [all...]

Completed in 1169 milliseconds