Searched defs:globalSize (Results 1 – 6 of 6) sorted by relevance
67 size_t globalSize[] = {nkeypoints}; in ocl_HarrisResponses() local89 size_t globalSize[] = {nkeypoints}; in ocl_ICAngles() local109 size_t globalSize[] = {nkeypoints}; in ocl_computeOrbDescriptors() local
100 …size_t globalSize[] = {(query.size().height + block_size - 1) / block_size * block_size, block_siz… in ocl_matchSingle() local200 size_t globalSize[] = {(query_rows + block_size - 1) / block_size * block_size, block_size}; in ocl_knnMatchSingle() local309 …size_t globalSize[] = {(train_rows + block_size - 1) / block_size * block_size, (query_rows + bloc… in ocl_radiusMatchSingle() local
212 const tcu::UVec3 globalSize = subCase.localSize*subCase.numWorkGroups; in iterate() local
387 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); in iterate() local
3587 size_t globalSize[2] = { buf_cols, src.rows }; in ocl_reduce() local
5698 size_t globalSize[2] = { dst.cols * dcn / kercn, (dst.rows + 3) / 4 }; in ocl_LUT() local