Lines Matching refs:screenSize
53 u16 screenSize:2; member
69 u16 screenSize:2; member
85 u16 screenSize:2; member
102 u16 screenSize:2; member
118 u16 screenSize:2; member
135 u16 screenSize:2; member
150 u16 screenSize:2; member
390 static void G2_SetBG0Control(GXBGScrSizeText screenSize,
395 static void G2_SetBG1Control(GXBGScrSizeText screenSize,
400 static void G2_SetBG2ControlText(GXBGScrSizeText screenSize,
404 static void G2_SetBG2ControlAffine(GXBGScrSizeAffine screenSize,
409 static void G2_SetBG2Control256x16Affine(GXBGScrSize256x16Pltt screenSize,
413 static void G2_SetBG2Control256Bmp(GXBGScrSize256Bmp screenSize,
416 static void G2_SetBG2ControlDCBmp(GXBGScrSizeDcBmp screenSize,
419 static void G2_SetBG2ControlLargeBmp(GXBGScrSizeLargeBmp screenSize, GXBGAreaOver areaOver);
422 static void G2_SetBG3ControlText(GXBGScrSizeText screenSize,
426 static void G2_SetBG3ControlAffine(GXBGScrSizeAffine screenSize,
431 static void G2_SetBG3Control256x16Affine(GXBGScrSize256x16Pltt screenSize,
435 static void G2_SetBG3Control256Bmp(GXBGScrSize256Bmp screenSize,
438 static void G2_SetBG3ControlDCBmp(GXBGScrSizeDcBmp screenSize,
467 static void G2S_SetBG0Control(GXBGScrSizeText screenSize,
472 static void G2S_SetBG1Control(GXBGScrSizeText screenSize,
477 static void G2S_SetBG2ControlText(GXBGScrSizeText screenSize,
481 static void G2S_SetBG2ControlAffine(GXBGScrSizeAffine screenSize,
486 static void G2S_SetBG2Control256x16Affine(GXBGScrSize256x16Pltt screenSize,
490 static void G2S_SetBG2Control256Bmp(GXBGScrSize256Bmp screenSize,
493 static void G2S_SetBG2ControlDCBmp(GXBGScrSizeDcBmp screenSize,
497 static void G2S_SetBG3ControlText(GXBGScrSizeText screenSize,
501 static void G2S_SetBG3ControlAffine(GXBGScrSizeAffine screenSize,
506 static void G2S_SetBG3Control256x16Affine(GXBGScrSize256x16Pltt screenSize,
510 static void G2S_SetBG3Control256Bmp(GXBGScrSize256Bmp screenSize,
513 static void G2S_SetBG3ControlDCBmp(GXBGScrSizeDcBmp screenSize,
616 static inline void G2_SetBG0Control(GXBGScrSizeText screenSize, in G2_SetBG0Control() argument
621 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2_SetBG0Control()
630 (screenSize << REG_G2_BG0CNT_SCREENSIZE_SHIFT) | (colorMode << in G2_SetBG0Control()
668 static inline void G2S_SetBG0Control(GXBGScrSizeText screenSize, in G2S_SetBG0Control() argument
673 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2S_SetBG0Control()
681 (REG_G2S_DB_BG0CNT_PRIORITY_MASK | REG_G2S_DB_BG0CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG0Control()
717 static inline void G2_SetBG1Control(GXBGScrSizeText screenSize, in G2_SetBG1Control() argument
722 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2_SetBG1Control()
730 (screenSize << REG_G2_BG1CNT_SCREENSIZE_SHIFT) | (colorMode << in G2_SetBG1Control()
766 static inline void G2S_SetBG1Control(GXBGScrSizeText screenSize, in G2S_SetBG1Control() argument
771 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2S_SetBG1Control()
779 (REG_G2S_DB_BG1CNT_PRIORITY_MASK | REG_G2S_DB_BG1CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG1Control()
856 static inline void G2_SetBG2ControlText(GXBGScrSizeText screenSize, in G2_SetBG2ControlText() argument
860 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2_SetBG2ControlText()
868 (screenSize << REG_G2_BG2CNT_SCREENSIZE_SHIFT) | (colorMode << in G2_SetBG2ControlText()
904 static inline void G2S_SetBG2ControlText(GXBGScrSizeText screenSize, in G2S_SetBG2ControlText() argument
908 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2S_SetBG2ControlText()
916 (REG_G2S_DB_BG2CNT_PRIORITY_MASK | REG_G2S_DB_BG2CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG2ControlText()
953 static inline void G2_SetBG2ControlAffine(GXBGScrSizeAffine screenSize, in G2_SetBG2ControlAffine() argument
957 GX_BG_SCRSIZE_AFFINE_ASSERT(screenSize); in G2_SetBG2ControlAffine()
965 (screenSize << REG_G2_BG2CNT_SCREENSIZE_SHIFT) | (screenBase << in G2_SetBG2ControlAffine()
1001 static inline void G2S_SetBG2ControlAffine(GXBGScrSizeAffine screenSize, in G2S_SetBG2ControlAffine() argument
1005 GX_BG_SCRSIZE_AFFINE_ASSERT(screenSize); in G2S_SetBG2ControlAffine()
1013 (REG_G2S_DB_BG2CNT_PRIORITY_MASK | REG_G2S_DB_BG2CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG2ControlAffine()
1051 static inline void G2_SetBG2Control256x16Affine(GXBGScrSize256x16Pltt screenSize, in G2_SetBG2Control256x16Affine() argument
1055 GX_BG_SCRSIZE_256x16PLTT_ASSERT(screenSize); in G2_SetBG2Control256x16Affine()
1063 (screenSize << REG_G2_BG2CNT_SCREENSIZE_SHIFT) | (charBase << in G2_SetBG2Control256x16Affine()
1117 static inline void G2S_SetBG2Control256x16Affine(GXBGScrSize256x16Pltt screenSize, in G2S_SetBG2Control256x16Affine() argument
1121 GX_BG_SCRSIZE_256x16PLTT_ASSERT(screenSize); in G2S_SetBG2Control256x16Affine()
1129 (REG_G2S_DB_BG2CNT_PRIORITY_MASK | REG_G2S_DB_BG2CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG2Control256x16Affine()
1182 static inline void G2_SetBG2Control256Bmp(GXBGScrSize256Bmp screenSize, in G2_SetBG2Control256Bmp() argument
1185 GX_BG_SCRSIZE_256BMP_ASSERT(screenSize); in G2_SetBG2Control256Bmp()
1192 (screenSize << REG_G2_BG2CNT_SCREENSIZE_SHIFT) | GX_BG_EXTMODE_256BITMAP | (screenBase in G2_SetBG2Control256Bmp()
1228 static inline void G2S_SetBG2Control256Bmp(GXBGScrSize256Bmp screenSize, in G2S_SetBG2Control256Bmp() argument
1231 GX_BG_SCRSIZE_256BMP_ASSERT(screenSize); in G2S_SetBG2Control256Bmp()
1234 SDK_ASSERTMSG(screenSize != GX_BG_SCRSIZE_256BMP_512x512, in G2S_SetBG2Control256Bmp()
1240 (REG_G2S_DB_BG2CNT_PRIORITY_MASK | REG_G2S_DB_BG2CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG2Control256Bmp()
1275 static inline void G2_SetBG2ControlDCBmp(GXBGScrSizeDcBmp screenSize, in G2_SetBG2ControlDCBmp() argument
1278 GX_BG_SCRSIZE_DCBMP_ASSERT(screenSize); in G2_SetBG2ControlDCBmp()
1285 (screenSize << REG_G2_BG2CNT_SCREENSIZE_SHIFT) | GX_BG_EXTMODE_DCBITMAP | (screenBase in G2_SetBG2ControlDCBmp()
1320 static inline void G2S_SetBG2ControlDCBmp(GXBGScrSizeDcBmp screenSize, in G2S_SetBG2ControlDCBmp() argument
1323 GX_BG_SCRSIZE_DCBMP_ASSERT(screenSize); in G2S_SetBG2ControlDCBmp()
1326 SDK_ASSERTMSG(screenSize != GX_BG_SCRSIZE_DCBMP_512x256, in G2S_SetBG2ControlDCBmp()
1328 SDK_ASSERTMSG(screenSize != GX_BG_SCRSIZE_DCBMP_512x512, in G2S_SetBG2ControlDCBmp()
1334 (REG_G2S_DB_BG2CNT_PRIORITY_MASK | REG_G2S_DB_BG2CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG2ControlDCBmp()
1368 static inline void G2_SetBG2ControlLargeBmp(GXBGScrSizeLargeBmp screenSize, GXBGAreaOver areaOver) in G2_SetBG2ControlLargeBmp() argument
1370 GX_BG_SCRSIZE_LARGEBMP_ASSERT(screenSize); in G2_SetBG2ControlLargeBmp()
1376 (screenSize << REG_G2_BG2CNT_SCREENSIZE_SHIFT) | (areaOver << in G2_SetBG2ControlLargeBmp()
1452 static inline void G2_SetBG3ControlText(GXBGScrSizeText screenSize, in G2_SetBG3ControlText() argument
1456 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2_SetBG3ControlText()
1464 (screenSize << REG_G2_BG3CNT_SCREENSIZE_SHIFT) | (colorMode << in G2_SetBG3ControlText()
1498 static inline void G2S_SetBG3ControlText(GXBGScrSizeText screenSize, in G2S_SetBG3ControlText() argument
1502 GX_BG_SCRSIZE_TEXT_ASSERT(screenSize); in G2S_SetBG3ControlText()
1510 (REG_G2S_DB_BG3CNT_PRIORITY_MASK | REG_G2S_DB_BG3CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG3ControlText()
1545 static inline void G2_SetBG3ControlAffine(GXBGScrSizeAffine screenSize, in G2_SetBG3ControlAffine() argument
1549 GX_BG_SCRSIZE_AFFINE_ASSERT(screenSize); in G2_SetBG3ControlAffine()
1557 (screenSize << REG_G2_BG3CNT_SCREENSIZE_SHIFT) | (screenBase << in G2_SetBG3ControlAffine()
1591 static inline void G2S_SetBG3ControlAffine(GXBGScrSizeAffine screenSize, in G2S_SetBG3ControlAffine() argument
1595 GX_BG_SCRSIZE_AFFINE_ASSERT(screenSize); in G2S_SetBG3ControlAffine()
1603 (REG_G2S_DB_BG3CNT_PRIORITY_MASK | REG_G2S_DB_BG3CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG3ControlAffine()
1639 static inline void G2_SetBG3Control256x16Affine(GXBGScrSize256x16Pltt screenSize, in G2_SetBG3Control256x16Affine() argument
1643 GX_BG_SCRSIZE_256x16PLTT_ASSERT(screenSize); in G2_SetBG3Control256x16Affine()
1651 (screenSize << REG_G2_BG3CNT_SCREENSIZE_SHIFT) | (charBase << in G2_SetBG3Control256x16Affine()
1700 static inline void G2S_SetBG3Control256x16Affine(GXBGScrSize256x16Pltt screenSize, in G2S_SetBG3Control256x16Affine() argument
1704 GX_BG_SCRSIZE_256x16PLTT_ASSERT(screenSize); in G2S_SetBG3Control256x16Affine()
1712 (REG_G2S_DB_BG3CNT_PRIORITY_MASK | REG_G2S_DB_BG3CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG3Control256x16Affine()
1760 static inline void G2_SetBG3Control256Bmp(GXBGScrSize256Bmp screenSize, in G2_SetBG3Control256Bmp() argument
1763 GX_BG_SCRSIZE_256BMP_ASSERT(screenSize); in G2_SetBG3Control256Bmp()
1770 (screenSize << REG_G2_BG3CNT_SCREENSIZE_SHIFT) | GX_BG_EXTMODE_256BITMAP | (screenBase in G2_SetBG3Control256Bmp()
1803 static inline void G2S_SetBG3Control256Bmp(GXBGScrSize256Bmp screenSize, in G2S_SetBG3Control256Bmp() argument
1806 GX_BG_SCRSIZE_256BMP_ASSERT(screenSize); in G2S_SetBG3Control256Bmp()
1809 SDK_ASSERTMSG(screenSize != GX_BG_SCRSIZE_256BMP_512x512, in G2S_SetBG3Control256Bmp()
1815 (REG_G2S_DB_BG3CNT_PRIORITY_MASK | REG_G2S_DB_BG3CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG3Control256Bmp()
1848 static inline void G2_SetBG3ControlDCBmp(GXBGScrSizeDcBmp screenSize, in G2_SetBG3ControlDCBmp() argument
1851 GX_BG_SCRSIZE_DCBMP_ASSERT(screenSize); in G2_SetBG3ControlDCBmp()
1858 (screenSize << REG_G2_BG3CNT_SCREENSIZE_SHIFT) | GX_BG_EXTMODE_DCBITMAP | (screenBase in G2_SetBG3ControlDCBmp()
1893 static inline void G2S_SetBG3ControlDCBmp(GXBGScrSizeDcBmp screenSize, in G2S_SetBG3ControlDCBmp() argument
1896 GX_BG_SCRSIZE_DCBMP_ASSERT(screenSize); in G2S_SetBG3ControlDCBmp()
1903 (REG_G2S_DB_BG3CNT_PRIORITY_MASK | REG_G2S_DB_BG3CNT_MOSAIC_MASK)) | (screenSize << in G2S_SetBG3ControlDCBmp()