Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Texture/
Dtex-preload.c78 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/
Dtg-dual.c373 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/
DGXTransform.h121 f32 wd,
134 f32 wd,
DGXFrameBuffer.h179 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 );
DGXCull.h56 void GXSetScissor ( u32 left, u32 top, u32 wd, u32 ht );
/RvlSDK-3.1.4/build/demos/kpadOlddemo/src/
Dkfont.c61 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/
Dkfont.c61 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/
Dgd-tev-gc.c266 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/
Dperf-fill.c1501 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()