Home | History | Annotate | Download | only in opencl

Lines Matching full:__local

107     __local int lstore[SUM_BUF_SIZE + LOCAL_SIZE*5/2+1];
109 __local int* ibuf = lstore;
110 __local int* lcount = ibuf + SUM_BUF_SIZE;
112 __local int* lcount = lstore;
114 __local float* lnf = (__local float*)(lcount + 1);
115 __local float* lpartsum = lnf + LOCAL_SIZE;
116 __local short* lbuf = (__local short*)(lpartsum + LOCAL_SIZE);
158 __local const int* psum = ibuf + mad24(iy, SUM_BUF_STEP, ix);
269 __local const int* psum = ibuf + mad24(iy1, SUM_BUF_STEP, ix1);
477 __local int lstore[SUM_BUF_SIZE + LOCAL_SIZE*3/2+1];
479 __local int* ibuf = lstore;
480 __local int* lcount = ibuf + SUM_BUF_SIZE;
482 __local int* lcount = lstore;
484 __local float* lpartsum = (__local float*)(lcount + 1);
485 __local short* lbuf = (__local short*)(lpartsum + LOCAL_SIZE);
523 __local const int* p = ibuf + mad24(iy, SUM_BUF_STEP, ix);
594 __local const int* p = ibuf + mad24(iy1, SUM_BUF_STEP, ix1);