Lines Matching refs:elem_id
97 const int elem_id = (blockIdx.x * blockDim.y) + ty;
99 if (elem_id >= nelem) return;
106 dU += elem_id * estrdU;
107 dV += elem_id * estrdV;
148 const int elem_id = (blockIdx.x * blockDim.y) + ty;
150 if (elem_id >= nelem) return;
157 dU += elem_id * estrdU;
158 dV += elem_id * estrdV;
199 const int elem_id = (blockIdx.x * blockDim.y) + ty;
201 if (elem_id >= nelem) return;
208 dU += elem_id * estrdU;
209 dV += elem_id * estrdV;