Lines Matching refs:d_u

34 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar …  in readDofsOffset1d()  argument
42 r_u[comp] = d_u[ind + strides_comp * comp]; in readDofsOffset1d()
51 … const CeedInt strides_elem, const CeedInt num_elem, global const CeedScalar *restrict d_u, in readDofsStrided1d() argument
60 r_u[comp] = d_u[ind + comp * strides_comp]; in readDofsStrided1d()
107 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … in readDofsOffset2d() argument
115 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + strides_comp * comp]; in readDofsOffset2d()
123 … const CeedInt strides_elem, const CeedInt num_elem, const global CeedScalar *restrict d_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 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … 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()
196 … const CeedInt strides_elem, const CeedInt num_elem, const global CeedScalar *restrict d_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 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … in readSliceQuadsOffset3d() argument
223 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + strides_comp * comp]; in readSliceQuadsOffset3d()
231 … const CeedInt num_elem, const CeedInt q, const global CeedScalar *restrict d_u, in readSliceQuadsStrided3d() argument
240 for (CeedInt comp = 0; comp < num_comp; ++comp) r_u[comp] = d_u[ind + comp * strides_comp]; in readSliceQuadsStrided3d()