Searched refs:NV04_PFIFO_MAX_PACKET_LEN (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_winsys.h | 11 #ifndef NV04_PFIFO_MAX_PACKET_LEN 12 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_winsys.h | 14 #ifndef NV04_PFIFO_MAX_PACKET_LEN 15 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
|
D | nv50_vbo.c | 123 so->packet_vertex_limit = NV04_PFIFO_MAX_PACKET_LEN / in nv50_vertex_state_create() 486 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; in nv50_draw_elements_inline_u08() 510 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nv50_draw_elements_inline_u16() 528 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv50_draw_elements_inline_u32() 551 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nv50_draw_elements_inline_u32_short()
|
D | nv50_transfer.c | 195 nr = MIN2(nr, NV04_PFIFO_MAX_PACKET_LEN); in nv50_sifc_linear_u8() 404 nr = MIN2(nr, NV04_PFIFO_MAX_PACKET_LEN - 1); in nv50_cb_push()
|
D | nv50_shader_state.c | 72 nr = MIN2(MIN2(nr - 3, words), NV04_PFIFO_MAX_PACKET_LEN); in nv50_constbufs_validate()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_winsys.h | 13 #ifndef NV04_PFIFO_MAX_PACKET_LEN 14 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
|
D | nvc0_transfer.c | 198 nr = MIN2(nr, NV04_PFIFO_MAX_PACKET_LEN); in nvc0_m2mf_push_linear() 243 nr = MIN2(nr, (NV04_PFIFO_MAX_PACKET_LEN - 1)); in nve4_p2mf_push_linear() 487 nr = MIN2(nr, NV04_PFIFO_MAX_PACKET_LEN - 1); in nvc0_cb_push()
|
D | nvc0_vbo.c | 603 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; in nvc0_draw_elements_inline_u08() 629 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nvc0_draw_elements_inline_u16() 648 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nvc0_draw_elements_inline_u32() 673 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nvc0_draw_elements_inline_u32_short()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_vbo.c | 304 so->vtx_per_packet_max = NV04_PFIFO_MAX_PACKET_LEN / MAX2(so->vtx_size, 1); in nv30_vertex_state_create() 373 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u08() 398 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u16() 416 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_draw_elements_inline_u32() 440 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);; in nv30_draw_elements_inline_u32_short()
|
D | nv30_draw.c | 145 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_render_draw_elements()
|