Searched refs:ht (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-3.3/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.3/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 );
|
| D | GXGet.h | 116 f32 *wd, f32 *ht, in GXGetViewport() argument 122 *wd = vp[2]; *ht = vp[3]; in GXGetViewport()
|
| /RvlSDK-3.3/build/demos/gddemo/src/ |
| D | gd-tev-gc.c | 269 inline void SetWindow( u32 num, u32 wd, u32 ht ) in SetWindow() argument 273 yorg = ((num>>1)&1) * ht; in SetWindow() 274 GXSetScissor(xorg, yorg, wd, ht); in SetWindow() 275 GXSetViewport((f32)xorg, (f32)yorg, (f32)wd, (f32)ht, 0.0F, 1.0F); in SetWindow()
|
| /RvlSDK-3.3/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()
|