Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gxdemo/src/Performance/
Dperf-fill.c310 static u32 botPixIn, botPixOut; variable
1380 botPixIn = cnt2; in WriteStats()
1408 botPixIn = cnt2; in WriteStats()
1429 botPixIn = cnt2; in WriteStats()
1520 StatOSReport("%s: %8d\n", botPixIn); in PrintStats()
1535 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1547 rate = (f32)(tcReq*32) / (topPixIn + botPixIn); in PrintStats()
1671 StatPrintf("%s: %8d\n", botPixIn); in PrintStats()
1686 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1701 (f32)(topPixIn - botPixIn); in PrintStats()
Dperf-geo.c218 static u32 botPixIn; variable
408 GXReadPixMetric(&topPixIn, &topPixOut, &botPixIn, &botPixOut, in main()
692 OSReport("Bot pixels in..............: %8d\n", botPixIn); in DumpStats()