Lines Matching refs:strides_elem
29 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided1d() argument
32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d()
45 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided1d() argument
48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d()
58 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in SumElementStrided1d() argument
61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d()
78 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided2d() argument
81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d()
94 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided2d() argument
97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d()
107 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in SumElementStrided2d() argument
110 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided2d()
127 … const CeedInt strides_elem, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) { in ReadElementStrided3d() argument
131 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d()
145 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in WriteElementStrided3d() argument
149 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d()
160 … const CeedInt strides_elem, const CeedScalar *r_v, CeedScalar *d_v) { in SumElementStrided3d() argument
164 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided3d()
182 … const CeedInt strides_point, const CeedInt strides_comp, const CeedInt strides_elem, in ReadPoint() argument
184 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in ReadPoint()
202 …onst CeedInt strides_point, const CeedInt strides_comp, const CeedInt strides_elem, const CeedScal… in WritePoint() argument
205 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in WritePoint()