Home
last modified time | relevance | path

Searched defs:target_array_borrowed (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()
82 const bool **target_array_borrowed, const bool **target_array) { 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 Dceed-hip-common.c60 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetDeviceGenericArray_Hip()
89 const bool **target_array_borrowed, const bool **target_array) { 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 Dceed.c381 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetHostGenericArray()
423 const bool **target_array_borrowed, const bool **target_array) { in CeedSetHostBoolArray()
442const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetHostCeedInt8Array()
461 const CeedInt **target_array_borrowed, const CeedInt **target_array) { in CeedSetHostCeedIntArray()
480const CeedScalar **target_array_borrowed, const CeedScalar **target_array) { in CeedSetHostCeedScalarArray()