Home
last modified time | relevance | path

Searched defs:target_array (Results 1 – 3 of 3) sorted by relevance

/libCEED/backends/cuda/
H A Dceed-cuda-common.c53 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetDeviceGenericArray_Cuda()
81 …t bool *source_array, CeedCopyMode copy_mode, CeedSize num_values, const bool **target_array_owned, in CeedSetDeviceBoolArray_Cuda()
89 …Int8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetDeviceCeedInt8Array_Cuda()
96 …eedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_array) { in CeedSetDeviceCeedIntArray_Cuda()
104 const CeedScalar **target_array) { in CeedSetDeviceCeedScalarArray_Cuda()
/libCEED/backends/hip/
H A Dceed-hip-common.c60 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetDeviceGenericArray_Hip()
88 …t bool *source_array, CeedCopyMode copy_mode, CeedSize num_values, const bool **target_array_owned, in CeedSetDeviceBoolArray_Hip()
96 …Int8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetDeviceCeedInt8Array_Hip()
103 …eedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_array) { in CeedSetDeviceCeedIntArray_Hip()
111 const CeedScalar **target_array) { in CeedSetDeviceCeedScalarArray_Hip()
/libCEED/interface/
H A Dceed.c381 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetHostGenericArray()
422 …t bool *source_array, CeedCopyMode copy_mode, CeedSize num_values, const bool **target_array_owned, in CeedSetHostBoolArray()
441 …t8 *source_array, CeedCopyMode copy_mode, CeedSize num_values, const CeedInt8 **target_array_owned, in CeedSetHostCeedInt8Array()
460 …Int *source_array, CeedCopyMode copy_mode, CeedSize num_values, const CeedInt **target_array_owned, in CeedSetHostCeedIntArray()
479 … *source_array, CeedCopyMode copy_mode, CeedSize num_values, const CeedScalar **target_array_owned, in CeedSetHostCeedScalarArray()