Home
last modified time | relevance | path

Searched refs:GX_VRAM_TEX_NONE (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dgx_load3d.c251 case GX_VRAM_TEX_NONE: in GX_BeginLoadTex()
282 SDK_ASSERT(GX_VRAM_TEX_NONE != sTex); in GX_LoadTex()
Dgx_vramcnt.c766 if (tex == GX_VRAM_TEX_NONE) in GX_VRAMCNT_SetTEX_()
2104 return GX_VRAM_TEX_NONE; in GX_ResetBankForTex()
2405 return GX_VRAM_TEX_NONE; in GX_DisableBankForTex()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx_vramcnt.h212 GX_VRAM_TEX_NONE = 0x0000, // none enumerator
234 SDK_ASSERT( (x) == GX_VRAM_TEX_NONE || \