Lines Matching refs:r_u
34 …edInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar *restrict r_u) { in readDofsOffset1d() argument
42 r_u[comp] = d_u[ind + strides_comp * comp]; in readDofsOffset1d()
52 private CeedScalar *restrict r_u) { in readDofsStrided1d() argument
60 r_u[comp] = d_u[ind + comp * strides_comp]; in readDofsStrided1d()
107 …edInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar *restrict r_u) { in readDofsOffset2d() argument
115 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + strides_comp * comp]; in readDofsOffset2d()
124 private CeedScalar *restrict r_u) { in readDofsStrided2d() argument
132 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + comp * strides_comp]; in readDofsStrided2d()
178 …edInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar *restrict r_u) { in readDofsOffset3d() argument
187 …for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[z + comp * P_1D] = d_u[ind + strides_comp * co… in readDofsOffset3d()
197 private CeedScalar *restrict r_u) { in readDofsStrided3d() argument
206 …for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[z + comp * P_1D] = d_u[ind + comp * strides_co… in readDofsStrided3d()
215 …edInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar *restrict r_u) { in readSliceQuadsOffset3d() argument
223 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + strides_comp * comp]; in readSliceQuadsOffset3d()
232 private CeedScalar *restrict r_u) { in readSliceQuadsStrided3d() argument
240 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + comp * strides_comp]; in readSliceQuadsStrided3d()