Searched refs:g2d_check_space (Results 1 - 1 of 1) sorted by relevance
/third_party/libdrm/exynos/ |
H A D | exynos_fimg2d.c | 171 * g2d_check_space - check if command buffers have enough space left. 177 static unsigned int g2d_check_space(const struct g2d_context *ctx, in g2d_check_space() function 243 * left to hold the command. Use g2d_check_space() to ensure this. 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()
|
Completed in 2 milliseconds