Lines Matching refs:target_array_borrowed
60 … 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()
103 …const CeedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_… in CeedSetDeviceCeedIntArray_Hip() argument
104 …d, source_array, copy_mode, sizeof(CeedInt), num_values, target_array_owned, target_array_borrowed, in CeedSetDeviceCeedIntArray_Hip()
110 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed, in CeedSetDeviceCeedScalarArray_Hip() argument
113 target_array_borrowed, target_array)); in CeedSetDeviceCeedScalarArray_Hip()