Lines Matching refs:P_1d
67 const CeedInt P_1d = kh.get_specialization_constant<BASIS_P_1D_ID>(); in CeedBasisApplyInterp_Sycl() local
70 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisApplyInterp_Sycl()
72 const CeedInt P = is_transpose ? Q_1d : P_1d; in CeedBasisApplyInterp_Sycl()
73 const CeedInt Q = is_transpose ? P_1d : Q_1d; in CeedBasisApplyInterp_Sycl()
74 const CeedInt stride_0 = is_transpose ? 1 : P_1d; in CeedBasisApplyInterp_Sycl()
75 const CeedInt stride_1 = is_transpose ? P_1d : 1; in CeedBasisApplyInterp_Sycl()
170 const CeedInt P_1d = kh.get_specialization_constant<BASIS_P_1D_ID>(); in CeedBasisApplyGrad_Sycl() local
173 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisApplyGrad_Sycl()
175 const CeedInt P = is_transpose ? Q_1d : P_1d; in CeedBasisApplyGrad_Sycl()
176 const CeedInt Q = is_transpose ? P_1d : Q_1d; in CeedBasisApplyGrad_Sycl()
177 const CeedInt stride_0 = is_transpose ? 1 : P_1d; in CeedBasisApplyGrad_Sycl()
178 const CeedInt stride_1 = is_transpose ? P_1d : 1; in CeedBasisApplyGrad_Sycl()
561 int CeedBasisCreateTensorH1_Sycl(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_… in CeedBasisCreateTensorH1_Sycl() argument
574 const CeedInt num_nodes = CeedIntPow(P_1d, dim); in CeedBasisCreateTensorH1_Sycl()
578 impl->P_1d = P_1d; in CeedBasisCreateTensorH1_Sycl()
584 impl->op_len = Q_1d * P_1d; in CeedBasisCreateTensorH1_Sycl()
597 const CeedInt interp_length = Q_1d * P_1d; in CeedBasisCreateTensorH1_Sycl()
615 input_bundle.set_specialization_constant<BASIS_P_1D_ID>(P_1d); in CeedBasisCreateTensorH1_Sycl()