| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_drmi.c | 84 unsigned int num_clips = REGION_NUM_RECTS(region); local 85 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); 92 if (num_clips == 0) 102 while (num_clips > 0) { 103 unsigned int cur_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); 110 arg.num_clips = cur_clips; 114 arg.fence_rep = (cur_clips == num_clips) ? (unsigned long) &rep : 0UL; 140 num_clips -= cur_clips; 154 unsigned int num_clips = REGION_NUM_RECTS(region); local 155 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS) 314 unsigned int num_clips = REGION_NUM_RECTS(region); local [all...] |
| vmwgfx_driver.c | 654 unsigned int num_clips = REGION_NUM_RECTS(dirty); local 655 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); 659 if (num_clips == 0) 668 while (num_clips > 0) { 669 unsigned int cur_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); 687 num_clips -= cur_clips;
|
| vmwgfx_drm.h | 726 * @num_clips: Number of cliprects given relative to the framebuffer origin, 739 uint32_t num_clips; member in struct:drm_vmw_present_arg 757 * @num_clips: Number of cliprects. 765 uint32_t num_clips; member in struct:drm_vmw_present_readback_arg
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| vmwgfx_drm.h | 758 * @num_clips: Number of cliprects given relative to the framebuffer origin, 771 __u32 num_clips; member in struct:drm_vmw_present_arg 789 * @num_clips: Number of cliprects. 797 __u32 num_clips; member in struct:drm_vmw_present_readback_arg
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| vmwgfx_drm.h | 750 * @num_clips: Number of cliprects given relative to the framebuffer origin, 763 __u32 num_clips; member in struct:drm_vmw_present_arg 781 * @num_clips: Number of cliprects. 789 __u32 num_clips; member in struct:drm_vmw_present_readback_arg
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| vmwgfx_drm.h | 759 * @num_clips: Number of cliprects given relative to the framebuffer origin, 772 __u32 num_clips; member in struct:drm_vmw_present_arg 790 * @num_clips: Number of cliprects. 798 __u32 num_clips; member in struct:drm_vmw_present_readback_arg
|
| drm_mode.h | 763 * the number of updated regions are half of num_clips given, 776 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| drm_mode.h | 541 * the number of updated regions are half of num_clips given, 554 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| drm_mode.h | 727 * the number of updated regions are half of num_clips given, 740 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
|