Lines Matching defs:nBox
374 int nBox = REGION_NUM_RECTS(&pPriv->clip);
408 while (nBox) {
420 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
421 nBox -= loop_boxes;
490 BEGIN_ACCEL(nBox * pPriv->vtx_count * 3 + 2);
494 ((nBox * 3) << RADEON_VF_NUM_VERTICES_SHIFT)));
495 while (nBox--) {
1015 int nBox = REGION_NUM_RECTS(&pPriv->clip);
1050 while (nBox) {
1062 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
1063 nBox -= loop_boxes;
1122 BEGIN_ACCEL(nBox * 3 * pPriv->vtx_count + 2);
1125 ((nBox * 3) << RADEON_VF_NUM_VERTICES_SHIFT)));
1126 while (nBox--) {
2467 int nBox = REGION_NUM_RECTS(&pPriv->clip);
2501 while (nBox--) {
4098 int nBox = REGION_NUM_RECTS(&pPriv->clip);
4132 while (nBox--) {