Searched refs:__local (Results 1 - 23 of 23) sorted by relevance

/external/opencv3/modules/features2d/src/opencl/
H A Dbrute_force_match.cl130 __local value_type *s_query,
131 __local value_type *s_train,
146 __local value_type *s_query,
147 __local value_type *s_train,
162 __local value_type *s_query,
163 __local value_type *s_train,
199 __local float sharebuffer[SHARED_MEM_SZ];
200 __local value_type *s_query = (__local value_type *)sharebuffer;
203 __local value_typ
[all...]
/external/valgrind/drd/tests/
H A Dstd_thread.cpp31 std::thread::__shared_base_type __local; local
32 __local.swap(__t->_M_this_ptr);
H A Dstd_thread2.cpp36 std::thread::__shared_base_type __local; local
37 __local.swap(__t->_M_this_ptr);
/external/opencv3/modules/video/src/opencl/
H A Dpyrlk.cl62 inline void reduce3(float val1, float val2, float val3, __local float* smem1, __local float* smem2, __local float* smem3, int tid)
81 inline void reduce2(float val1, float val2, volatile __local float* smem1, volatile __local float* smem2, int tid)
98 inline void reduce1(float val1, volatile __local float* smem1, int tid)
114 __local volatile float* smem1, __local volatile float* smem2, __local volatile float* smem3, int tid)
157 inline void reduce2(float val1, float val2, __local volatil
[all...]
H A Doptical_flow_farneback.cl78 __local float * smem,
85 __local float *row = smem + tx;
163 __local float * smem)
168 __local float *row = smem + ty * (bdx + 2*ksizeHalf);
202 __local float * smem)
208 __local volatile float *row = smem + 5 * ty * smw;
354 __local float * smem)
361 __local float *row = smem + 5 * ty * smw;
/external/opencv3/modules/imgproc/src/opencl/
H A Dclahe.cl50 inline int calc_lut(__local int* smem, int val, int tid)
64 inline void reduce(volatile __local int* smem, int val, int tid)
104 inline void reduce(__local volatile int* smem, int val, int tid)
148 __local int smem[512];
192 __local int totalClipped;
H A Dintegral_sum.cl31 __local sumT lm_sum[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE];
33 __local sumSQT lm_sum_sq[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE];
100 __local sumT lm_sum[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE];
102 __local sumSQT lm_sum_sq[LOCAL_SUM_STRIDE * LOCAL_SUM_SIZE];
H A Dcanny.cl80 inline float3 sobel(int idx, __local const floatN *smem)
123 __local floatN smem[(GRP_SIZEX + 4) * (GRP_SIZEY + 4)];
144 __local float mag[(GRP_SIZEX + 2) * (GRP_SIZEY + 2)];
291 __local int mag[(GRP_SIZEX + 2) * (GRP_SIZEY + 2)];
292 __local short2 sigma[(GRP_SIZEX + 2) * (GRP_SIZEY + 2)];
394 __local ushort2 l_stack[l_stack_size];
395 __local int l_counter;
H A Dpyr_up.cl84 __local FT s_srcPatch[LOCAL_SIZE/2 + 2][LOCAL_SIZE/2 + 2];
85 __local FT s_dstPatch[LOCAL_SIZE/2 + 2][LOCAL_SIZE];
137 __local FT s_srcPatch[LOCAL_SIZE+2][LOCAL_SIZE+2];
138 __local FT s_dstPatch[LOCAL_SIZE+2][2*LOCAL_SIZE];
H A Dpyr_down.cl123 vstore4(sum40, col_lcl, (__local float*) &smem[0][2]); \
126 vstore4(sum41, col_lcl, (__local float*) &smem[1][2]);
137 __local FT smem[2][LOCAL_SIZE + 4];
229 FT sum = dot(vload4(0, (__local float*) (&smem) + tid2 + (yin - y) * (LOCAL_SIZE + 4)), (float4)(co3, co2, co1, co2));
231 FT sum = dot(vload4(0, (__local double*) (&smem) + tid2 + (yin - y) * (LOCAL_SIZE + 4)), (double4)(co3, co2, co1, co2));
H A DfilterSep_singlePass.cl114 __local WT lsmem[BLK_Y + 2 * RADIUSY][BLK_X + 2 * RADIUSX];
115 __local WT lsmemDy[BLK_Y][BLK_X + 2 * RADIUSX];
H A Dgftt.cl59 __local float localmem_max[WGS2_ALIGNED];
H A DboxFilter.cl180 __local WT sumOfCols[LOCAL_SIZE_X];
H A Dcorner.cl118 __local float temp[6][THREADS];
H A Dfilter2D.cl178 __local WT sumOfCols[LOCAL_SIZE];
H A Dmoments.cl16 __local int mom[TILE_SIZE][10];
/external/opencv3/modules/objdetect/src/opencl/
H A Dobjdetect_hog.cl72 __global float* block_hists, __local float* smem)
87 __local float* hists = smem + lp * cnbins * (CELLS_PER_BLOCK_X *
89 __local float* final_hist = hists + cnbins *
100 __local float* hist = hists + 12 * (cell_y * CELLS_PER_BLOCK_Y + cell_x) +
129 volatile __local float* hist_ = hist;
160 const float threshold, __local float *squares)
172 __local float* smem = squares + boffset;
210 inline float reduce_smem(volatile __local float* smem, int size)
255 __global float* block_hists, const float threshold, __local float *squares)
313 __local floa
[all...]
/external/opencv3/modules/calib3d/src/opencl/
H A Dstereobm.cl60 void calcDisp(__local short * cost, __global short * disp, int uniquenessRatio,
61 __local int * bestDisp, __local int * bestCost, int d, int x, int y, int cols, int rows)
156 __local short costFunc[2 * BLOCK_SIZE_Y * NUM_DISP];
158 __local short * cost;
159 __local int best_disp[2];
160 __local int best_cost[2];
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
H A Dlocal.py120 __slots__ = ('__local', '__dict__', '__name__')
131 if not hasattr(self.__local, '__release_local__'):
132 return self.__local()
134 return getattr(self.__local, self.__name__)
/external/opencv3/modules/core/src/opencl/
H A Dtranspose.cl89 __local T tile[TILE_DIM * LDS_STEP];
H A Dreduce2.cl101 __local bufT lsmem[TILE_HEIGHT][BUF_COLS][cn];
/external/mesa3d/include/CL/
H A Dcl.hpp2278 __local(::size_t size) function in namespace:cl
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.hpp4395 /*! __local
4400 __local(::size_t size) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
4402 __local(::size_t size) function in namespace:cl

Completed in 458 milliseconds