Lines Matching refs:exynos_bo
128 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer()
132 struct exynos_bo *bo; in exynos_create_buffer()
173 static void exynos_destroy_buffer(struct exynos_bo *bo) in exynos_destroy_buffer()
186 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test()
234 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test()
235 struct exynos_bo *dst, in g2d_copy_test()
317 struct exynos_bo *tmp, in g2d_move_test()
318 struct exynos_bo *buf, in g2d_move_test()
441 struct exynos_bo *src, in g2d_copy_with_scale_test()
442 struct exynos_bo *dst, in g2d_copy_with_scale_test()
527 struct exynos_bo *src, in g2d_blend_test()
528 struct exynos_bo *dst, in g2d_blend_test()
626 struct exynos_bo *src, in g2d_checkerboard_test()
627 struct exynos_bo *dst, in g2d_checkerboard_test()
717 struct exynos_bo *bo, *src; in main()