Lines Matching refs:elem_id
119 const int elem_id = (blockIdx.x * blockDim.y) + ty;
121 if (elem_id >= nelem) return;
128 dU += elem_id * estrdU;
129 dV += elem_id * estrdV;
178 const int elem_id = (blockIdx.x * blockDim.y) + ty;
180 if (elem_id >= nelem) return;
187 dU += elem_id * estrdU;
188 dV += elem_id * estrdV;
236 const int elem_id = (blockIdx.x * blockDim.y) + ty;
238 if (elem_id >= nelem) return;
245 dU += elem_id * estrdU;
246 dV += elem_id * estrdV;