Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/gx/ARM9/src/
Dgx_load3d.c56 (u16)(HW_LCDC_VRAM_A >> 12), 0, 0}
62 (u16)(HW_LCDC_VRAM_A >> 12), 0, 0}
68 (u16)(HW_LCDC_VRAM_A >> 12), (u16)(HW_LCDC_VRAM_C >> 12), (u16)(HW_VRAM_A_SIZE >> 12)}
74 (u16)(HW_LCDC_VRAM_A >> 12), 0, 0}
80 (u16)(HW_LCDC_VRAM_A >> 12), (u16)(HW_LCDC_VRAM_D >> 12), (u16)(HW_VRAM_A_SIZE >> 12)}
86 (u16)(HW_LCDC_VRAM_A >> 12),
93 (u16)(HW_LCDC_VRAM_A >> 12), (u16)(HW_LCDC_VRAM_C >> 12), (u16)(HW_VRAM_A_SIZE >> 12)}
99 (u16)(HW_LCDC_VRAM_A >> 12), 0, 0}
217 sTexLCDCBlk1 = HW_LCDC_VRAM_A; in GX_BeginLoadTex()
240 sTexLCDCBlk1 = HW_LCDC_VRAM_A; in GX_BeginLoadTex()
[all …]
/TwlSDK-5.5/include/nitro/hw/ARM9/
Dmmap_vram.h36 #define HW_LCDC_VRAM_A (HW_LCDC_VRAM) macro
37 #define HW_LCDC_VRAM_B (HW_LCDC_VRAM_A + HW_VRAM_A_SIZE)
/TwlSDK-5.5/include/twl/hw/ARM9/
Dmmap_vram.h37 #define HW_LCDC_VRAM_A (HW_LCDC_VRAM) macro
38 #define HW_LCDC_VRAM_B (HW_LCDC_VRAM_A + HW_VRAM_A_SIZE)
/TwlSDK-5.5/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c94 MI_CpuCopyFast(buffer[rp], (void*)HW_LCDC_VRAM_A, BYTES_PER_LINE * HEIGHT); in VBlankIntr()
98 … MI_CpuCopy(_binary_rec_icon_nbfs+1, (void*)(HW_LCDC_VRAM_A + sizeof(u16)*1), sizeof(u16) * 30); in VBlankIntr()
100 …MI_CpuCopy(_binary_rec_icon_nbfs+32*i, (void*)(HW_LCDC_VRAM_A + sizeof(u16)*256*i), sizeof(u16) * … in VBlankIntr()
101 …MI_CpuCopy(_binary_rec_icon_nbfs+32*12+1, (void*)(HW_LCDC_VRAM_A + sizeof(u16)*256*12+sizeof(u16)*… in VBlankIntr()
286 MI_CpuClearFast((void*)HW_LCDC_VRAM_A, BYTES_PER_LINE * HEIGHT); in TwlMain()
/TwlSDK-5.5/build/demos/gx/UnitTours/2D_BmpBg_Vram/src/
Dmain.c61 MI_DmaCopy32(3, IMAGE_VRAM256x192[0], (void *)HW_LCDC_VRAM_A, in TwlMain()
/TwlSDK-5.5/build/demos/mi/uncompressBLZ/src/
Dmain.c116 MI_DmaCopy32(3, buf, (void *)HW_LCDC_VRAM_A, 256 * 192 * sizeof(unsigned short)); in NitroMain()
/TwlSDK-5.5/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c80 MI_CpuCopyFast(buffer[rp], (void*)HW_LCDC_VRAM_A, BYTES_PER_LINE * HEIGHT); in VBlankIntr()
257 MI_CpuClearFast((void*)HW_LCDC_VRAM_A, BYTES_PER_LINE * HEIGHT); in TwlMain()
/TwlSDK-5.5/build/demos/mi/uncompressStream-1/src/
Dmain.c98 MI_DmaCopy32(3, data_uncomp_buf, (void *)HW_LCDC_VRAM_A, in NitroMain()
/TwlSDK-5.5/build/libraries/ext/common/src/
Dext_scrntest.c454 return (CapturedPixel *) HW_LCDC_VRAM_A; in getCapturedBufferBase_()
/TwlSDK-5.5/build/demos.TWL/camera/camera-2/src/
Dmain.c100 MI_CpuClearFast((void*)HW_LCDC_VRAM_A, 128 * 1024); in TwlMain()
/TwlSDK-5.5/build/demos.TWL/camera/camera-3/src/
Dmain.c173 MI_CpuClearFast((void*)HW_LCDC_VRAM_A, 128 * 1024); in TwlMain()
/TwlSDK-5.5/build/demos.TWL/camera/camera-4/src/
Dmain.c108 MI_CpuClearFast((void*)HW_LCDC_VRAM_A, 128 * 1024); in TwlMain()
/TwlSDK-5.5/build/demos.TWL/camera/camera-1/src/
Dmain.c98 MI_CpuClearFast((void*)HW_LCDC_VRAM_A, 128 * 1024); in TwlMain()