Lines Matching defs:count
133 static void ac_parse_set_reg_packet(FILE *f, uint32_t *ib, unsigned count,
139 for (i = 0; i < count; i++)
148 unsigned count = PKT_COUNT_G(ib[0]);
178 ac_parse_set_reg_packet(f, ib, count, EVERGREEN_CONTEXT_REG_OFFSET);
181 ac_parse_set_reg_packet(f, ib, count, EVERGREEN_CONFIG_REG_OFFSET);
198 if (count > 0) {
226 count = -1; /* One dword NOP. */
228 } else if (count == 0 && AC_IS_TRACE_POINT(ib[1])) {
261 for (i = 0; i < count+1; i++) {
267 ib += count + 2;
268 *num_dw -= count + 2;