Lines Matching refs:iosys_map

225 static int drm_fb_xfrm(struct iosys_map *dst,  in drm_fb_xfrm()
227 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xfrm()
414 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy()
415 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_memcpy()
433 struct iosys_map dst_i = dst[i]; in drm_fb_memcpy()
434 struct iosys_map src_i = src[i]; in drm_fb_memcpy()
492 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_swab()
493 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_swab()
544 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb332()
545 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb332()
583 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565()
584 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb565()
623 void drm_fb_xrgb8888_to_rgb565be(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565be()
624 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb565be()
663 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb1555()
664 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_xrgb1555()
703 void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_argb1555()
704 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_argb1555()
743 void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgba5551()
744 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgba5551()
783 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb888()
784 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb888()
823 void drm_fb_xrgb8888_to_bgr888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_bgr888()
824 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_bgr888()
863 void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_argb8888()
864 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_argb8888()
903 void drm_fb_xrgb8888_to_abgr8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_abgr8888()
904 const struct iosys_map *src, in drm_fb_xrgb8888_to_abgr8888()
945 void drm_fb_xrgb8888_to_xbgr8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xbgr8888()
946 const struct iosys_map *src, in drm_fb_xrgb8888_to_xbgr8888()
987 void drm_fb_xrgb8888_to_bgrx8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_bgrx8888()
988 const struct iosys_map *src, in drm_fb_xrgb8888_to_bgrx8888()
1029 void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb2101010()
1030 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_xrgb2101010()
1070 void drm_fb_xrgb8888_to_argb2101010(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_argb2101010()
1071 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_argb2101010()
1115 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_gray8()
1116 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_gray8()
1155 void drm_fb_argb8888_to_argb4444(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_argb8888_to_argb4444()
1156 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_argb8888_to_argb4444()
1235 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_mono()
1236 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_mono()
1323 void drm_fb_xrgb8888_to_gray2(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_gray2()
1324 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_gray2()