Searched defs:target_array_owned (Results 1 – 3 of 3) sorted by relevance
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-common.c | 53 … 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 …const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **targ… in CeedSetDeviceCeedInt8Array_Cuda() 96 …const CeedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_… in CeedSetDeviceCeedIntArray_Cuda() 103 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed, in CeedSetDeviceCeedScalarArray_Cuda()
|
| /libCEED/backends/hip/ |
| H A D | ceed-hip-common.c | 60 … 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 …const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **targ… in CeedSetDeviceCeedInt8Array_Hip() 103 …const CeedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_… in CeedSetDeviceCeedIntArray_Hip() 110 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed, in CeedSetDeviceCeedScalarArray_Hip()
|
| /libCEED/interface/ |
| H A D | ceed.c | 381 … 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()
|