Searched refs:blt_mode (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu2.c780 unsigned short blt_mode; local in function:gu2_screen_to_screen_blt
786 blt_mode = gu2_blt_mode | MGP_BM_SRC_FB;
788 blt_mode |= MGP_BM_NEG_XDIR;
793 blt_mode |= MGP_BM_NEG_YDIR;
819 if (blt_mode & MGP_BM_NEG_XDIR) {
833 WRITE_GP16(MGP_BLT_MODE, blt_mode);
930 unsigned short blt_mode; local in function:gu2_color_bitmap_to_screen_blt
932 blt_mode = gu2_blt_mode | MGP_BM_SRC_FB;
991 WRITE_GP16(MGP_BLT_MODE, blt_mode);
1900 unsigned short blt_mode; local in function:gu22_screen_to_screen_blt
1979 unsigned short blt_mode; local in function:gu22_mono_expand_blt
2044 unsigned short blt_mode; local in function:gu22_color_bitmap_to_screen_blt
2133 unsigned short blt_mode; local in function:gu22_text_blt
2221 unsigned short blt_mode; local in function:gu22_mono_bitmap_to_screen_blt
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu2.c598 unsigned short blt_mode; local in function:gu2_screen_to_screen_blt
604 blt_mode = (gu2_blt_mode & ~MGP_BM_SRC_TYPE_MASK) | MGP_BM_SRC_FB;
606 blt_mode |= MGP_BM_NEG_XDIR;
611 blt_mode |= MGP_BM_NEG_YDIR;
637 if (blt_mode & MGP_BM_NEG_XDIR) {
651 WRITE_GP16(MGP_BLT_MODE, blt_mode);
748 unsigned short blt_mode; local in function:gu2_color_bitmap_to_screen_blt
750 blt_mode = (gu2_blt_mode & ~MGP_BM_SRC_TYPE_MASK) | MGP_BM_SRC_FB;
809 WRITE_GP16(MGP_BLT_MODE, blt_mode);
1743 unsigned short blt_mode; local in function:gu22_screen_to_screen_blt
1823 unsigned short blt_mode; local in function:gu22_mono_expand_blt
1889 unsigned short blt_mode; local in function:gu22_color_bitmap_to_screen_blt
1980 unsigned short blt_mode; local in function:gu22_text_blt
2069 unsigned short blt_mode; local in function:gu22_mono_bitmap_to_screen_blt
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c582 unsigned int blt_mode = BLT_MODE; local in function:GXSubsequentScreenToScreenCopy
589 blt_mode |= MGP_BM_NEG_XDIR;
596 blt_mode |= MGP_BM_NEG_YDIR;
602 WRITE_GP16(MGP_BLT_MODE, blt_mode);
1613 unsigned int blt_mode = BLT_MODE; local in function:amd_gx_exa_Copy
1621 blt_mode |= MGP_BM_NEG_XDIR;
1626 blt_mode |= MGP_BM_NEG_YDIR;
1632 WRITE_GP16(MGP_BLT_MODE, blt_mode);
1785 unsigned int sizes, strides, blt_mode = 0, rop = 0; local in function:amd_gx_exa_Composite
1827 blt_mode
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_gp.c1060 unsigned long blt_mode = gp3_blt_mode; local in function:gp_screen_to_screen_blt
1082 blt_mode |= GP3_BM_NEG_XDIR;
1088 blt_mode |= GP3_BM_NEG_YDIR;
1133 blt_mode |= GP3_BM_SRC_FB;
1162 WRITE_COMMAND32(GP3_BLT_MODE, blt_mode);
2241 unsigned long blt_mode; local in function:gp_mono_expand_blt
2258 blt_mode = gp3_blt_mode | GP3_BM_SRC_FB | GP3_BM_SRC_BP_MONO;
2260 blt_mode = gp3_blt_mode | GP3_BM_SRC_FB | GP3_BM_SRC_MONO;
2333 WRITE_COMMAND32(GP3_BLT_MODE, blt_mode);
2350 WRITE_COMMAND32(GP3_BLT_MODE, blt_mode);
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c1540 unsigned int srcoffset, dstoffset, blt_mode, size; local in function:OPTGX2SubsequentScreenToScreenCopy
1547 blt_mode = Geode_blt_mode;
1550 blt_mode |= MGP_BM_NEG_XDIR;
1555 blt_mode |= MGP_BM_NEG_YDIR;
1579 WRITE_GP32(MGP_BLT_MODE, blt_mode);

Completed in 20 milliseconds