Lines Matching defs:count
42 unsigned count = 0;
56 count++;
67 count++;
70 return count;
1589 * \param count Number of components to be assigned
1592 * \c src_base + \c count must be less than or equal to the number of
1597 ir_rvalue *src, unsigned src_base, unsigned count,
1604 assert(column_ref->type->components() >= (row_base + count));
1605 assert(src->type->components() >= (src_base + count));
1610 if (count < src->type->vector_elements) {
1614 count);
1618 const unsigned write_mask = ((1U << count) - 1) << row_base;
1873 unsigned count = MIN2(rows - row_idx,
1881 count, ctx);
1883 rhs_base += count;
1884 row_idx += count;
1885 remaining_slots -= count;