Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Manage.h346 void GX2API GX2InsertGPUTask(u32 * pDLPatchLoc, u32* pDisplayList, u32 byteSize);
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfx.h430 void *pDLPatchLoc; /// pointer to the nop patch space within the dl epilogue member
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h430 void *pDLPatchLoc; /// pointer to the nop patch space within the dl epilogue member
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c1121 pTask->pDLPatchLoc = GX2BeginGPUTask(); in DEMOGfxBeginGPUTask()
1172 GX2InsertGPUTask((u32*)pTask->pDLPatchLoc, (u32*)pDisplayList, byteSize); in DEMOGfxInsertGPUTask()