Searched refs:MAX_PACKET (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c49 * grouping them in packets of length MAX_PACKET.
62 int _npack = MIN2(_npush, MAX_PACKET * MAX_OUT_##out); \
183 return MAX2(0, n - 7) * max_out * MAX_PACKET / (1 + MAX_PACKET);
H A Dnv20_render.c196 #define MAX_PACKET 0x400 macro
H A Dnv10_render.c172 #define MAX_PACKET 0x400 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c49 * grouping them in packets of length MAX_PACKET.
62 int _npack = MIN2(_npush, MAX_PACKET * MAX_OUT_##out); \
183 return MAX2(0, n - 7) * max_out * MAX_PACKET / (1 + MAX_PACKET);
H A Dnv10_render.c172 #define MAX_PACKET 0x400 macro
H A Dnv20_render.c196 #define MAX_PACKET 0x400 macro

Completed in 4 milliseconds