Searched refs:texFmt (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3imm.h | 72 static void G3_TexImageParam(GXTexFmt texFmt, 513 static inline void G3_TexImageParam(GXTexFmt texFmt, in G3_TexImageParam() argument 524 GX_TEXFMT_ASSERT(texFmt); in G3_TexImageParam() 529 reg_G3_TEXIMAGE_PARAM = GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3_TexImageParam()
|
| D | g3.h | 561 #define GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr) \ argument 563 ((texFmt) << REG_G3_TEXIMAGE_PARAM_TEXFMT_SHIFT) | \ 570 #define GX_PACK_TEXPLTTBASE_PARAM(addr, texFmt) \ argument 571 ((u32)((addr) >> (4 - ((texFmt) == GX_TEXFMT_PLTT4))))
|
| D | g3c.h | 81 GXTexFmt texFmt, 137 GXTexFmt texFmt, 554 GXTexFmt texFmt, in G3CS_TexImageParam() argument 565 GX_TEXFMT_ASSERT(texFmt); in G3CS_TexImageParam() 572 GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr)); in G3CS_TexImageParam()
|
| D | g3b.h | 88 GXTexFmt texFmt, 145 GXTexFmt texFmt, 656 GXTexFmt texFmt, in G3BS_TexImageParam() argument 667 GX_TEXFMT_ASSERT(texFmt); in G3BS_TexImageParam() 674 GX_PACK_TEXIMAGE_PARAM(texFmt, texGen, s, t, repeat, flip, pltt0, addr)); in G3BS_TexImageParam()
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g3b.c | 926 GXTexFmt texFmt, in G3B_TexImageParam() argument 931 G3BS_TexImageParam(info, texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3B_TexImageParam()
|
| D | g3c.c | 1089 GXTexFmt texFmt, in G3C_TexImageParam() argument 1094 G3CS_TexImageParam(info, texFmt, texGen, s, t, repeat, flip, pltt0, addr); in G3C_TexImageParam()
|