Home
last modified time | relevance | path

Searched defs:globalSize (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/src/
Dorb.cpp67 size_t globalSize[] = {nkeypoints}; in ocl_HarrisResponses() local
89 size_t globalSize[] = {nkeypoints}; in ocl_ICAngles() local
109 size_t globalSize[] = {nkeypoints}; in ocl_computeOrbDescriptors() local
Dmatchers.cpp100 …size_t globalSize[] = {(query.size().height + block_size - 1) / block_size * block_size, block_siz… in ocl_matchSingle() local
200 size_t globalSize[] = {(query_rows + block_size - 1) / block_size * block_size, block_size}; in ocl_knnMatchSingle() local
309 …size_t globalSize[] = {(train_rows + block_size - 1) / block_size * block_size, (query_rows + bloc… in ocl_radiusMatchSingle() local
/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp212 const tcu::UVec3 globalSize = subCase.localSize*subCase.numWorkGroups; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp387 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); in iterate() local
/external/opencv3/modules/core/src/
Dmatrix.cpp3587 size_t globalSize[2] = { buf_cols, src.rows }; in ocl_reduce() local
Dconvert.cpp5698 size_t globalSize[2] = { dst.cols * dcn / kercn, (dst.rows + 3) / 4 }; in ocl_LUT() local