Searched refs:hsa_region_t (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc56 hsa_region_t kernargs_region = { 0 };
57 hsa_region_t heap_region = { 0 };
93 hsa_status_t (*hsa_region_get_info_fn) (hsa_region_t region,
103 hsa_status_t (*callback) (hsa_region_t region, void *data), void *data);
119 hsa_status_t (*hsa_memory_allocate_fn) (hsa_region_t region, size_t size,
271 get_memory_region (hsa_region_t region, hsa_region_t *retval,
295 get_kernarg_region (hsa_region_t region, void *data __attribute__((unused)))
302 get_heap_region (hsa_region_t region, void *data __attribute__((unused)))
474 device_malloc (size_t size, hsa_region_t regio
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c74 hsa_region_t kernargs_region = { 0 };
75 hsa_region_t heap_region = { 0 };
111 hsa_status_t (*hsa_region_get_info_fn) (hsa_region_t region,
121 hsa_status_t (*callback) (hsa_region_t region, void *data), void *data);
137 hsa_status_t (*hsa_memory_allocate_fn) (hsa_region_t region, size_t size,
289 get_memory_region (hsa_region_t region, hsa_region_t *retval,
313 get_kernarg_region (hsa_region_t region, void *data __attribute__((unused)))
320 get_heap_region (hsa_region_t region, void *data __attribute__((unused)))
622 device_malloc (size_t size, hsa_region_t regio
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dhsa.h45 typedef struct hsa_region_s { uint64_t handle; } hsa_region_t; typedef in typeref:struct:hsa_region_s
471 hsa_status_t (*callback)(hsa_region_t region, void *data), void *data);
489 hsa_status_t hsa_region_get_info(hsa_region_t region,
594 hsa_status_t hsa_soft_queue_create(hsa_region_t region, uint32_t size,
614 hsa_status_t hsa_memory_allocate(hsa_region_t region, size_t size, void **ptr);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c68 hsa_status_t (*hsa_region_get_info_fn) (hsa_region_t region,
78 hsa_status_t (*callback)(hsa_region_t region, void *data), void *data);
94 hsa_status_t (*hsa_memory_allocate_fn) (hsa_region_t region, size_t size,
432 hsa_region_t kernarg_region;
665 get_kernarg_memory_region (hsa_region_t region, void *data)
684 hsa_region_t *ret = (hsa_region_t *) data;
H A Dplugin-gcn.c138 hsa_status_t (*hsa_region_get_info_fn) (hsa_region_t region,
148 hsa_status_t (*callback)(hsa_region_t region, void *data), void *data);
164 hsa_status_t (*hsa_memory_allocate_fn) (hsa_region_t region, size_t size,
439 hsa_region_t kernarg_region;
442 hsa_region_t data_region;
768 dump_hsa_region (hsa_region_t region, void *data __attribute__((unused)))
1578 get_memory_region (hsa_region_t region, hsa_region_t *retval,
1609 get_kernarg_memory_region (hsa_region_t region, void *data)
1611 return get_memory_region (region, (hsa_region_t *)dat
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c136 hsa_status_t (*hsa_region_get_info_fn) (hsa_region_t region,
146 hsa_status_t (*callback)(hsa_region_t region, void *data), void *data);
162 hsa_status_t (*hsa_memory_allocate_fn) (hsa_region_t region, size_t size,
436 hsa_region_t kernarg_region;
439 hsa_region_t data_region;
765 dump_hsa_region (hsa_region_t region, void *data __attribute__((unused)))
1572 get_memory_region (hsa_region_t region, hsa_region_t *retval,
1603 get_kernarg_memory_region (hsa_region_t region, void *data)
1605 return get_memory_region (region, (hsa_region_t *)dat
[all...]
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dhsa.h2158 } hsa_region_t; typedef in typeref:struct:hsa_region_s
2418 hsa_region_t region,
3266 hsa_region_t region,
3296 hsa_status_t (*callback)(hsa_region_t region, void* data),
3330 hsa_status_t HSA_API hsa_memory_allocate(hsa_region_t region,

Completed in 121 milliseconds