Searched defs:npush (Results 1 – 3 of 3) sorted by relevance
351 unsigned npush = (count > mpush) ? mpush : count; local383 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local408 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local450 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local496 unsigned npush = (count > mpush) ? mpush : count; local
151 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_render_draw_elements() local
39 static struct nouveau_pushbuf *npush; variable