Home
last modified time | relevance | path

Searched refs:buf_len (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp41 const CeedInt buf_len = impl->buf_len; in CeedBasisApplyInterp_Sycl() local
60 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() local
163 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()
H A Dceed-sycl-ref.hpp53 CeedInt buf_len; member