Home
last modified time | relevance | path

Searched refs:queue_last (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c2726 int queue_last = ((aq->queue_first + aq->queue_n) in queue_push_launch() local
2730 aq->id, queue_last); in queue_push_launch()
2732 aq->queue[queue_last].type = KERNEL_LAUNCH; in queue_push_launch()
2733 aq->queue[queue_last].u.launch.kernel = kernel; in queue_push_launch()
2734 aq->queue[queue_last].u.launch.vars = vars; in queue_push_launch()
2735 aq->queue[queue_last].u.launch.kla = *kla; in queue_push_launch()
2759 int queue_last = ((aq->queue_first + aq->queue_n) in queue_push_callback() local
2763 aq->id, queue_last); in queue_push_callback()
2765 aq->queue[queue_last].type = CALLBACK; in queue_push_callback()
2766 aq->queue[queue_last].u.callback.fn = fn; in queue_push_callback()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c2917 int queue_last = ((aq->queue_first + aq->queue_n) in queue_push_launch() local
2921 aq->id, queue_last); in queue_push_launch()
2923 aq->queue[queue_last].type = KERNEL_LAUNCH; in queue_push_launch()
2924 aq->queue[queue_last].u.launch.kernel = kernel; in queue_push_launch()
2925 aq->queue[queue_last].u.launch.vars = vars; in queue_push_launch()
2926 aq->queue[queue_last].u.launch.kla = *kla; in queue_push_launch()
2950 int queue_last = ((aq->queue_first + aq->queue_n) in queue_push_callback() local
2954 aq->id, queue_last); in queue_push_callback()
2956 aq->queue[queue_last].type = CALLBACK; in queue_push_callback()
2957 aq->queue[queue_last].u.callback.fn = fn; in queue_push_callback()
[all …]