Searched refs:op_len (Results 1 – 2 of 2) sorted by relevance
42 const CeedInt op_len = impl->op_len; in CeedBasisApplyInterp_Sycl() local60 sycl::local_accessor<CeedScalar> s_mem(op_len + 2 * buf_len, cgh); in CeedBasisApplyInterp_Sycl()145 const CeedInt op_len = impl->op_len; in CeedBasisApplyGrad_Sycl() local163 sycl::local_accessor<CeedScalar> s_mem(2 * (op_len + buf_len), cgh); in CeedBasisApplyGrad_Sycl()584 impl->op_len = Q_1d * P_1d; in CeedBasisCreateTensorH1_Sycl()
54 CeedInt op_len; member