Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_perfcounter.c250 unsigned sub_gids = block->num_instances; in get_group_state() local
256 sub_gids = sub_gids * screen->info.max_se; in get_group_state()
257 shader_id = sub_gid / sub_gids; in get_group_state()
258 sub_gid = sub_gid % sub_gids; in get_group_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c254 unsigned sub_gids = block->num_instances; in get_group_state() local
260 sub_gids = sub_gids * screen->info.max_se; in get_group_state()
261 shader_id = sub_gid / sub_gids; in get_group_state()
262 sub_gid = sub_gid % sub_gids; in get_group_state()