| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-texture-create.c | 205 GX_REPEAT, // wrap s in CreateDLs() 206 GX_REPEAT, // wrap t in CreateDLs() 387 GX_REPEAT, // wrap s in CreateDLs() 388 GX_REPEAT, // wrap t in CreateDLs()
|
| D | gd-indtex-gc.c | 576 FXTEX0_FMT, GX_REPEAT, GX_REPEAT, GX_FALSE, GX_TLUT0); in SetTextures() 594 FXTEX2B_FMT, GX_REPEAT, GX_REPEAT, GX_FALSE); in SetTextures() 600 FXTEX3_FMT, GX_REPEAT, GX_REPEAT, GX_FALSE); in SetTextures()
|
| D | gd-tev-gc.c | 581 biasS = (GXBool)((GXGetTexObjWrapS(&MyTexObjs[tmid]) == GX_REPEAT) in PatchShaderDLTCScale() 583 biasT = (GXBool)((GXGetTexObjWrapT(&MyTexObjs[tmid]) == GX_REPEAT) in PatchShaderDLTCScale()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-data.c | 298 GX_REPEAT, // wrap s in MapInit() 299 GX_REPEAT, // wrap t in MapInit()
|
| D | ind-warp.c | 185 GX_REPEAT, // wrap s in TexInit() 186 GX_REPEAT, // wrap t in TexInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-fmt-cube.c | 245 GX_REPEAT, // s in DrawInit() 246 GX_REPEAT, // t in DrawInit() 258 GX_REPEAT, // s in DrawInit() 259 GX_REPEAT, // t in DrawInit()
|
| D | tex-tlut.c | 243 GX_REPEAT, in DrawInit() 244 GX_REPEAT, in DrawInit() 581 GX_REPEAT, in CreateColorMapTexture() 582 GX_REPEAT, in CreateColorMapTexture() 710 GX_REPEAT, in CreateSampleImgTexture() 711 GX_REPEAT, in CreateSampleImgTexture()
|
| D | tex-tlut32.c | 306 GX_REPEAT, // GXTexWrapMode wrap_s in SetUpRegisters() 307 GX_REPEAT, // GXTexWrapMode wrap_t in SetUpRegisters()
|
| D | tex-wrap.c | 78 GX_REPEAT,
|
| /RvlSDK-3.2.2/build/libraries/tc/include/ |
| D | TCGXDefs.h | 62 #define TPL_WRAP_MODE_REPEAT GX_REPEAT
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-zcopy.c | 235 GX_TF_RGBA8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit() 243 GX_TF_Z24X8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit()
|
| D | frb-copy.c | 314 GX_REPEAT, in DrawInit() 315 GX_REPEAT, in DrawInit()
|
| /RvlSDK-3.2.2/build/tools/TexConv/sample/ |
| D | sample.tcs | 117 … ; default is wrapS=wrapT=GX_REPEAT if both dimensions are power of two 119 image 14 = 2, x, CMPR, GX_REPEAT, GX_CLAMP ; set wrapS to repeat and set wrapT to cla…
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-texture.c | 249 GX_REPEAT, // s in DrawInit() 250 GX_REPEAT, // t in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 469 tdp->textureHeader->wrapS = GX_REPEAT; in MyTexInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 1433 GXInitTexObj(to, data, 16, 16, GX_TF_I8, GX_CLAMP, GX_REPEAT, GX_FALSE); in CreateRampTex8() 1480 GXInitTexObj(to, data, 256, 256, GX_TF_IA8, GX_CLAMP, GX_REPEAT, GX_FALSE); in CreateRampTex16()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXEnum.h | 637 GX_REPEAT, enumerator
|