| /RvlSDK-3.3/include/revolution/gx/ |
| D | GXFrameBuffer.h | 231 GX_FALSE, // field_rendering 232 GX_FALSE, // aa 260 GX_FALSE, // field_rendering 290 GX_FALSE, // aa 347 GX_FALSE, // field_rendering 348 GX_FALSE, // aa 376 GX_FALSE, // field_rendering 377 GX_FALSE, // aa 405 GX_FALSE, // field_rendering 434 GX_FALSE, // field_rendering [all …]
|
| /RvlSDK-3.3/build/demos/gddemo/src/ |
| D | gd-indtex-create.c | 90 GDSetTexCoordGen(GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_TEX0, GX_FALSE, GX_PTIDENTITY); in CreateEffectDL0() 91 GDSetTexCoordGen(GX_TEXCOORD1, GX_TG_MTX2x4, GX_TG_TEX0, GX_FALSE, GX_PTIDENTITY); in CreateEffectDL0() 117 GDSetTevIndWarp(GX_TEVSTAGE0, GX_INDTEXSTAGE0, GX_TRUE, GX_FALSE, GX_ITM_0); in CreateEffectDL0() 163 GDSetTexCoordGen(GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_TEX0, GX_FALSE, GX_PTIDENTITY); in CreateEffectDL1() 184 GX_ITW_16, GX_ITW_16, GX_FALSE, GX_FALSE, GX_ITBA_OFF); in CreateEffectDL1() 248 GDSetTexCoordGen(GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_TEX0, GX_FALSE, GX_PTIDENTITY); in CreateEffectDL2() 249 GDSetTexCoordGen(GX_TEXCOORD1, GX_TG_MTX2x4, GX_TG_TEX0, GX_FALSE, GX_PTIDENTITY); in CreateEffectDL2() 250 GDSetTexCoordGen(GX_TEXCOORD2, GX_TG_MTX2x4, GX_TG_TEX0, GX_FALSE, GX_PTIDENTITY); in CreateEffectDL2() 288 GX_ITW_16, GX_ITW_16, GX_FALSE, GX_FALSE, GX_ITBA_OFF); in CreateEffectDL2() 290 GX_ITW_0, GX_ITW_0, GX_FALSE, GX_FALSE, GX_ITBA_OFF); in CreateEffectDL2() [all …]
|
| D | gd-init-create.c | 126 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 128 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 130 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 132 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 134 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 136 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 138 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 140 GX_FALSE, GX_PTIDENTITY); in CreateDLs() 172 128, GX_FALSE, GX_FALSE, // s size, bias, wrap in CreateDLs() 173 128, GX_FALSE, GX_FALSE, // t size, bias, wrap in CreateDLs()
|
| D | gd-texture-create.c | 212 GX_FALSE, // bias clamp? in CreateDLs() 218 128, GX_FALSE, GX_FALSE, // s size, bias, wrap in CreateDLs() 219 128, GX_FALSE, GX_FALSE ); // t size, bias, wrap in CreateDLs() 394 GX_FALSE, // bias clamp? in CreateDLs()
|
| D | gd-tev-create.c | 191 GX_FALSE, GX_PTIDENTITY); in CreateShader0DL() 307 GX_FALSE, GX_PTIDENTITY); in CreateShader1DL() 438 GX_FALSE, GX_PTIDENTITY); in CreateShader2DL() 440 GX_FALSE, GX_PTIDENTITY); in CreateShader2DL() 631 GX_FALSE, GX_PTIDENTITY); in CreateShader3DL() 633 GX_FALSE, GX_PTIDENTITY); in CreateShader3DL() 637 GX_FALSE, GX_PTIDENTITY); in CreateShader3DL() 639 GX_FALSE, GX_PTIDENTITY); in CreateShader3DL()
|
| /RvlSDK-3.3/build/libraries/gd/src/ |
| D | GDIndirect.c | 222 GX_FALSE, GX_FALSE, GX_ITBA_OFF); in GDSetTevDirect() 245 GX_FALSE, // add prev stage output? in GDSetTevIndWarp() 246 GX_FALSE, // use unmodified TC for LOD? in GDSetTevIndWarp() 305 GX_FALSE, // add prev stage output? in GDSetTevIndTile() 348 GX_FALSE, // add prev stage output? in GDSetTevIndBumpST() 349 GX_FALSE, // use unmodified TC for LOD? in GDSetTevIndBumpST() 360 GX_FALSE, // use unmodified TC for LOD? in GDSetTevIndBumpST() 371 GX_FALSE, // use unmodified TC for LOD? in GDSetTevIndBumpST() 393 GX_FALSE, // add prev stage output? in GDSetTevIndBumpXYZ() 394 GX_FALSE, // use unmodified TC for LOD? in GDSetTevIndBumpXYZ() [all …]
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-zcopy.c | 216 GXSetZCompLoc(GX_FALSE); in DrawInit() 232 size = GXGetTexBufferSize(TEX_SIZE, TEX_SIZE, GX_TF_RGBA8, GX_FALSE, 0); in DrawInit() 235 GX_TF_RGBA8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit() 237 GX_FALSE, GX_FALSE, GX_ANISO_1); in DrawInit() 240 size = GXGetTexBufferSize(TEX_SIZE, TEX_SIZE, GX_TF_Z24X8, GX_FALSE, 0); in DrawInit() 243 GX_TF_Z24X8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit() 245 GX_FALSE, GX_FALSE, GX_ANISO_1); in DrawInit() 306 GXSetCopyFilter(GX_FALSE, NULL, GX_FALSE, NULL); in DrawTick() 310 GXSetTexCopyDst(TEX_SIZE, TEX_SIZE, GX_TF_Z24X8, GX_FALSE); in DrawTick() 311 GXCopyTex(sc->zTexData, GX_FALSE); in DrawTick() [all …]
|
| D | frb-copy.c | 316 GX_FALSE ); in DrawInit() 324 GX_FALSE, in DrawInit() 325 GX_FALSE, in DrawInit() 334 sc->copyTex.mmFilter = GX_FALSE; in DrawInit() 335 sc->copyTex.clear = GX_FALSE; in DrawInit() 342 GX_FALSE, in DrawInit() 458 sc->copyTex.mmFilter = GX_FALSE; in AnimTick() 473 sc->copyTex.clear = GX_FALSE; in AnimTick() 733 GX_FALSE ); in CopyTextureFromFB() 741 GX_FALSE, in CopyTextureFromFB() [all …]
|
| D | frb-gamma.c | 301 GXSetCopyFilter(GX_FALSE, NULL, GX_TRUE, sc->vfilter); in DrawColorBars() 378 GXSetCopyFilter(GX_FALSE, NULL, GX_FALSE, sc->vfilter); in DrawGammaTestImg() 461 GXSetCopyFilter(GX_FALSE, NULL, GX_TRUE, sc->vfilter); in DrawSampleImg() 519 GXSetCopyFilter(GX_FALSE, NULL, GX_TRUE, sc->vfilter); in DrawDonuts() 579 GXSetCopyFilter(GX_FALSE, NULL, GX_TRUE, sc->vfilter); in DrawLitOcta()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-data.c | 290 GX_FALSE, GX_FALSE, GX_ANISO_1 ); in MapInit() 300 GX_FALSE); // mipmap in MapInit() 304 GX_FALSE, GX_FALSE, GX_ANISO_1 ); in MapInit()
|
| D | ind-warp.c | 170 GX_FALSE, // bias clamp in TexInit() 171 GX_FALSE, // do edge LOD in TexInit() 187 GX_FALSE); // mipmap in TexInit() 193 GX_FALSE, // bias clamp in TexInit() 194 GX_FALSE, // do edge LOD in TexInit() 313 GX_FALSE, // replace mode? in DrawInit()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 118 GXSetZMode(GX_FALSE, GX_ALWAYS, GX_FALSE); in DrawInit() 133 (u32)SPHERE_MAP_FMT, GX_FALSE, 0)); in DrawInit() 143 GX_FALSE); in DrawInit() 161 GX_FALSE); in DrawInit() 171 GX_FALSE, in DrawInit() 191 GX_FALSE); in DrawInit() 201 GX_FALSE, in DrawInit()
|
| D | tg-spheremap.c | 139 (u32)SPHERE_MAP_FMT, GX_FALSE, 0)); in DrawInit() 151 GX_FALSE); in DrawInit() 168 GX_FALSE); in DrawInit() 178 GX_FALSE, in DrawInit() 198 GX_FALSE); in DrawInit() 208 GX_FALSE, in DrawInit()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPDraw.c | 107 GXSetAlphaUpdate(GX_FALSE); in THPGXYuv2RgbSetup() 139 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 143 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 154 GX_CS_SCALE_2, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 158 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 241 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw() 247 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw() 253 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/ |
| D | THPDraw.c | 107 GXSetAlphaUpdate(GX_FALSE); in THPGXYuv2RgbSetup() 139 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 143 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 154 GX_CS_SCALE_2, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 158 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 239 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw() 245 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw() 251 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/ |
| D | THPDraw.c | 107 GXSetAlphaUpdate(GX_FALSE); in THPGXYuv2RgbSetup() 139 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 143 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 154 GX_CS_SCALE_2, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 158 GX_CS_SCALE_1, GX_FALSE, GX_TEVPREV); in THPGXYuv2RgbSetup() 241 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw() 247 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw() 253 GX_TF_I8, GX_CLAMP, GX_CLAMP, GX_FALSE); in THPGXYuv2RgbDraw()
|
| /RvlSDK-3.3/vcmv/src/ |
| D | vcmv_test.c | 252 GX_FALSE, // field_rendering 253 GX_FALSE, // aa 275 GX_FALSE, // field_rendering 276 GX_FALSE, // aa 297 GX_FALSE, // field_rendering 298 GX_FALSE, // aa 319 GX_FALSE, // field_rendering 320 GX_FALSE, // aa 341 GX_FALSE, // field_rendering 342 GX_FALSE, // aa [all …]
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Management/ |
| D | mgt-triple-buf.c | 50 static GXBool BPSet = GX_FALSE; // Is the FIFO breakpoint set? 51 static GXBool BPWait = GX_FALSE; // Is breakpoint reset waiting on VBlank? 52 static GXBool BPGo = GX_FALSE; // Indicates breakpoint should be released 204 BPSet = GX_FALSE; in SetNextBreakPt() 259 BPWait = GX_FALSE; in VIPostCallback() 260 BPGo = GX_FALSE; in VIPostCallback() 391 if (BPSet == GX_FALSE) { in main()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/G2D/ |
| D | G2D-testLevel1.c | 355 GX_FALSE, GX_FALSE, GX_ANISO_1 ); in InitLevel1() 361 GX_FALSE, GX_FALSE, GX_ANISO_1 ); in InitLevel1()
|
| /RvlSDK-3.3/build/demos/hbmdemo/hbm/src/ |
| D | homebutton.cpp | 95 GX_FALSE, 96 GX_FALSE, 116 GX_FALSE, 117 GX_FALSE, 141 GX_FALSE, 142 GX_FALSE, 162 GX_FALSE, 163 GX_FALSE, 367 …GXSetChanCtrl(GX_COLOR0A0, GX_FALSE, GX_SRC_VTX, GX_SRC_VTX, GX_LIGHT_NULL, GX_DF_NONE, GX_AF_NONE… in DrawBanIcon() 381 GXSetZMode(GX_FALSE, GX_LEQUAL, GX_FALSE); in DrawBanIcon()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Texture/ |
| D | tex-tlut.c | 245 GX_FALSE ); in DrawInit() 253 GX_FALSE, in DrawInit() 254 GX_FALSE, in DrawInit() 559 GX_FALSE, in CreateColorMapTexture() 583 GX_FALSE, in CreateColorMapTexture() 592 GX_FALSE, in CreateColorMapTexture() 593 GX_FALSE, in CreateColorMapTexture() 640 GX_FALSE, in CreateSampleImgTexture() 712 GX_FALSE, in CreateSampleImgTexture() 721 GX_FALSE, in CreateSampleImgTexture() [all …]
|
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/ |
| D | rsodemo.cpp | 96 GX_FALSE, 97 GX_FALSE, 117 GX_FALSE, 118 GX_FALSE, 142 GX_FALSE, 143 GX_FALSE, 163 GX_FALSE, 164 GX_FALSE, 320 …GXSetChanCtrl(GX_COLOR0A0, GX_FALSE, GX_SRC_VTX, GX_SRC_VTX, GX_LIGHT_NULL, GX_DF_NONE, GX_AF_NONE… in DrawBanIcon() 334 GXSetZMode(GX_FALSE, GX_LEQUAL, GX_FALSE); in DrawBanIcon()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 118 GX_FALSE, 119 GX_FALSE, 139 GX_FALSE, 140 GX_FALSE, 164 GX_FALSE, 165 GX_FALSE, 185 GX_FALSE, 186 GX_FALSE, 288 texFmt, GX_CLAMP, GX_CLAMP, GX_FALSE); in drawTexPlate() 296 …GXSetChanCtrl(GX_COLOR0A0, GX_FALSE, GX_SRC_VTX, GX_SRC_VTX, GX_LIGHT_NULL, GX_DF_NONE, GX_AF_NONE… in drawTexPlate() [all …]
|
| /RvlSDK-3.3/build/demos/jpegdemo/decode_simple/src/ |
| D | decode_simple.c | 168 GX_TF_RGB565, GX_CLAMP, GX_CLAMP, GX_FALSE); in main() 217 GX_TF_RGB565, GX_CLAMP, GX_CLAMP, GX_FALSE); in main() 268 …GXSetChanCtrl(GX_COLOR0A0, GX_FALSE, GX_SRC_VTX, GX_SRC_VTX, GX_LIGHT_NULL, GX_DF_NONE, GX_AF_NONE… in main() 282 GXSetZMode(GX_FALSE, GX_LEQUAL, GX_FALSE); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 110 GX_FALSE, 111 GX_FALSE, 131 GX_FALSE, 132 GX_FALSE, 156 GX_FALSE, 157 GX_FALSE, 177 GX_FALSE, 178 GX_FALSE, 477 …GXSetChanCtrl(GX_COLOR0A0, GX_FALSE, GX_SRC_VTX, GX_SRC_VTX, GX_LIGHT_NULL, GX_DF_NONE, GX_AF_NONE… in DrawBanIcon() 491 GXSetZMode(GX_FALSE, GX_LEQUAL, GX_FALSE); in DrawBanIcon()
|