Home
last modified time | relevance | path

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

/external/libdrm/exynos/
Dexynos_fimg2d.c504 union g2d_rop4_val rop4; in g2d_copy() local
557 rop4.val = 0; in g2d_copy()
558 rop4.data.unmasked_rop3 = G2D_ROP3_SRC; in g2d_copy()
559 g2d_add_cmd(ctx, ROP4_REG, rop4.val); in g2d_copy()
587 union g2d_rop4_val rop4; in g2d_move() local
652 rop4.val = 0; in g2d_move()
653 rop4.data.unmasked_rop3 = G2D_ROP3_SRC; in g2d_move()
654 g2d_add_cmd(ctx, ROP4_REG, rop4.val); in g2d_move()
687 union g2d_rop4_val rop4; in g2d_copy_with_scale() local
739 rop4.val = 0; in g2d_copy_with_scale()
[all …]