Lines Matching defs:group
162 struct agx_map_entry group = groups[i];
163 unsigned count = group.resource_count;
165 STATIC_ASSERT(ARRAY_SIZE(group.resource_id) == 6);
166 STATIC_ASSERT(ARRAY_SIZE(group.resource_unk) == 6);
167 STATIC_ASSERT(ARRAY_SIZE(group.resource_flags) == 6);
175 unsigned handle = group.resource_id[j];
176 unsigned unk = group.resource_unk[j];
177 unsigned flags = group.resource_flags[j];
190 if (group.unka)
191 fprintf(agxdecode_dump_stream, "ERROR - unknown 0x%X\n", group.unka);