Searched refs:buf_len (Results 1 – 2 of 2) sorted by relevance
41 const CeedInt buf_len = impl->buf_len; in CeedBasisApplyInterp_Sycl() local60 sycl::local_accessor<CeedScalar> s_mem(op_len + 2 * buf_len, cgh); in CeedBasisApplyInterp_Sycl()89 CeedScalar *s_buffer_2 = s_buffer_1 + buf_len; in CeedBasisApplyInterp_Sycl()144 const CeedInt buf_len = impl->buf_len; in CeedBasisApplyGrad_Sycl() local163 sycl::local_accessor<CeedScalar> s_mem(2 * (op_len + buf_len), cgh); in CeedBasisApplyGrad_Sycl()193 CeedScalar *s_buffer_2 = s_buffer_1 + buf_len; in CeedBasisApplyGrad_Sycl()583 impl->buf_len = num_comp * CeedIntMax(num_nodes, num_qpts); in CeedBasisCreateTensorH1_Sycl()
53 CeedInt buf_len; member