Lines Matching refs:target_array_borrowed
53 … 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()
96 …const CeedInt **target_array_owned, const CeedInt **target_array_borrowed, const CeedInt **target_… in CeedSetDeviceCeedIntArray_Cuda() argument
98 target_array_borrowed, target_array)); in CeedSetDeviceCeedIntArray_Cuda()
103 … const CeedScalar **target_array_owned, const CeedScalar **target_array_borrowed, in CeedSetDeviceCeedScalarArray_Cuda() argument
106 target_array_borrowed, target_array)); in CeedSetDeviceCeedScalarArray_Cuda()