Searched refs:acc_device_not_host (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-3.c10 acc_shutdown (acc_device_not_host);
H A Dacc_on_device-1.c20 if (acc_on_device (acc_device_not_host))
37 if (acc_on_device (acc_device_not_host))
61 if (!acc_on_device (acc_device_not_host))
/haiku-buildtools/gcc/libgomp/
H A Dopenacc.h57 acc_device_not_host = 4, enumerator in enum:acc_device_t
H A Doacc-init.c76 && acc_device_type (disp->type) != acc_device_not_host);
103 case acc_device_not_host: return "not_host";
133 d = acc_device_not_host;
137 case acc_device_not_host:
138 /* Find the first available device after acc_device_not_host. */
162 && d != acc_device_not_host);
475 && res != acc_device_not_host);
560 return dev == acc_device_host_nonshm || dev == acc_device_not_host;
H A Dopenacc.f9040 public :: acc_device_not_host, acc_device_nvidia
47 integer (acc_device_kind), parameter :: acc_device_not_host = 4 variable in module:openacc_kinds
H A Dopenacc_lib.h42 integer (acc_device_kind), parameter :: acc_device_not_host = 4

Completed in 97 milliseconds