/external/opencv3/cmake/FindCUDA/ |
parse_cubin.cmake | 89 if (${entry} MATCHES "smem([ ]+)=([ ]+)([^ ]+)")
|
/external/elfutils/src/ |
ldlex.l | 186 {ID} { ldlval.str = obstack_strndup (&ld_state.smem, 190 {FILENAMECHAR1}{FILENAMECHAR} { ldlval.str = obstack_strndup (&ld_state.smem,
|
ld.c | 307 obstack_init (&ld_state.smem); [all...] |
ldgeneric.c | 410 fileinfo->rfname = obstack_strdup (&ld_state.smem, rfname); [all...] |
ld.h | 1063 struct obstack smem; member in struct:ld_state [all...] |
/external/opencv3/modules/cudalegacy/src/cuda/ |
bm_fast.cu | 283 size_t smem = search_window * search_window * sizeof(int); 285 optflowbm_fast_kernel<<<grid, block, smem, stream>>>(fbm, velx, vely);
|
needle_map.cu | 56 __shared__ float smem[2 * NEEDLE_MAP_SCALE]; 58 volatile float* u_col_sum = smem;
|
ccomponetns.cu | 323 Emulation::smem::atomicMin(&labelsTile[0][0] + old_labels[i][j], new_labels[i][j]);
|
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | 492 "inline float3 sobel(int idx, __local const floatN *smem)\n" 495 "floatN dx = fma(2, smem[idx + GRP_SIZEX + 6] - smem[idx + GRP_SIZEX + 4],\n" 496 "smem[idx + 2] - smem[idx] + smem[idx + 2 * GRP_SIZEX + 10] - smem[idx + 2 * GRP_SIZEX + 8]);\n" 497 "floatN dy = fma(2, smem[idx + 1] - smem[idx + 2 * GRP_SIZEX + 9],\n" 498 "smem[idx + 2] - smem[idx + 2 * GRP_SIZEX + 10] + smem[idx] - smem[idx + 2 * GRP_SIZEX + 8]);\n [all...] |
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
bf_radius_match.cu | 62 extern __shared__ int smem[]; 67 typename Dist::value_type* s_query = (typename Dist::value_type*)(smem); 68 typename Dist::value_type* s_train = (typename Dist::value_type*)(smem + BLOCK_SIZE * BLOCK_SIZE); 170 extern __shared__ int smem[]; 175 typename Dist::value_type* s_query = (typename Dist::value_type*)(smem); 176 typename Dist::value_type* s_train = (typename Dist::value_type*)(smem + BLOCK_SIZE * BLOCK_SIZE);
|
/external/llvm/lib/Target/AMDGPU/ |
VIInstructions.td | 93 // SMEM Instructions 105 // SMEM Patterns
|
SIISelLowering.cpp | 390 // On VI, these use the SMEM format and the offset is 20-bit in bytes. [all...] |
/external/opencv3/modules/cudaimgproc/src/cuda/ |
build_point_list.cu | 77 const int qidx = Emulation::smem::atomicAdd(&s_qsize[threadIdx.y], 1);
|
generalized_hough.cu | 99 const int qidx = Emulation::smem::atomicAdd(&s_sizes[threadIdx.y], 1); 593 Emulation::smem::atomicAdd(&s_OHist[n], 1); 656 Emulation::smem::atomicAdd(&s_SHist[s], 1); [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
tic54x.h | 141 #define FL_SMR 0x200 /* Smem read (for flagging write-only *+ARx */
|
/external/opencv3/modules/video/ |
opencl_kernels_video.cpp | 257 "__local float * smem,\n" 263 "__local float *row = smem + tx;\n" 327 "__local float * smem)\n" 331 "__local float *row = smem + ty * (bdx + 2*ksizeHalf);\n" 358 "__local float * smem)\n" 363 "__local volatile float *row = smem + 5 * ty * smw;\n" 481 "__local float * smem)\n" 487 "__local float *row = smem + 5 * ty * smw;\n" [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
emulation.hpp | 84 struct smem struct in struct:cv::cuda::device::Emulation
|
/external/opencv3/modules/cudastereo/src/cuda/ |
stereocsbp.cu | 258 extern __shared__ float smem[]; 260 reduce<winsz>(smem + winsz * threadIdx.z, val, tid, plus<float>()); 440 extern __shared__ float smem[]; 442 reduce<winsz>(smem + winsz * threadIdx.z, val, tid, plus<float>()); [all...] |
/external/opencv3/modules/cudaoptflow/src/cuda/ |
pyrlk.cu | 332 extern __shared__ int smem[]; 337 int* I_patch = smem;
|
/external/valgrind/none/tests/ppc32/ |
testVMX.c | [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 555 "/data/local/logs/smem", [all...] |
/external/opencv3/modules/core/src/ |
dxt.cpp | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tic54x.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
all-opcodes.s | 280 ; ADD16smem : ADD Smem, 16, AB, AB2 : 6 1008 ; ADDC : ADDC Smem, AB : 2 [all...] |
/external/opencv3/modules/objdetect/src/ |
hog.cpp | 1161 int smem = (hists_size + final_hists_size) * blocks_in_group; local [all...] |