Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/gx/ARM9/include/
Dgxstate.h60 void GX_RegionCheck_BG_(u32 first, u32 last);
61 void GX_RegionCheck_OBJ_(u32 first, u32 last);
62 void GX_RegionCheck_SubBG_(u32 first, u32 last);
63 void GX_RegionCheck_SubOBJ_(u32 first, u32 last);
64 void GX_RegionCheck_Tex_(GXVRamTex tex, u32 first, u32 last);
65 void GX_RegionCheck_TexPltt_(GXVRamTexPltt texPltt, u32 first, u32 last);
74 static inline void GX_RegionCheck_BG(u32 first, u32 last) in GX_RegionCheck_BG() argument
76 GX_RegionCheck_BG_(first, last); in GX_RegionCheck_BG()
79 static inline void GX_RegionCheck_OBJ(u32 first, u32 last) in GX_RegionCheck_OBJ() argument
81 GX_RegionCheck_OBJ_(first, last); in GX_RegionCheck_OBJ()
[all …]
/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dgxstate.c223 void GX_RegionCheck_OBJ_(u32 first, u32 last) in GX_RegionCheck_OBJ_() argument
228 SDK_REGION_ASSERT(OBJ, HW_OBJ_VRAM, HW_OBJ_VRAM, first, last); in GX_RegionCheck_OBJ_()
233 SDK_REGION_ASSERT(OBJ, HW_OBJ_VRAM, HW_OBJ_VRAM + HW_VRAM_F_SIZE, first, last); in GX_RegionCheck_OBJ_()
237 HW_OBJ_VRAM + HW_VRAM_F_SIZE + HW_VRAM_G_SIZE, first, last); in GX_RegionCheck_OBJ_()
240 SDK_REGION_ASSERT(OBJ, HW_OBJ_VRAM, HW_OBJ_VRAM + HW_VRAM_E_SIZE, first, last); in GX_RegionCheck_OBJ_()
244 HW_OBJ_VRAM + HW_VRAM_E_SIZE + HW_VRAM_F_SIZE, first, last); in GX_RegionCheck_OBJ_()
248 HW_OBJ_VRAM + HW_VRAM_E_SIZE + HW_VRAM_G_SIZE, first, last); in GX_RegionCheck_OBJ_()
253 first, last); in GX_RegionCheck_OBJ_()
258 SDK_REGION_ASSERT(OBJ, HW_OBJ_VRAM, HW_OBJ_VRAM + HW_VRAM_A_SIZE, first, last); in GX_RegionCheck_OBJ_()
262 HW_OBJ_VRAM + HW_VRAM_A_SIZE + HW_VRAM_B_SIZE, first, last); in GX_RegionCheck_OBJ_()
[all …]
/TwlSDK-5.4/build/buildtools/template/
DFunction.Header5 - installs the first level exception handlers
/TwlSDK-5.4/build/tools/loadrun/
Dloadrun.txt39 The first machine found with the device specified here becomes the target for that action.
42 When the number 04070680 is displayed in a list, the first 0 can be omitted as in 4070680.
43 The first machine found with the serial number specified here becomes the target for that action.
46 If no specification is made, the first machine found becomes the target.
/TwlSDK-5.4/
Dreadme.txt14 information on the procedure for implementing TWL-SDK. Read it first.