Lines Matching defs:count
1496 unsigned start, unsigned count,
1509 if (count > tex_units)
1512 memcpy(state->sampler_states, states, sizeof(void*) * count);
1513 state->sampler_state_count = count;
1550 unsigned start, unsigned count,
1565 if (shader != PIPE_SHADER_FRAGMENT || count > tex_units) {
1567 for (unsigned i = 0; i < count; i++) {
1576 for (i = 0; i < count; i++) {
1581 for (i = 0; i < count; i++) {
1611 for (i = count; i < tex_units; i++) {
1619 state->sampler_view_count = count;
1644 view->base.reference.count = 1;
1775 unsigned start_slot, unsigned count,
1784 buffers, start_slot, count,
1798 unsigned start_slot, unsigned count,
1808 buffers, start_slot, count,
1810 draw_set_vertex_buffers(r300->draw, start_slot, count,
1816 for (i = 0; i < count; i++) {
1838 for (i = 0; i < velems->count; i++) {
1868 vstream->count = (i >> 1) + 1;
1872 unsigned count,
1880 if (!count) {
1883 count = 1;
1884 } else if (count > 16) {
1886 " requested %i, using 16.\n", count);
1887 count = 16;
1894 velems->count = count;
1895 memcpy(velems->velem, attribs, sizeof(struct pipe_vertex_element) * count);
1902 for (i = 0; i < count; i++) {
1925 draw_set_vertex_elements(r300->draw, velems->count, velems->velem);
1930 r300->vertex_stream_state.size = (1 + velems->vertex_stream.count) * 2;