Searched refs:ht (Results 1 – 6 of 6) sorted by relevance
| /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 350 ht = tdp->textureHeader->height; in TexInit() 355 sizeEven = GetTexBufferSizeEven(wd, ht, fmt, mipMapFlag, max); in TexInit() 356 sizeOdd = GetTexBufferSizeOdd(wd, ht, fmt, mipMapFlag, max); in TexInit() 365 ht, in TexInit() 400 ht, 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/include/revolution/gx/ |
| D | GXTransform.h | 122 f32 ht, 135 f32 ht,
|
| 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/gddemo/src/ |
| D | gd-tev-gc.c | 266 inline void SetWindow( u32 num, u32 wd, u32 ht ) in SetWindow() argument 270 yorg = ((num>>1)&1) * ht; 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 1625 ht = rmode->xfbHeight; in PrintStats() 1633 ht = rmode->xfbHeight; in PrintStats() 1641 ht = (u16)(rmode->xfbHeight / 2); in PrintStats() 1649 ht = (u16)(rmode->xfbHeight / 2); in PrintStats() 1654 DEMOInitCaption(DM_FT_OPQ, wd, ht); in PrintStats()
|