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_rgb888(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_xrgb2101010(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_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
40 const struct iosys_map *src, const struct drm_framebuffer *fb,
43 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
44 const struct iosys_map *src, const struct drm_framebuffer *fb,
47 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
48 const struct iosys_map *src, const struct drm_framebuffer *fb,