Lines Matching refs:interop
11 omp_interop_t interop; in test1() local
13 #pragma omp interop init(target \ in test1()
14 : interop) in test1()
16 #pragma omp interop init(targetsync \ in test1()
17 : interop) in test1()
19 #pragma omp interop init(target \ in test1()
20 : interop) device(device_id) in test1()
22 #pragma omp interop init(targetsync \ in test1()
23 : interop) device(device_id) in test1()
25 #pragma omp interop use(interop) depend(in \ in test1()
28 #pragma omp interop destroy(interop) depend(in \ in test1()