Lines Matching defs:count
49 unsigned start_slot, unsigned count,
58 *enabled_buffers &= ~u_bit_consecutive(start_slot, count);
61 for (i = 0; i < count; i++) {
72 memcpy(dst, src, count * sizeof(struct pipe_vertex_buffer));
78 for (i = 0; i < count; i++)
83 pipe_vertex_buffer_unreference(&dst[count + i]);
93 unsigned start_slot, unsigned count,
106 count, unbind_num_trailing_slots,
121 unsigned start_slot, unsigned count)
128 for (i = 0; i < count; i++) {
138 memcpy(dst, src, count * sizeof(struct pipe_shader_buffer));
142 for (i = 0; i < count; i++)
145 *enabled_buffers &= ~(((1ull << count) - 1) << start_slot);
162 draw->count * info->index_size, alignment,
176 * @param velem_count Original count, will be updated to contain the count
186 unsigned count = *velem_count;
189 for (unsigned i = 0; i < count; i++) {
201 for (unsigned i = 0; i < count; i++) {