Searched refs:alloc_clips (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drmi.c85 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); local in function:vmwgfx_present_readback
95 rects = malloc(alloc_clips * sizeof(*rects));
107 memset(rects, 0, alloc_clips * sizeof(*rects));
155 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); local in function:vmwgfx_present
164 rects = malloc(alloc_clips * sizeof(*rects));
175 memset(rects, 0, alloc_clips * sizeof(*rects));
H A Dvmwgfx_driver.c655 unsigned int alloc_clips = min(num_clips, DRM_MODE_FB_DIRTY_MAX_CLIPS); local in function:vmwgfx_scanout_update
662 rects = malloc(alloc_clips * sizeof(*rects));
671 memset(rects, 0, alloc_clips * sizeof(*rects));

Completed in 4 milliseconds