Searched refs:loop_boxes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c410 int loop_boxes; local in function:FUNC_NAME
420 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
421 nBox -= loop_boxes;
423 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 5);
425 loop_boxes * 3 * pPriv->vtx_count + 1));
437 ((loop_boxes * 3) << RADEON_CP_VC_CNTL_NUM_SHIFT));
439 while (loop_boxes--) {
1052 int loop_boxes; local in function:FUNC_NAME
1062 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
1063 nBox -= loop_boxes;
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_videofuncs.c330 int loop_boxes; local in function:RADEONDisplayTexturedVideo
337 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
338 nBox -= loop_boxes;
340 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 5);
342 loop_boxes * 3 * pPriv->vtx_count + 1));
354 ((loop_boxes * 3) << RADEON_CP_VC_CNTL_NUM_SHIFT));
356 while (loop_boxes--) {
877 int loop_boxes; local in function:R200DisplayTexturedVideo
884 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
885 nBox -= loop_boxes;
[all...]

Completed in 8 milliseconds