Searched defs:wgs (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dfeatureselect.cpp95 size_t wgs = ocl::Device::getDefault().maxWorkGroupSize(); local
98 while (wgs2_aligned < (int)wgs)
104 (int)wgs, dbsize, wgs2_aligned, haveMask ? " -D HAVE_MASK" : ""));
121 size_t globalsize = dbsize * wgs;
122 if (!k.run(1, &globalsize, &wgs, false))
127 wgs, wgs2_aligned, dbsize));
H A Dderiv.cpp687 size_t wgs = dev.maxWorkGroupSize(); local
690 const size_t tileSizeYmax = wgs / tileSizeX;
701 (tileSizeX * tileSizeYmin <= wgs) &&
711 while ((tileSizeX * tileSizeY > wgs) || (LAPLACIAN_LOCAL_MEM(tileSizeX, tileSizeY, kernelX.cols, loc_mem_cn * 4) > lmsz))
H A Dtemplmatch.cpp83 size_t wgs = ocl::Device::getDefault().maxWorkGroupSize(); local
86 while (wgs2_aligned < (int)wgs)
95 (int)wgs, wgs2_aligned));
107 size_t globalsize = wgs;
108 return k.run(1, &globalsize, &wgs, false);
/external/opencv3/modules/core/src/
H A Dstat.cpp1067 size_t wgs = dev.maxWorkGroupSize(); local
1074 while (wgs2_aligned < (int)wgs)
1086 opMap[sum_op], (int)wgs, wgs2_aligned,
1122 size_t globalsize = ngroups * wgs;
1123 if (k.run(1, &globalsize, &wgs, false))
1263 size_t wgs = ocl::Device::getDefault().maxWorkGroupSize();
1266 while (wgs2_aligned < (int)wgs)
1274 ocl::typeToStr(depth), (int)wgs, kercn,
1284 size_t globalsize = dbsize * wgs;
1285 if (k.run(1, &globalsize, &wgs, tru
[all...]

Completed in 525 milliseconds