Searched refs:nr_data (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c381 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; local in function:nvc0_clear_buffer_push_nvc0
382 unsigned nr = nr_data * data_words;
398 for (i = 0; i < nr_data; i++)
430 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; local in function:nvc0_clear_buffer_push_nve4
431 unsigned nr = nr_data * data_words;
445 for (i = 0; i < nr_data; i++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c388 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; local in function:nvc0_clear_buffer_push_nvc0
389 unsigned nr = nr_data * data_words;
405 for (i = 0; i < nr_data; i++)
437 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; local in function:nvc0_clear_buffer_push_nve4
438 unsigned nr = nr_data * data_words;
452 for (i = 0; i < nr_data; i++)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c665 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; local in function:nv50_clear_buffer_push
666 unsigned nr = nr_data * data_words;
669 for (i = 0; i < nr_data; i++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c685 unsigned nr_data = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN) / data_words; local in function:nv50_clear_buffer_push
686 unsigned nr = nr_data * data_words;
689 for (i = 0; i < nr_data; i++)

Completed in 14 milliseconds