Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/gx/ARM9/src/
Dgx_load3d.c353 static u32 sTexPlttLCDCBlk = 0; variable
426 SDK_ASSERT(0 == sTexPltt && 0 == sTexPlttLCDCBlk); in GX_BeginLoadTexPltt()
432 sTexPlttLCDCBlk = (u32)(sTexPlttStartAddrTable[sTexPltt >> 4] << 12); in GX_BeginLoadTexPltt()
434 SDK_ASSERT(sTexPltt == 0 && sTexPlttLCDCBlk == 0); in GX_BeginLoadTexPltt()
443 sTexPlttLCDCBlk = HW_LCDC_VRAM_F; in GX_BeginLoadTexPltt()
446 sTexPlttLCDCBlk = HW_LCDC_VRAM_G; in GX_BeginLoadTexPltt()
451 sTexPlttLCDCBlk = HW_LCDC_VRAM_E; in GX_BeginLoadTexPltt()
481 SDK_ASSERT(0 != sTexPlttLCDCBlk); in GX_LoadTexPltt()
492 pSrc, (void *)(sTexPlttLCDCBlk + destSlotAddr), szByte, NULL, NULL); in GX_LoadTexPltt()
515 sTexPlttLCDCBlk = 0; in GX_EndLoadTexPltt()