Lines Matching refs:is_transpose

26   const CeedInt     is_transpose   = t_mode == CEED_TRANSPOSE;  in CeedBasisApplyCore_Cuda()  local
42 if (is_transpose) CeedCallBackend(CeedVectorSetValue(v, 0.0)); in CeedBasisApplyCore_Cuda()
51 …void *interp_args[] = {(void *)&num_elem, (void *)&is_transpose, &data->d_interp_1d, &d_u,… in CeedBasisApplyCore_Cuda()
57 …void *grad_args[] = {(void *)&num_elem, (void *)&is_transpose, &data->d_interp_1d, &data->… in CeedBasisApplyCore_Cuda()
106 const CeedInt is_transpose = t_mode == CEED_TRANSPOSE; in CeedBasisApplyAtPointsCore_Cuda() local
132 CeedCallBackend(CeedVectorGetLength(is_transpose ? u : v, &len)); in CeedBasisApplyAtPointsCore_Cuda()
141 if (is_transpose) { in CeedBasisApplyAtPointsCore_Cuda()
202 if (is_transpose) CeedCallBackend(CeedVectorSetValue(v, 0.0)); in CeedBasisApplyAtPointsCore_Cuda()
212 …CeedCallBackend(CeedRunKernel_Cuda(ceed, is_transpose ? data->InterpTransposeAtPoints : data->Inte… in CeedBasisApplyAtPointsCore_Cuda()
219 …CeedCallBackend(CeedRunKernel_Cuda(ceed, is_transpose ? data->GradTransposeAtPoints : data->GradAt… in CeedBasisApplyAtPointsCore_Cuda()
259 const CeedInt is_transpose = t_mode == CEED_TRANSPOSE; in CeedBasisApplyNonTensorCore_Cuda() local
278 if (is_transpose) CeedCallBackend(CeedVectorSetValue(v, 0.0)); in CeedBasisApplyNonTensorCore_Cuda()
286 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda()
288 if (is_transpose) { in CeedBasisApplyNonTensorCore_Cuda()
296 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda()
298 if (is_transpose) { in CeedBasisApplyNonTensorCore_Cuda()
306 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda()
308 if (is_transpose) { in CeedBasisApplyNonTensorCore_Cuda()
316 const int block_size_x = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyNonTensorCore_Cuda()
318 if (is_transpose) { in CeedBasisApplyNonTensorCore_Cuda()