Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dworkitems.c123 l_data->wg_max_x, l_data->wg_max_y, l_data->wg_max_z); in phsa_work_item_thread()
163 wg->y = l_data->wg_max_y - 1; in phsa_work_item_thread()
178 if (wg->y + 1 >= l_data->wg_max_y) in phsa_work_item_thread()
278 group_y = context->wg_max_y - 1; in phsa_execute_wi_gang()
386 context->wg_max_y in phsa_spawn_work_items()
398 context->wg_max_x, context->wg_max_y, context->wg_max_z, in phsa_spawn_work_items()
446 context->wg_max_y in phsa_execute_work_groups()
458 context->wg_max_x, context->wg_max_y, context->wg_max_z, in phsa_execute_work_groups()
497 for (wg_y = context->wg_min_y; wg_y < context->wg_max_y; ++wg_y) in phsa_execute_work_groups()
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dphsa-rt.h71 size_t wg_max_y; member