Lines Matching refs:indices

29 …        const CeedInt *__restrict__ indices, const CeedScalar *__restrict__ d_u, CeedScalar *r_u) {  in ReadPoint()  argument
30 const CeedInt ind = indices[p + elem * NUM_PTS]; in ReadPoint()
42 … const CeedInt *__restrict__ indices, const CeedScalar *__restrict__ r_u, CeedScalar *d_u) { in WritePoint() argument
44 const CeedInt ind = indices[p + elem * NUM_PTS]; in WritePoint()
73 …edData_Hip &data, const CeedInt num_nodes, const CeedInt elem, const CeedInt *__restrict__ indices, in ReadLVecStandard1d() argument
77 const CeedInt ind = indices[node + elem * P_1D]; in ReadLVecStandard1d()
100 …edData_Hip &data, const CeedInt num_nodes, const CeedInt elem, const CeedInt *__restrict__ indices, in WriteLVecStandard1d() argument
104 const CeedInt ind = indices[node + elem * P_1D]; in WriteLVecStandard1d()
112 … const CeedInt *__restrict__ indices, const CeedScalar *__restrict__ r_v, in WriteLVecStandard1d_Single() argument
118 const CeedInt ind = indices[target_node + elem * P_1D]; in WriteLVecStandard1d_Single()
194 …edData_Hip &data, const CeedInt num_nodes, const CeedInt elem, const CeedInt *__restrict__ indices, in ReadLVecStandard2d() argument
198 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in ReadLVecStandard2d()
221 …edData_Hip &data, const CeedInt num_nodes, const CeedInt elem, const CeedInt *__restrict__ indices, in WriteLVecStandard2d() argument
225 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in WriteLVecStandard2d()
233 … const CeedInt *__restrict__ indices, const CeedScalar *__restrict__ r_v, in WriteLVecStandard2d_Single() argument
241 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in WriteLVecStandard2d_Single()
323 …edData_Hip &data, const CeedInt num_nodes, const CeedInt elem, const CeedInt *__restrict__ indices, in ReadLVecStandard3d() argument
328 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in ReadLVecStandard3d()
355 … const CeedInt *__restrict__ indices, const CeedScalar *__restrict__ d_u, in ReadEVecSliceStandard3d() argument
359 const CeedInt ind = indices[node + elem * Q_1D * Q_1D * Q_1D]; in ReadEVecSliceStandard3d()
383 …edData_Hip &data, const CeedInt num_nodes, const CeedInt elem, const CeedInt *__restrict__ indices, in WriteLVecStandard3d() argument
388 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in WriteLVecStandard3d()
397 … const CeedInt *__restrict__ indices, const CeedScalar *__restrict__ r_v, in WriteLVecStandard3d_Single() argument
406 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in WriteLVecStandard3d_Single()