Searched refs:NV04_PFIFO_MAX_PACKET_LEN (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_winsys.h | 12 #ifndef NV04_PFIFO_MAX_PACKET_LEN 13 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/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 | 128 so->packet_vertex_limit = NV04_PFIFO_MAX_PACKET_LEN / in nv50_vertex_state_create() 519 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; in nv50_draw_elements_inline_u08() 543 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nv50_draw_elements_inline_u16() 561 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv50_draw_elements_inline_u32() 584 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nv50_draw_elements_inline_u32_short()
|
D | nv50_context.c | 105 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN); in nv50_emit_string_marker() 106 if (string_words == NV04_PFIFO_MAX_PACKET_LEN) in nv50_emit_string_marker()
|
D | nv50_transfer.c | 190 unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv50_sifc_linear_u8() 386 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN); in nv50_cb_bo_push()
|
D | nv50_shader_state.c | 71 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN); in nv50_constbufs_validate()
|
D | nv50_surface.c | 665 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; in nv50_clear_buffer_push()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_winsys.h | 13 #ifndef NV04_PFIFO_MAX_PACKET_LEN 14 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
|
D | nvc0_vbo.c | 630 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; in nvc0_draw_elements_inline_u08() 656 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nvc0_draw_elements_inline_u16() 675 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nvc0_draw_elements_inline_u32() 700 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; in nvc0_draw_elements_inline_u32_short() 874 draws = MIN2(draws, (NV04_PFIFO_MAX_PACKET_LEN - 4) / size); in nvc0_draw_indirect()
|
D | nvc0_transfer.c | 189 unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nvc0_m2mf_push_linear() 231 unsigned nr = MIN2(count, (NV04_PFIFO_MAX_PACKET_LEN - 1)); in nve4_p2mf_push_linear() 571 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN - 1); in nvc0_cb_bo_push()
|
D | nvc0_context.c | 122 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN); in nvc0_emit_string_marker() 123 if (string_words == NV04_PFIFO_MAX_PACKET_LEN) in nvc0_emit_string_marker()
|
D | nvc0_surface.c | 381 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; in nvc0_clear_buffer_push_nvc0() 433 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; in nvc0_clear_buffer_push_nve4()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_vbo.c | 312 so->vtx_per_packet_max = NV04_PFIFO_MAX_PACKET_LEN / MAX2(so->vtx_size, 1); 381 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); 406 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); 424 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); 448 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
|
D | nv30_draw.c | 150 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_render_draw_elements()
|