Lines Matching refs:lid
35 int lid = get_local_id(0);
47 int lsum_index = lid;
67 …t buf_index = buf_offset + buf_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
68 …int buf_index = mad24(buf_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, buf_offset…
70 …dex = mad24(buf_sq_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumSQT), y + lid, buf_sq_offset));
73 lsum_index = LOCAL_SUM_STRIDE * lid;
104 int lid = get_local_id(0);
147 int lsum_index = lid;
164 if (y + lid < cols)
166 … dst_index = dst_offset + dst_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
167 …int dst_index = mad24(dst_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, dst_offset…
169 …dex = mad24(dst_sq_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumSQT), y + lid, dst_sq_offset));
171 lsum_index = LOCAL_SUM_STRIDE * lid;