Lines Matching refs:dst_fb
1978 const struct igt_fb *dst_fb, in rendercopy() argument
1987 igt_assert_eq(dst_fb->offsets[0], 0); in rendercopy()
1991 init_buf(blit, &dst, dst_fb, "cairo rendercopy dst"); in rendercopy()
1994 &src, 0, 0, dst_fb->plane_width[0], dst_fb->plane_height[0], in rendercopy()
2001 static void blitcopy(const struct igt_fb *dst_fb, in blitcopy() argument
2004 igt_assert_eq(dst_fb->fd, src_fb->fd); in blitcopy()
2005 igt_assert_eq(dst_fb->num_planes, src_fb->num_planes); in blitcopy()
2007 for (int i = 0; i < dst_fb->num_planes; i++) { in blitcopy()
2008 igt_assert_eq(dst_fb->plane_bpp[i], src_fb->plane_bpp[i]); in blitcopy()
2009 igt_assert_eq(dst_fb->plane_width[i], src_fb->plane_width[i]); in blitcopy()
2010 igt_assert_eq(dst_fb->plane_height[i], src_fb->plane_height[i]); in blitcopy()
2012 igt_blitter_fast_copy__raw(dst_fb->fd, in blitcopy()
2018 dst_fb->plane_width[i], dst_fb->plane_height[i], in blitcopy()
2019 dst_fb->plane_bpp[i], in blitcopy()
2020 dst_fb->gem_handle, in blitcopy()
2021 dst_fb->offsets[i], in blitcopy()
2022 dst_fb->strides[i], in blitcopy()
2023 igt_fb_mod_to_tiling(dst_fb->modifier), in blitcopy()