Home
last modified time | relevance | path

Searched refs:fb_left (Results 1 – 6 of 6) sorted by relevance

/drivers/video/fbdev/core/
A Dfb_copyarea.h205 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
215 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
219 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
223 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
227 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
235 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
243 d0 = fb_left(d0, left); in fb_copy_fwd()
312 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
316 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
320 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
[all …]
A Dfb_draw.h88 static inline unsigned long fb_left(unsigned long value, int index) in fb_left() function
128 return reverse.pixel ? fb_left(~0UL, index) : swab_long(fb_right(~0UL, index)); in fb_pixel_mask()
130 return reverse.pixel ? swab_long(fb_left(~0UL, index)) : fb_right(~0UL, index); in fb_pixel_mask()
A Dfb_fillrect.h62 pattern->pixels = fb_left(pattern->pixels, pattern->left) in fb_pattern_rotate()
229 return fb_right(pattern, shift) | fb_left(pattern, bpp - shift); in fb_rotate()
A Dfb_imageblit.h155 val = !shift ? 0 : fb_left(pixels, bits - shift); in fb_bitblit()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_stdu.c80 s32 fb_left, fb_top; member
484 ddirty->fb_left = min_t(s32, ddirty->fb_left, dirty->fb_x); in vmw_stdu_bo_cpu_clip()
525 dst_offset = ddirty->fb_top * dst_pitch + ddirty->fb_left * stdu->cpp; in vmw_stdu_bo_cpu_commit()
591 ddirty.fb_left = ddirty.fb_top = S32_MAX; in vmw_kms_stdu_readback()
1148 bo_update->fb_left = INT_MAX; in vmw_stdu_bo_pre_clip_cpu()
1161 bo_update->fb_left = min_t(int, bo_update->fb_left, fb_x); in vmw_stdu_bo_clip_cpu()
1197 src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left * in vmw_stdu_bo_populate_update_cpu()
A Dvmwgfx_kms.h133 int fb_left, fb_top; member

Completed in 13 milliseconds