Home
last modified time | relevance | path

Searched refs:pltt0 (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dg3imm.h76 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()
Dg3c.h85 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()
Dg3b.h92 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()
Dg3.h561 #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/
Dg3b.c929 GXTexPlttColor0 pltt0, u32 addr) in G3B_TexImageParam() argument
931 G3BS_TexImageParam(info, texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3B_TexImageParam()
Dg3c.c1092 GXTexPlttColor0 pltt0, u32 addr) in G3C_TexImageParam() argument
1094 G3CS_TexImageParam(info, texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3C_TexImageParam()