Lines Matching refs:v_stride
77 const CeedInt v_stride = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyInterp_Sycl() local
79 const CeedInt v_comp_stride = num_elem * v_stride; in CeedBasisApplyInterp_Sycl()
98 CeedScalar *cur_v = v + elem * v_stride + comp * v_comp_stride; in CeedBasisApplyInterp_Sycl()
180 const CeedInt v_stride = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyGrad_Sycl() local
182 const CeedInt v_comp_stride = num_elem * v_stride; in CeedBasisApplyGrad_Sycl()
206 … CeedScalar *cur_v = v + elem * v_stride + dim_1 * v_dim_stride + comp * v_comp_stride; in CeedBasisApplyGrad_Sycl()
346 const CeedInt v_stride = Q; in CeedBasisApplyNonTensorInterp_Sycl() local
348 const CeedInt v_comp_stride = v_stride * num_elem; in CeedBasisApplyNonTensorInterp_Sycl()
370 d_V[i + elem * v_stride + comp * v_comp_stride] = V; in CeedBasisApplyNonTensorInterp_Sycl()
388 const CeedInt v_stride = Q; in CeedBasisApplyNonTensorGrad_Sycl() local
390 const CeedInt v_comp_stride = v_stride * num_elem; in CeedBasisApplyNonTensorGrad_Sycl()
425 d_V[i + elem * v_stride + comp * v_comp_stride + d0 * v_dim_stride] = V[d0]; in CeedBasisApplyNonTensorGrad_Sycl()