Lines Matching refs:node
31 const CeedInt node = data.t_id_x; in ReadElementStrided1d() local
32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d()
47 const CeedInt node = data.t_id_x; in WriteElementStrided1d() local
48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d()
60 const CeedInt node = data.t_id_x; in SumElementStrided1d() local
61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d()
80 const CeedInt node = data.t_id_x + data.t_id_y * P_1D; in ReadElementStrided2d() local
81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d()
96 const CeedInt node = data.t_id_x + data.t_id_y * P_1D; in WriteElementStrided2d() local
97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d()
109 const CeedInt node = data.t_id_x + data.t_id_y * P_1D; in SumElementStrided2d() local
110 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided2d()
130 const CeedInt node = data.t_id_x + data.t_id_y * P_1D + z * P_1D * P_1D; in ReadElementStrided3d() local
131 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d()
148 const CeedInt node = data.t_id_x + data.t_id_y * P_1D + z * P_1D * P_1D; in WriteElementStrided3d() local
149 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d()
163 const CeedInt node = data.t_id_x + data.t_id_y * P_1D + z * P_1D * P_1D; in SumElementStrided3d() local
164 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided3d()