| /RvlSDK-3.1.4/build/demos/gxdemo/src/Texture/ |
| D | tex-preload.c | 78 static u32 GetTexBufferSizeEven ( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max ); 79 static u32 GetTexBufferSizeOdd ( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max ); 331 u16 wd, ht; in TexInit() local 349 wd = tdp->textureHeader->width; in TexInit() 355 sizeEven = GetTexBufferSizeEven(wd, ht, fmt, mipMapFlag, max); in TexInit() 356 sizeOdd = GetTexBufferSizeOdd(wd, ht, fmt, mipMapFlag, max); in TexInit() 364 wd, in TexInit() 399 wd, in TexInit() 459 static u32 GetTexBufferSizeEven( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max ) in GetTexBufferSizeEven() argument 467 size = GXGetTexBufferSize(wd, ht, fmt, mm, (u8)(max+1)); in GetTexBufferSizeEven() [all …]
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/TexGen/ |
| D | tg-dual.c | 373 f32 dst, wd; in DrawLightMark() local 381 wd = 64.0F * dst / light->cam.cfg.znear; in DrawLightMark() 384 GXPosition3f32(wd, wd, -dst); in DrawLightMark() 389 GXPosition3f32(wd, -wd, -dst); in DrawLightMark() 394 GXPosition3f32(-wd, wd, -dst); in DrawLightMark() 399 GXPosition3f32(-wd, -wd, -dst); in DrawLightMark()
|
| /RvlSDK-3.1.4/include/revolution/gx/ |
| D | GXTransform.h | 121 f32 wd, 134 f32 wd,
|
| D | GXFrameBuffer.h | 179 void GXSetDispCopySrc ( u16 left, u16 top, u16 wd, u16 ht ); 180 void GXSetTexCopySrc ( u16 left, u16 top, u16 wd, u16 ht ); 181 void GXSetDispCopyDst ( u16 wd, u16 ht ); 182 void GXSetTexCopyDst ( u16 wd, u16 ht, GXTexFmt fmt, GXBool mipmap );
|
| D | GXCull.h | 56 void GXSetScissor ( u32 left, u32 top, u32 wd, u32 ht );
|
| /RvlSDK-3.1.4/build/demos/kpadOlddemo/src/ |
| D | kfont.c | 61 s32 wd, ofs ; in init_kfont_texture() local 95 (void)OSGetFontWidth( str_p, &wd ) ; in init_kfont_texture() 96 ofs = ( KFONT_WD - wd ) / 2 ; in init_kfont_texture() 97 (void)OSGetFontTexel( str_p, tex_p, ofs+1, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture() 98 str_p = OSGetFontTexel( str_p, tex_p, ofs, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture()
|
| /RvlSDK-3.1.4/build/demos/kpaddemo/src/ |
| D | kfont.c | 61 s32 wd, ofs ; in init_kfont_texture() local 95 (void)OSGetFontWidth( str_p, &wd ) ; in init_kfont_texture() 96 ofs = ( KFONT_WD - wd ) / 2 ; in init_kfont_texture() 97 (void)OSGetFontTexel( str_p, tex_p, ofs+1, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture() 98 str_p = OSGetFontTexel( str_p, tex_p, ofs, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture()
|
| /RvlSDK-3.1.4/build/demos/gddemo/src/ |
| D | gd-tev-gc.c | 266 inline void SetWindow( u32 num, u32 wd, u32 ht ) in SetWindow() argument 269 xorg = (num&1) * wd; in SetWindow() 271 GXSetScissor(xorg, yorg, wd, ht); in SetWindow() 272 GXSetViewport(xorg, yorg, wd, ht, 0.0F, 1.0F); in SetWindow()
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 1501 u16 wd, ht; in PrintStats() local 1624 wd = rmode->fbWidth; in PrintStats() 1632 wd = rmode->fbWidth; in PrintStats() 1640 wd = (u16)(rmode->fbWidth / 2); in PrintStats() 1648 wd = (u16)(rmode->fbWidth / 2); in PrintStats() 1654 DEMOInitCaption(DM_FT_OPQ, wd, ht); in PrintStats()
|