Home
last modified time | relevance | path

Searched refs:rop4 (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/exynos/
Dexynos_fimg2d.c509 union g2d_rop4_val rop4; in g2d_copy() local
562 rop4.val = 0; in g2d_copy()
563 rop4.data.unmasked_rop3 = G2D_ROP3_SRC; in g2d_copy()
564 g2d_add_cmd(ctx, ROP4_REG, rop4.val); in g2d_copy()
592 union g2d_rop4_val rop4; in g2d_move() local
657 rop4.val = 0; in g2d_move()
658 rop4.data.unmasked_rop3 = G2D_ROP3_SRC; in g2d_move()
659 g2d_add_cmd(ctx, ROP4_REG, rop4.val); in g2d_move()
692 union g2d_rop4_val rop4; in g2d_copy_with_scale() local
744 rop4.val = 0; in g2d_copy_with_scale()
[all …]