Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_perfcounter.c73 unsigned sub_gid; /* only used during init */ member
232 unsigned sub_gid) in get_group_state() argument
237 if (group->block == block && group->sub_gid == sub_gid) in get_group_state()
247 group->sub_gid = sub_gid; 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()
278 group->se = sub_gid / block->num_instances; in get_group_state()
279 sub_gid = sub_gid % block->num_instances; in get_group_state()
285 group->instance = sub_gid; in get_group_state()
306 unsigned base_gid, sub_gid, sub_index; in si_create_batch_query() local
[all …]
/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 …]