Searched refs:g2d_check_space (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/exynos/ |
D | exynos_fimg2d.c | 177 static unsigned int g2d_check_space(const struct g2d_context *ctx, in g2d_check_space() function 453 if (g2d_check_space(ctx, 7, 1)) in g2d_solid_fill() 530 if (g2d_check_space(ctx, 11, 2)) in g2d_copy() 614 if (g2d_check_space(ctx, 13, 2)) in g2d_move() 721 if (g2d_check_space(ctx, 12 + scale * 3 + negative + repeat_pad, 2)) in g2d_copy_with_scale() 834 if (g2d_check_space(ctx, 12, gem_space)) in g2d_blend() 953 if (g2d_check_space(ctx, 12 + scale * 3, gem_space)) in g2d_scale_and_blend()
|