Searched refs:cnt0 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 1324 u32 cnt0, cnt1, cnt2, cnt3, cnt4; in WriteStats() local 1332 cnt0 = GXReadGP0Metric(); in WriteStats() 1333 Stat[StatIndx].count = cnt0; in WriteStats() 1345 cnt0 = GXReadGP1Metric(); in WriteStats() 1346 Stat[StatIndx].count = cnt0; in WriteStats() 1357 GXReadMemMetric( &cnt0, &cnt1, &cnt2, &cnt3, &cnt4, in WriteStats() 1359 cpReq = cnt0; in WriteStats() 1377 GXReadPixMetric(&cnt0, &cnt1, &cnt2, &cnt3, &cnt4, &cnt5); in WriteStats() 1378 topPixIn = cnt0; in WriteStats() 1392 GXReadVCacheMetric(&cnt0, &cnt1, &cnt2); in WriteStats() [all …]
|
| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXPerf.h | 70 void GXReadGPMetric ( u32* cnt0,
|