Home
last modified time | relevance | path

Searched refs:CTA_SIZE_Y (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
Dccomponetns.cu63 CTA_SIZE_Y = 8, enumerator
72 TILE_ROWS = CTA_SIZE_Y * TPB_Y
210 dim3 block(CTA_SIZE_X, CTA_SIZE_Y); in computeEdges()
253 int yloc = threadIdx.y + CTA_SIZE_Y * i; in lableTiles()
255 component c = edges(bounds * (y + CTA_SIZE_Y * i), x + CTA_SIZE_X * j); in lableTiles()
275 int yloc = threadIdx.y + CTA_SIZE_Y * i; in lableTiles()
290 int yloc = threadIdx.y + CTA_SIZE_Y * i; in lableTiles()
362 … if (y + CTA_SIZE_Y * i < comps.rows) comps(y + CTA_SIZE_Y * i, x + CTA_SIZE_X * j) = label; in lableTiles()
502 dim3 block(CTA_SIZE_X, CTA_SIZE_Y); in labelComponents()