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 …]
158 unsigned sub_gid; /* only used during init */ member1088 struct si_pc_block *block, unsigned sub_gid) in get_group_state() argument1093 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 …]