| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_drmi.c | 84 unsigned int num_clips = REGION_NUM_RECTS(region); local in function:vmwgfx_present_readback 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 in function:vmwgfx_present 155 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIP 314 unsigned int num_clips = REGION_NUM_RECTS(region); local in function:vmwgfx_dma [all...] |
| H A D | 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
|
| H A D | vmwgfx_driver.c | 654 unsigned int num_clips = REGION_NUM_RECTS(dirty); local in function:vmwgfx_scanout_update 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;
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | 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
|
| H A D | drm_mode.h | 762 * the number of updated regions are half of num_clips given, 775 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | 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/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | 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/libdrm/dist/ |
| H A D | xf86drmMode.h | 328 drmModeClipPtr clips, uint32_t num_clips);
|
| H A D | xf86drmMode.c | 359 drmModeClipPtr clips, uint32_t num_clips) 366 dirty.num_clips = num_clips; 358 drmModeDirtyFB(int fd,uint32_t bufferId,drmModeClipPtr clips,uint32_t num_clips) argument
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | 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/ |
| H A D | 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
|