Searched defs:npush (Results 1 – 4 of 4) sorted by relevance
348 unsigned npush = (count > mpush) ? mpush : count; local380 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local405 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local447 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local493 unsigned npush = (count > mpush) ? mpush : count; local
150 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_render_draw_elements() local
203 unsigned npush, start = 0, count = swtnl->vertex_count; in swtnl_flush_vertices() local
39 static struct nouveau_pushbuf *npush; variable