Searched refs:num_devices (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | oacc-init.c | 504 int num_devices; in goacc_attach_host_thread_to_device() local 523 num_devices = base_dev->get_num_devices_func (); in goacc_attach_host_thread_to_device() 524 if (num_devices <= 0 || ord >= num_devices) in goacc_attach_host_thread_to_device() 526 num_devices); in goacc_attach_host_thread_to_device() 764 int num_devices; in ialias() local 782 num_devices = base_dev->get_num_devices_func (); in ialias() 784 if (num_devices <= 0 || ord >= num_devices) in ialias() 785 acc_dev_num_out_of_range (d, ord, num_devices); in ialias() 817 int num_devices = dev->get_num_devices_func (); in ialias() local 819 if (num_devices <= 0 || ord >= num_devices) in ialias() [all …]
|
| H A D | target.c | 94 static int num_devices; variable 2302 for (i = 0; i < num_devices; i++) in GOMP_offload_register_ver() 2347 for (i = 0; i < num_devices; i++) in GOMP_offload_unregister_ver() 3824 for (i = 0; i < num_devices; i++) in gomp_target_fini() 3948 num_devices = num_devs; in gomp_target_init()
|
| H A D | ChangeLog | 3304 variables corresponding to num_devices, num_devices_openmp and devices 12445 (num_devices): Do not guard with PLUGIN_SUPPORT. 12618 * target.c (num_devices): Guard with PLUGIN_SUPPORT. 13164 (offload_images, num_offload_images, devices, num_devices): New static
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | oacc-init.c | 504 int num_devices; in goacc_attach_host_thread_to_device() local 523 num_devices = base_dev->get_num_devices_func (); in goacc_attach_host_thread_to_device() 524 if (num_devices <= 0 || ord >= num_devices) in goacc_attach_host_thread_to_device() 526 num_devices); in goacc_attach_host_thread_to_device() 764 int num_devices; in ialias() local 782 num_devices = base_dev->get_num_devices_func (); in ialias() 784 if (num_devices <= 0 || ord >= num_devices) in ialias() 785 acc_dev_num_out_of_range (d, ord, num_devices); in ialias() 817 int num_devices = dev->get_num_devices_func (); in ialias() local 819 if (num_devices <= 0 || ord >= num_devices) in ialias() [all …]
|
| H A D | target.c | 77 static int num_devices; variable 1756 for (i = 0; i < num_devices; i++) in GOMP_offload_register_ver() 1801 for (i = 0; i < num_devices; i++) in GOMP_offload_unregister_ver() 3130 for (i = 0; i < num_devices; i++) in gomp_target_fini() 3159 num_devices = 0; in gomp_target_init() 3178 num_devices = 0; in gomp_target_init() 3193 devices = realloc (devices, (num_devices + new_num_devices) in gomp_target_init() 3197 num_devices = 0; in gomp_target_init() 3210 devices[num_devices] = current_device; in gomp_target_init() 3211 gomp_mutex_init (&devices[num_devices].lock); in gomp_target_init() [all …]
|
| /netbsd-src/usr.bin/aiomixer/ |
| H A D | main.c | 402 process_device_select(struct aiomixer *aio, unsigned int num_devices) in process_device_select() argument 408 draw_mixer_select(num_devices, selected_device); in process_device_select() 423 selected_device = (num_devices - 1); in process_device_select() 427 if (selected_device < (num_devices - 1)) in process_device_select() 460 draw_mixer_select(num_devices, selected_device); in process_device_select()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | xfixes.c | 2409 xcb_block_len += _aux->num_devices * sizeof(uint16_t); in xcb_xfixes_create_pointer_barrier_sizeof() 2433 uint16_t num_devices, in xcb_xfixes_create_pointer_barrier_checked() argument 2455 xcb_out.num_devices = num_devices; in xcb_xfixes_create_pointer_barrier_checked() 2463 xcb_parts[4].iov_len = num_devices * sizeof(uint16_t); in xcb_xfixes_create_pointer_barrier_checked() 2480 uint16_t num_devices, in xcb_xfixes_create_pointer_barrier() argument 2502 xcb_out.num_devices = num_devices; in xcb_xfixes_create_pointer_barrier() 2510 xcb_parts[4].iov_len = num_devices * sizeof(uint16_t); in xcb_xfixes_create_pointer_barrier() 2527 return R->num_devices; in xcb_xfixes_create_pointer_barrier_devices_length() 2534 i.data = ((uint16_t *) (R + 1)) + (R->num_devices); in xcb_xfixes_create_pointer_barrier_devices_end()
|
| H A D | xfixes.h | 724 uint16_t num_devices; member 1997 uint16_t num_devices, 2017 uint16_t num_devices,
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| H A D | kfd_topology.h | 188 uint32_t num_devices; /* Number of H-NUMA nodes */ member
|
| H A D | kfd_topology.c | 858 sys_props.num_devices++; in kfd_topology_update_device_list() 1046 atomic_set(&topology_crat_proximity_domain, sys_props.num_devices-1); in kfd_topology_init() 1424 sys_props.num_devices--; in kfd_topology_remove_device()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | siopreg.h | 442 uint8_t num_devices; member
|