Searched refs:NV04_PFIFO_MAX_PACKET_LEN (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h12 #ifndef NV04_PFIFO_MAX_PACKET_LEN
13 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h12 #ifndef NV04_PFIFO_MAX_PACKET_LEN
13 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_winsys.h14 #ifndef NV04_PFIFO_MAX_PACKET_LEN
15 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
H A Dnv50_vbo.c128 so->packet_vertex_limit = NV04_PFIFO_MAX_PACKET_LEN /
520 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4;
544 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
562 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
585 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
H A Dnv50_context.c102 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN);
103 if (string_words == NV04_PFIFO_MAX_PACKET_LEN)
H A Dnv50_transfer.c190 unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
386 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN);
H A Dnv50_shader_state.c71 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_winsys.h14 #ifndef NV04_PFIFO_MAX_PACKET_LEN
15 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
H A Dnv50_vbo.c130 so->packet_vertex_limit = NV04_PFIFO_MAX_PACKET_LEN /
513 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4;
537 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
555 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
578 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
H A Dnv50_context.c119 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN);
120 if (string_words == NV04_PFIFO_MAX_PACKET_LEN)
H A Dnv50_transfer.c316 unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
512 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN);
H A Dnv50_compute.c232 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN);
H A Dnv50_shader_state.c71 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_winsys.h13 #ifndef NV04_PFIFO_MAX_PACKET_LEN
14 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
H A Dnvc0_vbo.c610 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4;
636 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
655 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
680 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
855 draws = MIN2(draws, (NV04_PFIFO_MAX_PACKET_LEN - 4) / size);
H A Dnvc0_context.c122 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN);
123 if (string_words == NV04_PFIFO_MAX_PACKET_LEN)
H A Dnvc0_transfer.c213 unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
255 unsigned nr = MIN2(count, (NV04_PFIFO_MAX_PACKET_LEN - 1));
595 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN - 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_winsys.h13 #ifndef NV04_PFIFO_MAX_PACKET_LEN
14 #define NV04_PFIFO_MAX_PACKET_LEN 2047 macro
H A Dnvc0_vbo.c617 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4;
643 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
662 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
687 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2;
865 draws = MIN2(draws, (NV04_PFIFO_MAX_PACKET_LEN - 4) / size);
H A Dnvc0_context.c169 string_words = MIN2(string_words, NV04_PFIFO_MAX_PACKET_LEN);
170 if (string_words == NV04_PFIFO_MAX_PACKET_LEN)
H A Dnvc0_transfer.c213 unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
255 unsigned nr = MIN2(count, (NV04_PFIFO_MAX_PACKET_LEN - 1));
598 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN - 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c313 so->vtx_per_packet_max = NV04_PFIFO_MAX_PACKET_LEN / MAX2(so->vtx_size, 1);
382 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
407 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
425 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
449 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
H A Dnv30_draw.c150 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c312 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);
H A Dnv30_draw.c150 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);

Completed in 47 milliseconds

12