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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri2.c795 int swap_type; local in function:radeon_dri2_frame_event_handler
829 swap_type = DRI2_EXCHANGE_COMPLETE;
837 swap_type = DRI2_BLIT_COMPLETE;
841 swap_type, event->event_complete, event->event_data);
1132 enum DRI2FrameEventType swap_type = DRI2_SWAP; local in function:radeon_dri2_schedule_swap
1189 swap_type = DRI2_FLIP;
1193 swap_info->type = swap_type;
1195 /* Correct target_msc by 'flip' if swap_type == DRI2_FLIP.
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c692 int swap_type; local in function:amdgpu_dri2_frame_event_handler
724 swap_type = DRI2_EXCHANGE_COMPLETE;
733 swap_type = DRI2_BLIT_COMPLETE;
737 usec % 1000000, swap_type, event->event_complete,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_dri2.c792 int swap_type; local in function:radeon_dri2_frame_event_handler
822 swap_type = DRI2_EXCHANGE_COMPLETE;
831 swap_type = DRI2_BLIT_COMPLETE;
835 usec % 1000000, swap_type, event->event_complete,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_dri.c1092 enum DRI2FrameEventType swap_type = DRI2_SWAP; local in function:I830DRI2ScheduleSwap
1129 swap_type = DRI2_FLIP;
1133 swap_info->type = swap_type;
1135 /* Correct target_msc by 'flip' if swap_type == DRI2_FLIP.

Completed in 36 milliseconds