Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoTest.c54 static u64* pTimestamp = NULL; variable
367 pTimestamp = (u64*)DEMOGfxAllocMEM2(sizeof(u64) * 2, 8); in DEMOTestCheckPerfBegin()
368 DEMOAssert(pTimestamp); in DEMOTestCheckPerfBegin()
369 GX2Invalidate(GX2_INVALIDATE_CPU, pTimestamp, 8); in DEMOTestCheckPerfBegin()
373 GX2SampleTopGPUCycle(&pTimestamp[0]); in DEMOTestCheckPerfBegin()
392 GX2SampleBottomGPUCycle(&pTimestamp[1]); in DEMOTestCheckPerfEnd()
394 endGpuTime = pTimestamp[1]; in DEMOTestCheckPerfEnd()
395 startGpuTime = pTimestamp[0]; in DEMOTestCheckPerfEnd()
397 DEMOGfxFreeMEM2(pTimestamp); in DEMOTestCheckPerfEnd()