Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/opencl/
Dhistogram.cl76 atomic_inc(localhist + convert_int(src[src_index]));
79 atomic_inc(localhist + (value & 0xff));
80 atomic_inc(localhist + ((value >> 8) & 0xff));
81 atomic_inc(localhist + ((value >> 16) & 0xff));
82 atomic_inc(localhist + ((value >> 24) & 0xff));
85 atomic_inc(localhist + value.s0);
86 atomic_inc(localhist + value.s1);
88 atomic_inc(localhist + value.s2);
89 atomic_inc(localhist + value.s3);
91 atomic_inc(localhist + value.s4);
[all …]
Dhough_lines.cl37 int index = atomic_inc(&l_index);
84 atomic_inc(accum + r + 1);
121 atomic_inc(l_accum + r + 1);
161 int index = atomic_inc(lines_index);
299 int index = atomic_inc(lines_index);
319 int index = atomic_inc(lines_index);
Dcanny.cl413 l_stack[atomic_inc(&l_counter)] = (ushort2)(x, y);
461 l_stack[ atomic_inc(&l_counter) ] = p_stack[--p_counter];
Dgftt.cl149 int ind = atomic_inc(counter);
Dclahe.cl163 atomic_inc(&smem[data]);
/external/libdrm/
Dxf86atomic.h51 # define atomic_inc(x) ((void) __sync_fetch_and_add (&(x)->atomic, 1)) macro
71 # define atomic_inc(x) ((void) AO_fetch_and_add1_full(&(x)->atomic)) macro
95 # define atomic_inc(x) (atomic_inc_uint (&(x)->atomic)) macro
/external/opencv3/modules/objdetect/src/opencl/
Dcascadedetect.cl227 int count = atomic_inc(lcount);
332 int count = atomic_inc(lcount);
346 int nfaces = atomic_inc(facepos);
440 int nfaces = atomic_inc(facepos);
559 int count = atomic_inc(lcount);
634 int count = atomic_inc(lcount);
647 int nfaces = atomic_inc(facepos);
/external/opencv3/modules/features2d/src/opencl/
Dfast.cl114 int idx = atomic_inc(kp_loc);
153 int new_idx = atomic_inc(kp_out);
/external/clang/test/CodeGen/
Dbuiltins-arm-exclusive.c6 int atomic_inc(int *addr) { in atomic_inc() function
/external/libdrm/amdgpu/
Damdgpu_internal.h156 atomic_inc(src); in update_references()
Damdgpu_bo.c347 atomic_inc(&bo->refcount); in amdgpu_bo_import()
/external/libdrm/omap/
Domap_drm.c120 atomic_inc(&dev->refcnt); in omap_device_ref()
264 atomic_inc(&bo->refcnt); in omap_bo_ref()
/external/libdrm/freedreno/
Dfreedreno_device.c134 atomic_inc(&dev->refcnt); in fd_device_ref()
Dfreedreno_bo.c290 atomic_inc(&bo->refcnt); in fd_bo_ref()
/external/iputils/Modules/
Dpg3.c179 atomic_inc(&odev->refcnt); in pg_setup_inject()
367 atomic_inc(&skb->users); in pg_inject()
/external/libdrm/tegra/
Dtegra.c227 atomic_inc(&bo->ref); in drm_tegra_bo_ref()
/external/libdrm/nouveau/
Dpushbuf.c216 atomic_inc(&nouveau_bo(bo)->refcnt); in pushbuf_kref()
Dnouveau.c784 atomic_inc(&nouveau_bo(bo)->refcnt); in nouveau_bo_ref()
/external/libdrm/intel/
Dintel_bufmgr_gem.c479 atomic_inc(&bo_gem->refcount); in drm_intel_gem_bo_reference()
3278 atomic_inc(&bufmgr_gem->refcount); in drm_intel_bufmgr_gem_find()