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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c412 if (draw_size > radeon_cs_space_remaining(pScrn)) {
420 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
1054 if (draw_size > radeon_cs_space_remaining(pScrn)) {
1062 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
2508 if (draw_size > radeon_cs_space_remaining(pScrn)) {
4138 if (draw_size > radeon_cs_space_remaining(pScrn)) {
H A Dradeon_accel.c575 int radeon_cs_space_remaining(ScrnInfoPtr pScrn) function in typeref:typename:int
H A Dradeon.h1130 extern int radeon_cs_space_remaining(ScrnInfoPtr pScrn);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_videofuncs.c332 if (draw_size > radeon_cs_space_remaining(pScrn)) {
337 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
879 if (draw_size > radeon_cs_space_remaining(pScrn)) {
884 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
2235 if (draw_size > radeon_cs_space_remaining(pScrn)) {
3789 if (draw_size > radeon_cs_space_remaining(pScrn)) {
H A Dradeon.h649 extern int radeon_cs_space_remaining(ScrnInfoPtr pScrn);
H A Dradeon_accel.c124 int radeon_cs_space_remaining(ScrnInfoPtr pScrn) function in typeref:typename:int

Completed in 17 milliseconds