Searched defs:npush (Results 1 – 3 of 3) sorted by relevance
341 unsigned npush = (count > mpush) ? mpush : count; in nv30_draw_arrays() local373 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u08() local398 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u16() local440 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);; in nv30_draw_elements_inline_u32_short() local487 unsigned npush = (count > mpush) ? mpush : count; in nv30_draw_elements() local
145 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