Home
last modified time | relevance | path

Searched refs:skip_active (Results 1 – 6 of 6) sorted by relevance

/libCEED/backends/blocked/
H A Dceed-blocked-operator.c272 … CeedVector in_vec, bool skip_active, CeedScalar *e_data_full[2 * CEED_FIELD_MAX], in CeedOperatorSetupInputs_Blocked() argument
284 if (skip_active) continue; in CeedOperatorSetupInputs_Blocked()
309 … CeedInt num_input_fields, CeedInt block_size, bool skip_active, in CeedOperatorInputBasis_Blocked() argument
318 if (skip_active) { in CeedOperatorInputBasis_Blocked()
406 … bool skip_active, CeedScalar *e_data_full[2 * CEED_FIELD_MAX], CeedOperator_Blocked *impl) { in CeedOperatorRestoreInputs_Blocked() argument
411 if (skip_active) { in CeedOperatorRestoreInputs_Blocked()
/libCEED/backends/ref/
H A Dceed-ref-operator.c212 … CeedVector in_vec, const bool skip_active, CeedScalar *e_data_full[2 * CEED_FIELD_MAX], in CeedOperatorSetupInputs_Ref() argument
224 if (skip_active) continue; in CeedOperatorSetupInputs_Ref()
255 … CeedInt num_input_fields, const bool skip_active, CeedScalar *e_data_full[2 * CEED_FIELD_MAX], in CeedOperatorInputBasis_Ref() argument
264 if (skip_active) { in CeedOperatorInputBasis_Ref()
351 … const bool skip_active, CeedScalar *e_data_full[2 * CEED_FIELD_MAX], CeedOperator_Ref *impl) { in CeedOperatorRestoreInputs_Ref() argument
356 if (skip_active) { in CeedOperatorRestoreInputs_Ref()
889 … CeedVector point_coords_elem, bool skip_active, bool skip_passive, in CeedOperatorInputBasisAtPoints_Ref() argument
904 if (skip_active && is_active) continue; in CeedOperatorInputBasisAtPoints_Ref()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp260 … CeedVector in_vec, const bool skip_active, CeedScalar *e_data[2 * CEED_FIELD_MAX], in CeedOperatorSetupInputs_Sycl() argument
271 if (skip_active) continue; in CeedOperatorSetupInputs_Sycl()
300 … CeedInt num_input_fields, const bool skip_active, CeedScalar *e_data[2 * CEED_FIELD_MAX], in CeedOperatorInputBasis_Sycl() argument
306 if (skip_active) { in CeedOperatorInputBasis_Sycl()
345 … const bool skip_active, CeedScalar *e_data[2 * CEED_FIELD_MAX], CeedOperator_Sycl *impl) { in CeedOperatorRestoreInputs_Sycl() argument
354 if (skip_active) { in CeedOperatorRestoreInputs_Sycl()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c374 … CeedVector in_vec, CeedVector active_e_vec, const bool skip_active, CeedOperator_Hip *impl, in CeedOperatorInputRestrict_Hip() argument
382 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputRestrict_Hip()
413 … CeedVector in_vec, CeedVector active_e_vec, CeedInt num_elem, const bool skip_active, in CeedOperatorInputBasis_Hip() argument
422 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputBasis_Hip()
464 … CeedVector in_vec, CeedVector active_e_vec, const bool skip_active, CeedOperator_Hip *impl) { in CeedOperatorInputRestore_Hip() argument
472 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputRestore_Hip()
771 … const bool skip_active, const bool skip_passive, CeedOperator_Hip *impl) { in CeedOperatorInputBasisAtPoints_Hip() argument
779 if (skip_active && is_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputBasisAtPoints_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-operator.c375 … CeedVector in_vec, CeedVector active_e_vec, const bool skip_active, CeedOperator_Cuda *impl, in CeedOperatorInputRestrict_Cuda() argument
383 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputRestrict_Cuda()
414 … CeedVector in_vec, CeedVector active_e_vec, CeedInt num_elem, const bool skip_active, in CeedOperatorInputBasis_Cuda() argument
423 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputBasis_Cuda()
465 … CeedVector in_vec, CeedVector active_e_vec, const bool skip_active, CeedOperator_Cuda *impl) { in CeedOperatorInputRestore_Cuda() argument
473 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputRestore_Cuda()
773 … const bool skip_active, const bool skip_passive, CeedOperator_Cuda *impl) { in CeedOperatorInputBasisAtPoints_Cuda() argument
781 if (skip_active && is_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputBasisAtPoints_Cuda()
/libCEED/backends/opt/
H A Dceed-opt-operator.c318 … CeedInt num_input_fields, CeedInt block_size, CeedVector in_vec, bool skip_active, in CeedOperatorInputBasis_Opt() argument
332 if (skip_active && is_active) continue; in CeedOperatorInputBasis_Opt()