Searched refs:num_clips (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drmi.c84 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 Dvmwgfx_drm.h726 * @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 Dvmwgfx_driver.c654 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 Dvmwgfx_drm.h759 * @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 Ddrm_mode.h762 * 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 Dvmwgfx_drm.h750 * @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 Dvmwgfx_drm.h758 * @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 Dxf86drmMode.h328 drmModeClipPtr clips, uint32_t num_clips);
H A Dxf86drmMode.c359 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 Ddrm_mode.h541 * 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 Ddrm_mode.h727 * the number of updated regions are half of num_clips given,
740 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd

Completed in 56 milliseconds