Searched refs:s_buffer_2 (Results 1 – 5 of 5) sorted by relevance
51 CeedScalar *s_buffer_2 = s_buffer_1 + BASIS_BUF_LEN; in InterpAtPoints() local52 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in InterpAtPoints()79 const CeedScalar *in = d == 0 ? cur_u : (d % 2 ? s_buffer_2 : s_buffer_1); in InterpAtPoints()80 …alar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_1 : s_buffer_2); in InterpAtPoints()134 CeedScalar *s_buffer_2 = s_buffer_1 + BASIS_BUF_LEN; in InterpTransposeAtPoints() local135 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in InterpTransposeAtPoints()198 … const CeedScalar *in = d == 0 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_2 : s_buffer_1); in InterpTransposeAtPoints()199 CeedScalar *out = d == BASIS_DIM - 1 ? cur_v : (d % 2 ? s_buffer_1 : s_buffer_2); in InterpTransposeAtPoints()230 CeedScalar *s_buffer_2 = s_buffer_1 + BASIS_BUF_LEN; in GradAtPoints() local231 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in GradAtPoints()[all …]
26 CeedScalar *s_buffer_2 = s_buffer_1 + BASIS_BUF_LEN; in Interp() local53 const CeedScalar *in = d == 0 ? cur_u : (d % 2 ? s_buffer_2 : s_buffer_1); in Interp()54 CeedScalar *out = d == BASIS_DIM - 1 ? cur_v : (d % 2 ? s_buffer_1 : s_buffer_2); in Interp()85 CeedScalar *s_buffer_2 = s_buffer_1 + BASIS_BUF_LEN; in Grad() local117 const CeedScalar *in = dim_2 == 0 ? cur_u : (dim_2 % 2 ? s_buffer_2 : s_buffer_1); in Grad()118 …eedScalar *out = dim_2 == BASIS_DIM - 1 ? cur_v : (dim_2 % 2 ? s_buffer_1 : s_buffer_2); in Grad()
89 CeedScalar *s_buffer_2 = s_buffer_1 + buf_len; in CeedBasisApplyInterp_Sycl() local114 const CeedScalar *in = d % 2 ? s_buffer_2 : s_buffer_1; in CeedBasisApplyInterp_Sycl()115 CeedScalar *out = d == dim - 1 ? cur_v : (d % 2 ? s_buffer_1 : s_buffer_2); in CeedBasisApplyInterp_Sycl()193 CeedScalar *s_buffer_2 = s_buffer_1 + buf_len; in CeedBasisApplyGrad_Sycl() local216 const CeedScalar *in = (dim_2 == 0 ? cur_u : (dim_2 % 2 ? s_buffer_2 : s_buffer_1)); in CeedBasisApplyGrad_Sycl()217 … CeedScalar *out = dim_2 == dim - 1 ? cur_v : (dim_2 % 2 ? s_buffer_1 : s_buffer_2); in CeedBasisApplyGrad_Sycl()