Home | History | Annotate | Download | only in svga

Lines Matching defs:bind_count

62    unsigned bind_count;
79 queue.bind_count = 0;
123 queue.bind[queue.bind_count].unit = i;
124 queue.bind[queue.bind_count].view = view;
125 queue.bind_count++;
134 if (queue.bind_count) {
139 queue.bind_count ) != PIPE_OK)
142 for (i = 0; i < queue.bind_count; i++) {
191 queue.bind_count = 0;
197 queue.bind[queue.bind_count].unit = i;
198 queue.bind[queue.bind_count].view = view;
199 queue.bind_count++;
203 if (queue.bind_count) {
208 queue.bind_count);
213 for (i = 0; i < queue.bind_count; i++) {