Searched refs:yIndex (Results 1 – 3 of 3) sorted by relevance
81 int yIndex = blockIdx_y * TILE_DIM + threadIdx.y; in transpose() local87 if (yIndex + i < rows) in transpose()89 tile[threadIdx.y + i][threadIdx.x] = src(yIndex + i, xIndex); in transpose()97 yIndex = blockIdx_x * TILE_DIM + threadIdx.y; in transpose()103 if (yIndex + i < cols) in transpose()105 … dst(yIndex + i, xIndex) = saturate_cast<DstType>(tile[threadIdx.x][threadIdx.y + i]); in transpose()
387 yIndex = 0405 y = yCoordinates[yIndex]407 y = -yCoordinates[yIndex]408 yIndex = yIndex + 1412 y = yCoordinates[yIndex]413 yIndex = yIndex + 1416 assert yIndex == len(yCoordinates)
1140 Ncv32u yIndex = blockIdx_y * TRANSPOSE_TILE_DIM + threadIdx.y; in transpose() local1141 Ncv32u index_gmem = xIndex + yIndex * srcStride; in transpose()1147 if (yIndex + i < srcRoi.height) in transpose()1157 yIndex = blockIdx_x * TRANSPOSE_TILE_DIM + threadIdx.y; in transpose()1158 index_gmem = xIndex + yIndex * dstStride; in transpose()1164 if (yIndex + i < srcRoi.width) in transpose()