Home
last modified time | relevance | path

Searched defs:npush (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vbo.c341 unsigned npush = (count > mpush) ? mpush : count; in nv30_draw_arrays() local
373 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u08() local
398 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u16() local
440 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);; in nv30_draw_elements_inline_u32_short() local
487 unsigned npush = (count > mpush) ? mpush : count; in nv30_draw_elements() local
Dnv30_draw.c145 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_render_draw_elements() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c203 unsigned npush, start = 0, count = swtnl->vertex_count; in swtnl_flush_vertices() local