Searched refs:TEX_SIZE (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-zcopy.c | 31 #define TEX_SIZE 128 macro 232 size = GXGetTexBufferSize(TEX_SIZE, TEX_SIZE, GX_TF_RGBA8, GX_FALSE, 0); in DrawInit() 234 GXInitTexObj(&sc->cTexObj, sc->cTexData, TEX_SIZE, TEX_SIZE, in DrawInit() 240 size = GXGetTexBufferSize(TEX_SIZE, TEX_SIZE, GX_TF_Z24X8, GX_FALSE, 0); in DrawInit() 242 GXInitTexObj(&sc->zTexObj, sc->zTexData, TEX_SIZE, TEX_SIZE, in DrawInit() 287 GXSetViewport(0, 0, TEX_SIZE, TEX_SIZE, 0.0F, 1.0F); in DrawTick() 309 GXSetTexCopySrc(0, 0, TEX_SIZE, TEX_SIZE); in DrawTick() 310 GXSetTexCopyDst(TEX_SIZE, TEX_SIZE, GX_TF_Z24X8, GX_FALSE); in DrawTick() 314 GXSetTexCopySrc(0, 0, TEX_SIZE, TEX_SIZE); in DrawTick() 315 GXSetTexCopyDst(TEX_SIZE, TEX_SIZE, GX_TF_RGBA8, GX_FALSE); in DrawTick() [all …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-tlut32.c | 51 #define TEX_SIZE 256 macro 52 #define TEX_HALF (TEX_SIZE>>1) 59 static u8 indexTexture[TEX_SIZE * TEX_SIZE] ATTRIBUTE_ALIGN(32); 96 for(nY=0; nY<TEX_SIZE; nY++) in CreateTexture() 98 for(nX=0; nX<TEX_SIZE; nX++) in CreateTexture() 107 DCFlushRange(indexTexture, TEX_SIZE * TEX_SIZE); in CreateTexture() 151 TEX_SIZE, // u16 width in CreatePalettes() 152 TEX_SIZE, // u16 height in CreatePalettes() 174 TEX_SIZE, // u16 width in CreatePalettes() 175 TEX_SIZE, // u16 height in CreatePalettes() [all …]
|