Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoTest.c54 static u64* pTimestamp = NULL; variable
364 pTimestamp = (u64*)DEMOGfxAllocMEM2(sizeof(u64) * 2, 8); in DEMOTestCheckPerfBegin()
365 DEMOAssert(pTimestamp); in DEMOTestCheckPerfBegin()
366 GX2Invalidate(GX2_INVALIDATE_CPU, pTimestamp, 8); in DEMOTestCheckPerfBegin()
370 GX2SampleTopGPUCycle(&pTimestamp[0]); in DEMOTestCheckPerfBegin()
389 GX2SampleBottomGPUCycle(&pTimestamp[1]); in DEMOTestCheckPerfEnd()
391 endGpuTime = pTimestamp[1]; in DEMOTestCheckPerfEnd()
392 startGpuTime = pTimestamp[0]; in DEMOTestCheckPerfEnd()
394 DEMOGfxFreeMEM2(pTimestamp); in DEMOTestCheckPerfEnd()