Home
last modified time | relevance | path

Searched refs:LOCAL_SIZE_X (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/objdetect/src/opencl/
Dcascadedetect.cl71 __kernel __attribute__((reqd_work_group_size(LOCAL_SIZE_X,LOCAL_SIZE_Y,1)))
87 int i, ngroups = get_global_size(0)/LOCAL_SIZE_X;
96 int lidx = ly*LOCAL_SIZE_X + lx;
106 #define LOCAL_SIZE (LOCAL_SIZE_X*LOCAL_SIZE_Y)
123 int2 ntiles = (int2)((worksize.x + LOCAL_SIZE_X-1)/LOCAL_SIZE_X,
129 int ix0 = (tileIdx % ntiles.x)*LOCAL_SIZE_X;
138 for( i = lidx*4; i < SUM_BUF_SIZE; i += LOCAL_SIZE_X*LOCAL_SIZE_Y*4 )
454 __kernel __attribute__((reqd_work_group_size(LOCAL_SIZE_X,LOCAL_SIZE_Y,1)))
471 int i, ngroups = get_global_size(0)/LOCAL_SIZE_X;
474 int lidx = ly*LOCAL_SIZE_X + lx;
[all …]
/external/opencv3/modules/imgproc/src/opencl/
DboxFilter.cl175 int x = get_local_id(0) + (LOCAL_SIZE_X - (KERNEL_SIZE_X - 1)) * get_group_id(0) - ANCHOR_X;
180 __local WT sumOfCols[LOCAL_SIZE_X];
201 if (local_id >= ANCHOR_X && local_id < LOCAL_SIZE_X - (KERNEL_SIZE_X - 1 - ANCHOR_X) &&
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h505 LOCAL_SIZE_X = 24, enumerator
DSIISelLowering.cpp1184 SI::KernelInputOffsets::LOCAL_SIZE_X); in LowerINTRINSIC_WO_CHAIN()