• Home
  • Raw
  • Download

Lines Matching refs:dst_buf

277 static void vc4_fb_convert_plane_to_t_tiled(struct igt_fb *dst, void *dst_buf,  in vc4_fb_convert_plane_to_t_tiled()  argument
296 *(uint16_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_to_t_tiled()
300 *(uint32_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_to_t_tiled()
308 static void vc4_fb_convert_plane_from_t_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_from_t_tiled() argument
327 *(uint16_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_from_t_tiled()
331 *(uint32_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_from_t_tiled()
357 static void vc4_fb_convert_plane_to_sand_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_to_sand_tiled() argument
399 *(uint8_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_to_sand_tiled()
403 *(uint16_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_to_sand_tiled()
413 static void vc4_fb_convert_plane_from_sand_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_from_sand_tiled() argument
455 *(uint8_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_from_sand_tiled()
459 *(uint16_t *)(dst_buf + dst_offset) = in vc4_fb_convert_plane_from_sand_tiled()
469 void vc4_fb_convert_plane_to_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_to_tiled() argument
479 vc4_fb_convert_plane_to_t_tiled(dst, dst_buf, src, src_buf, plane); in vc4_fb_convert_plane_to_tiled()
481 vc4_fb_convert_plane_to_sand_tiled(dst, dst_buf, src, src_buf, plane); in vc4_fb_convert_plane_to_tiled()
485 void vc4_fb_convert_plane_from_tiled(struct igt_fb *dst, void *dst_buf, in vc4_fb_convert_plane_from_tiled() argument
495 vc4_fb_convert_plane_from_t_tiled(dst, dst_buf, src, src_buf, plane); in vc4_fb_convert_plane_from_tiled()
497 vc4_fb_convert_plane_from_sand_tiled(dst, dst_buf, src, src_buf, plane); in vc4_fb_convert_plane_from_tiled()