Searched refs:sub_gid (Results 1 – 2 of 2) sorted by relevance
77 unsigned sub_gid; /* only used during init */ member236 unsigned sub_gid) in get_group_state() argument241 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 …]
34 unsigned sub_gid; /* only used during init */ member392 struct ac_pc_block *block, unsigned sub_gid) in get_group_state() argument398 if (group->block == block && group->sub_gid == sub_gid) in get_group_state()408 group->sub_gid = sub_gid; in get_group_state()418 shader_id = sub_gid / sub_gids; in get_group_state()419 sub_gid = sub_gid % sub_gids; in get_group_state()439 group->se = sub_gid / block->num_instances; in get_group_state()440 sub_gid = sub_gid % block->num_instances; in get_group_state()446 group->instance = sub_gid; in get_group_state()465 unsigned base_gid, sub_gid, sub_index; in si_create_batch_query() local[all …]