Lines Matching full:globalsize
1177 size_t globalsize[2] = { dst.cols * cn / kercn, dst.rows };1178 globalsize[1] = (globalsize[1] + stride_size - 1) / stride_size;1179 return k.run(2, globalsize, NULL, false);