Lines Matching refs:strides_elem
51 … const CeedInt strides_elem, const CeedInt num_elem, global const CeedScalar *restrict d_u, in readDofsStrided1d() argument
58 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided1d()
85 … const CeedInt strides_elem, const CeedInt num_elem, private const CeedScalar *restrict r_v, in writeDofsStrided1d() argument
92 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided1d()
123 … const CeedInt strides_elem, const CeedInt num_elem, const global CeedScalar *restrict d_u, in readDofsStrided2d() argument
131 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided2d()
157 … const CeedInt strides_elem, const CeedInt num_elem, const private CeedScalar *restrict r_v, in writeDofsStrided2d() argument
165 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided2d()
196 … const CeedInt strides_elem, const CeedInt num_elem, const global CeedScalar *restrict d_u, in readDofsStrided3d() argument
205 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided3d()
230 …Int num_comp, const CeedInt Q_1D, CeedInt strides_node, CeedInt strides_comp, CeedInt strides_elem, in readSliceQuadsStrided3d() argument
239 const CeedInt ind = node * strides_node + elem * strides_elem; in readSliceQuadsStrided3d()
267 … const CeedInt strides_elem, const CeedInt num_elem, const private CeedScalar *restrict r_v, in writeDofsStrided3d() argument
276 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided3d()