Lines Matching refs:iosys_map
16 struct iosys_map;
21 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
22 const struct iosys_map *src, const struct drm_framebuffer *fb,
24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
25 const struct iosys_map *src, const struct drm_framebuffer *fb,
27 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch,
28 const struct iosys_map *src, const struct drm_framebuffer *fb,
30 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
31 const struct iosys_map *src, const struct drm_framebuffer *fb,
33 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
34 const struct iosys_map *src, const struct drm_framebuffer *fb,
36 void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
37 const struct iosys_map *src, const struct drm_framebuffer *fb,
39 void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch,
40 const struct iosys_map *src, const struct drm_framebuffer *fb,
42 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
43 const struct iosys_map *src, const struct drm_framebuffer *fb,
45 void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch,
46 const struct iosys_map *src, const struct drm_framebuffer *fb,
48 void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
49 const struct iosys_map *src, const struct drm_framebuffer *fb,
51 void drm_fb_xrgb8888_to_argb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
52 const struct iosys_map *src, const struct drm_framebuffer *fb,
54 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
55 const struct iosys_map *src, const struct drm_framebuffer *fb,
58 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
59 const struct iosys_map *src, const struct drm_framebuffer *fb,
62 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
63 const struct iosys_map *src, const struct drm_framebuffer *fb,