Home
last modified time | relevance | path

Searched refs:target_array_borrowed (Results 1 – 6 of 6) 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() argument
57 if (*(void **)target_array_borrowed) { in CeedSetDeviceGenericArray_Cuda()
58 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetDeviceGenericArray_Cuda()
69 *(void **)target_array_borrowed = NULL; in CeedSetDeviceGenericArray_Cuda()
75 *(void **)target_array_borrowed = (void *)source_array; in CeedSetDeviceGenericArray_Cuda()
76 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetDeviceGenericArray_Cuda()
82 const bool **target_array_borrowed, const bool **target_array) { in CeedSetDeviceBoolArray_Cuda() argument
83 …ceed, source_array, copy_mode, sizeof(bool), num_values, target_array_owned, target_array_borrowed, in CeedSetDeviceBoolArray_Cuda()
89 …const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **targ… in CeedSetDeviceCeedInt8Array_Cuda() argument
91 target_array_borrowed, target_array)); in CeedSetDeviceCeedInt8Array_Cuda()
[all …]
H A Dceed-cuda-common.h80 … const bool **target_array_owned, const bool **target_array_borrowed, const bool **target_array);
82 … const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed,
85 … const CeedInt **target_array_owned, const CeedInt **target_array_borrowed,
88 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed,
/libCEED/backends/hip/
H A Dceed-hip-common.c60 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetDeviceGenericArray_Hip() argument
64 if (*(void **)target_array_borrowed) { in CeedSetDeviceGenericArray_Hip()
65 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetDeviceGenericArray_Hip()
76 *(void **)target_array_borrowed = NULL; in CeedSetDeviceGenericArray_Hip()
82 *(void **)target_array_borrowed = (void *)source_array; in CeedSetDeviceGenericArray_Hip()
83 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetDeviceGenericArray_Hip()
89 const bool **target_array_borrowed, const bool **target_array) { in CeedSetDeviceBoolArray_Hip() argument
90 …ceed, source_array, copy_mode, sizeof(bool), num_values, target_array_owned, target_array_borrowed, in CeedSetDeviceBoolArray_Hip()
96 …const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **targ… in CeedSetDeviceCeedInt8Array_Hip() argument
98 target_array_borrowed, target_array)); in CeedSetDeviceCeedInt8Array_Hip()
[all …]
H A Dceed-hip-common.h83 … const bool **target_array_owned, const bool **target_array_borrowed, const bool **target_array);
85 … const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed,
88 … const CeedInt **target_array_owned, const CeedInt **target_array_borrowed,
91 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed,
/libCEED/interface/
H A Dceed.c381 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetHostGenericArray() argument
385 if (*(void **)target_array_borrowed) { in CeedSetHostGenericArray()
386 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetHostGenericArray()
397 *(void **)target_array_borrowed = NULL; in CeedSetHostGenericArray()
403 *(void **)target_array_borrowed = (void *)source_array; in CeedSetHostGenericArray()
404 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetHostGenericArray()
423 const bool **target_array_borrowed, const bool **target_array) { in CeedSetHostBoolArray() argument
424 …e_array, copy_mode, sizeof(bool), num_values, target_array_owned, target_array_borrowed, target_ar… in CeedSetHostBoolArray()
442 … const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetHostCeedInt8Array() argument
443 …ray, copy_mode, sizeof(CeedInt8), num_values, target_array_owned, target_array_borrowed, target_ar… in CeedSetHostCeedInt8Array()
[all …]
/libCEED/include/ceed/
H A Dbackend.h195 const bool **target_array_borrowed, const bool **target_array);
197 …const CeedInt8 **target_array_owned, const CeedInt8 **target_array_borrowed, const CeedInt8 **targ…
199 … const CeedInt **target_array_borrowed, const CeedInt **target_array);
201 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed,