Home
last modified time | relevance | path

Searched refs:GX_REPEAT (Results 1 – 17 of 17) sorted by relevance

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-texture-create.c205 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()
Dgd-indtex-gc.c576 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()
Dgd-tev-gc.c581 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/
Dind-tile-data.c298 GX_REPEAT, // wrap s in MapInit()
299 GX_REPEAT, // wrap t in MapInit()
Dind-warp.c185 GX_REPEAT, // wrap s in TexInit()
186 GX_REPEAT, // wrap t in TexInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c245 GX_REPEAT, // s in DrawInit()
246 GX_REPEAT, // t in DrawInit()
258 GX_REPEAT, // s in DrawInit()
259 GX_REPEAT, // t in DrawInit()
Dtex-tlut.c243 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()
Dtex-tlut32.c306 GX_REPEAT, // GXTexWrapMode wrap_s in SetUpRegisters()
307 GX_REPEAT, // GXTexWrapMode wrap_t in SetUpRegisters()
Dtex-wrap.c78 GX_REPEAT,
/RvlSDK-3.2.2/build/libraries/tc/include/
DTCGXDefs.h62 #define TPL_WRAP_MODE_REPEAT GX_REPEAT
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-zcopy.c235 GX_TF_RGBA8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit()
243 GX_TF_Z24X8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit()
Dfrb-copy.c314 GX_REPEAT, in DrawInit()
315 GX_REPEAT, in DrawInit()
/RvlSDK-3.2.2/build/tools/TexConv/sample/
Dsample.tcs117 … ; 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/
Dlit-texture.c249 GX_REPEAT, // s in DrawInit()
250 GX_REPEAT, // t in DrawInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-ztex.c469 tdp->textureHeader->wrapS = GX_REPEAT; in MyTexInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-shadow3.c1433 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/
DGXEnum.h637 GX_REPEAT, enumerator