Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
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 …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c158 unsigned sub_gid; /* only used during init */ member
1088 struct si_pc_block *block, unsigned sub_gid) in get_group_state() argument
1093 if (group->block == block && group->sub_gid == sub_gid) in get_group_state()
1103 group->sub_gid = sub_gid; in get_group_state()
1113 shader_id = sub_gid / sub_gids; in get_group_state()
1114 sub_gid = sub_gid % sub_gids; in get_group_state()
1134 group->se = sub_gid / block->num_instances; in get_group_state()
1135 sub_gid = sub_gid % block->num_instances; in get_group_state()
1141 group->instance = sub_gid; in get_group_state()
1160 unsigned base_gid, sub_gid, sub_index; in si_create_batch_query() local
[all …]