Lines Matching refs:indices
34 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … in readDofsOffset1d() argument
40 const CeedInt ind = indices[node + elem * P_1D]; in readDofsOffset1d()
69 …const global CeedInt *restrict indices, const private CeedScalar *restrict r_v, global CeedAtomicS… in writeDofsOffset1d() argument
75 const CeedInt ind = indices[node + elem * P_1D]; in writeDofsOffset1d()
107 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … in readDofsOffset2d() argument
114 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in readDofsOffset2d()
140 …const global CeedInt *restrict indices, const private CeedScalar *restrict r_v, global CeedAtomicS… in writeDofsOffset2d() argument
147 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in writeDofsOffset2d()
178 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … in readDofsOffset3d() argument
186 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in readDofsOffset3d()
215 …const global CeedInt *restrict indices, const global CeedScalar *restrict d_u, private CeedScalar … in readSliceQuadsOffset3d() argument
222 const CeedInt ind = indices[node + elem * Q_1D * Q_1D * Q_1D]; in readSliceQuadsOffset3d()
248 …const global CeedInt *restrict indices, const private CeedScalar *restrict r_v, global CeedAtomicS… in writeDofsOffset3d() argument
256 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in writeDofsOffset3d()