OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockDim
(Results
26 - 50
of
77
) sorted by null
1
2
3
4
/external/opencv3/modules/videostab/src/cuda/
global_motion.cu
72
const int x =
blockDim
.x * blockIdx.x + threadIdx.x;
73
const int y =
blockDim
.y * blockIdx.y + threadIdx.y;
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/prebuilts/sdk/renderscript/clang-include/
cuda_builtin_vars.h
98
__CUDA_BUILTIN_VAR __cuda_builtin_blockDim_t
blockDim
;
/external/opencv3/modules/cudaoptflow/src/cuda/
pyrlk.cu
133
const unsigned int tid = threadIdx.y *
blockDim
.x + threadIdx.x;
162
for (int yBase = threadIdx.y, i = 0; yBase < c_winSize_y; yBase +=
blockDim
.y, ++i)
164
for (int xBase = threadIdx.x, j = 0; xBase < c_winSize_x; xBase +=
blockDim
.x, ++j)
241
for (int y = threadIdx.y, i = 0; y < c_winSize_y; y +=
blockDim
.y, ++i)
243
for (int x = threadIdx.x, j = 0; x < c_winSize_x; x +=
blockDim
.x, ++j)
284
for (int y = threadIdx.y, i = 0; y < c_winSize_y; y +=
blockDim
.y, ++i)
286
for (int x = threadIdx.x, j = 0; x < c_winSize_x; x +=
blockDim
.x, ++j)
334
const int patchWidth =
blockDim
.x + 2 * c_halfWin_x;
335
const int patchHeight =
blockDim
.y + 2 * c_halfWin_y;
341
const int xBase = blockIdx.x *
blockDim
.x
[
all
...]
/external/opencv3/modules/cudaimgproc/src/cuda/
match_template.cu
91
int x =
blockDim
.x * blockIdx.x + threadIdx.x;
92
int y =
blockDim
.y * blockIdx.y + threadIdx.y;
157
int x =
blockDim
.x * blockIdx.x + threadIdx.x;
158
int y =
blockDim
.y * blockIdx.y + threadIdx.y;
223
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
224
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
293
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
294
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
339
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
340
const int y = blockIdx.y *
blockDim
.y + threadIdx.y
[
all
...]
gftt.cu
61
const int j = blockIdx.x *
blockDim
.x + threadIdx.x;
62
const int i = blockIdx.y *
blockDim
.y + threadIdx.y;
debayer.cu
201
const int s_x = blockIdx.x *
blockDim
.x + threadIdx.x;
202
int s_y = blockIdx.y *
blockDim
.y + threadIdx.y;
212
const int d_x = (blockIdx.x *
blockDim
.x + threadIdx.x) << 2;
213
const int d_y = blockIdx.y *
blockDim
.y + threadIdx.y;
323
const int s_x = blockIdx.x *
blockDim
.x + threadIdx.x;
324
int s_y = blockIdx.y *
blockDim
.y + threadIdx.y;
334
const int d_x = (blockIdx.x *
blockDim
.x + threadIdx.x) << 1;
335
const int d_y = blockIdx.y *
blockDim
.y + threadIdx.y;
404
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
405
const int y = blockIdx.y *
blockDim
.y + threadIdx.y
[
all
...]
/external/opencv3/modules/cudastereo/src/cuda/
stereobm.cu
377
int x =
blockDim
.x * blockIdx.x + threadIdx.x;
378
int y =
blockDim
.y * blockIdx.y + threadIdx.y;
440
if (threadIdx.x <
blockDim
.x - winsz2)
457
float *cols = cols_cache +
blockDim
.x + threadIdx.x;
458
float *cols_extra = threadIdx.x < n_dirty_pixels ? cols +
blockDim
.x : 0;
460
int x = blockIdx.x *
blockDim
.x + threadIdx.x;
475
sum_extra += sobel(x +
blockDim
.x - winsz2, i);
496
sum_extra = sum_extra - sobel(x +
blockDim
.x - winsz2, y - winsz2 - 1) + sobel(x +
blockDim
.x - winsz2, y + winsz2);
stereobp.cu
135
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
136
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
260
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
261
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
303
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
304
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
426
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
427
const int x = ((blockIdx.x *
blockDim
.x + threadIdx.x) << 1) + ((y + t) & 1);
480
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
481
const int y = blockIdx.y *
blockDim
.y + threadIdx.y
[
all
...]
/external/opencv3/modules/cudawarping/src/cuda/
pyr_up.cu
59
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
60
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
67
int srcx = static_cast<int>((blockIdx.x *
blockDim
.x) / 2 + threadIdx.x) - 1;
68
int srcy = static_cast<int>((blockIdx.y *
blockDim
.y) / 2 + threadIdx.y) - 1;
/external/opencv3/modules/cudalegacy/src/cuda/
bm.cu
75
const int j = blockIdx.x *
blockDim
.x + threadIdx.x;
76
const int i = blockIdx.y *
blockDim
.y + threadIdx.y;
ccomponetns.cu
184
int x = threadIdx.x + blockIdx.x *
blockDim
.x;
185
int y = threadIdx.y + blockIdx.y *
blockDim
.y;
402
int tid = threadIdx.y *
blockDim
.x + threadIdx.x;
403
int stride =
blockDim
.y *
blockDim
.x;
490
int x = threadIdx.x + blockIdx.x *
blockDim
.x;
491
int y = threadIdx.y + blockIdx.y *
blockDim
.y;
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp
161
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
162
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
173
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
174
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
190
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
191
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
226
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
227
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
396
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
397
const int y = blockIdx.y *
blockDim
.y + threadIdx.y
[
all
...]
/external/opencv3/modules/cudabgsegm/src/cuda/
mog.cu
122
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
123
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
199
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
200
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
368
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
369
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
/external/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu
120
const int x = blockIdx.x * (
blockDim
.x << 1) + (threadIdx.x << 1);
121
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
/external/opencv3/modules/cudafilters/src/cuda/
filter2d.cu
59
const int x = blockIdx.x *
blockDim
.x + threadIdx.x;
60
const int y = blockIdx.y *
blockDim
.y + threadIdx.y;
Completed in 1259 milliseconds
1
2
3
4