Lines Matching defs:count
241 static void ac_parse_set_reg_packet(FILE *f, unsigned count, unsigned reg_offset,
254 for (i = 0; i < count; i++)
262 int count = PKT_COUNT_G(header);
286 ac_parse_set_reg_packet(f, count, SI_CONTEXT_REG_OFFSET, ib);
289 ac_parse_set_reg_packet(f, count, SI_CONFIG_REG_OFFSET, ib);
293 ac_parse_set_reg_packet(f, count, CIK_UCONFIG_REG_OFFSET, ib);
297 ac_parse_set_reg_packet(f, count, SI_SH_REG_OFFSET, ib);
337 if (count > 0) {
487 count = -1; /* One dword NOP. */
488 } else if (count == 0 && ib->cur_dw < ib->num_dw && AC_IS_TRACE_POINT(ib->ib[ib->cur_dw])) {
522 while (ib->cur_dw <= first_dw + count)
525 if (ib->cur_dw > first_dw + count + 1)
526 fprintf(f, "%s !!!!! count in header too low !!!!!%s\n",