Lines Matching full:bitblt
176 #define BLTSRCBASEADDR 0x02c0 /* BitBLT Source base address */
177 #define BLTDSTBASEADDR 0x02c4 /* BitBLT Destination base address */
178 #define BLTXYSTRIDES 0x02c8 /* BitBLT Source and Destination strides */
179 #define BLTSRCCHROMARANGE 0x02cc /* BitBLT Source Chroma key range */
180 #define BLTDSTCHROMARANGE 0x02d0 /* BitBLT Destination Chroma key range */
181 #define BLTCLIPX 0x02d4 /* BitBLT Min/Max X clip values */
182 #define BLTCLIPY 0x02d8 /* BitBLT Min/Max Y clip values */
183 #define BLTSRCXY 0x02e0 /* BitBLT Source starting XY coordinates */
184 #define BLTDSTXY 0x02e4 /* BitBLT Destination starting XY coordinates */
185 #define BLTSIZE 0x02e8 /* BitBLT width and height */
186 #define BLTROP 0x02ec /* BitBLT Raster operations */
190 #define BLTCOLOR 0x02f0 /* BitBLT and foreground background colors */
191 #define BLTCOMMAND 0x02f8 /* BitBLT command mode (v2 specific) */
192 # define BLT_SCR2SCR_BITBLT 0 /* Screen-to-Screen BitBLT */
193 # define BLT_CPU2SCR_BITBLT 1 /* CPU-to-screen BitBLT */
194 # define BLT_RECFILL_BITBLT 2 /* BitBLT Rectangle Fill */
196 #define BLTDATA 0x02fc /* BitBLT data for CPU-to-Screen BitBLTs */
197 # define LAUNCH_BITBLT BIT(31) /* Launch BitBLT in BltCommand, bltDstXY or bltSize */