Lines Matching refs:strides_elem
29 … const CeedInt strides_comp, const CeedInt strides_elem, global const CeedScalar *restrict d_u, in ReadElementStrided1d() argument
36 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d()
47 … const CeedInt strides_comp, const CeedInt strides_elem, private const CeedScalar *restrict r_v, in WriteElementStrided1d() argument
54 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d()
69 … const CeedInt strides_comp, const CeedInt strides_elem, global const CeedScalar *restrict d_u, in ReadElementStrided2d() argument
77 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d()
88 … const CeedInt strides_comp, const CeedInt strides_elem, private const CeedScalar *restrict r_v, in WriteElementStrided2d() argument
96 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d()
111 … const CeedInt strides_comp, const CeedInt strides_elem, global const CeedScalar *restrict d_u, in ReadElementStrided3d() argument
120 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d()
132 … const CeedInt strides_comp, const CeedInt strides_elem, private const CeedScalar *restrict r_v, in WriteElementStrided3d() argument
141 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d()