Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_perfcounter.c77 unsigned sub_gid; /* only used during init */ member
236 unsigned sub_gid) in get_group_state() argument
241 if (group->block == block && group->sub_gid == sub_gid) in get_group_state()
251 group->sub_gid = sub_gid; 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()
282 group->se = sub_gid / block->num_instances; in get_group_state()
283 sub_gid = sub_gid % block->num_instances; in get_group_state()
289 group->instance = sub_gid; in get_group_state()
310 unsigned base_gid, sub_gid, sub_index; in r600_create_batch_query() local
[all …]