Searched refs:pltt0 (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3imm.h | 76 GXTexRepeat repeat, GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr); 518 GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr) in G3_TexImageParam() argument 525 GX_TEXPLTTCOLOR0_ASSERT(pltt0); in G3_TexImageParam() 529 reg_G3_TEXIMAGE_PARAM = GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3_TexImageParam()
|
| D | g3c.h | 85 GXTexRepeat repeat, GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr); 141 GXTexRepeat repeat, GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr); 559 GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr) in G3CS_TexImageParam() argument 566 GX_TEXPLTTCOLOR0_ASSERT(pltt0); in G3CS_TexImageParam() 572 GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr)); in G3CS_TexImageParam()
|
| D | g3b.h | 92 GXTexRepeat repeat, GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr); 149 GXTexRepeat repeat, GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr); 661 GXTexFlip flip, GXTexPlttColor0 pltt0, u32 addr) in G3BS_TexImageParam() argument 668 GX_TEXPLTTCOLOR0_ASSERT(pltt0); in G3BS_TexImageParam() 674 GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr)); in G3BS_TexImageParam()
|
| D | g3.h | 561 #define GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr) \ argument 569 ((pltt0) << REG_G3_TEXIMAGE_PARAM_TR_SHIFT)))
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g3b.c | 929 GXTexPlttColor0 pltt0, u32 addr) in G3B_TexImageParam() argument 931 G3BS_TexImageParam(info, texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3B_TexImageParam()
|
| D | g3c.c | 1092 GXTexPlttColor0 pltt0, u32 addr) in G3C_TexImageParam() argument 1094 G3CS_TexImageParam(info, texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3C_TexImageParam()
|