Lines Matching refs:strides_node
28 …d1d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in ReadElementStrided1d() argument
36 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d()
46 …d1d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in WriteElementStrided1d() argument
54 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d()
68 …d2d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in ReadElementStrided2d() argument
77 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d()
87 …d2d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in WriteElementStrided2d() argument
96 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d()
110 …d3d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in ReadElementStrided3d() argument
120 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d()
131 …d3d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in WriteElementStrided3d() argument
141 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d()