Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Performance/
Dperf-fill.c309 static u32 topPixIn, topPixOut; variable
1378 topPixIn = cnt0; in WriteStats()
1406 topPixIn = cnt0; in WriteStats()
1427 topPixIn = cnt0; in WriteStats()
1514 StatOSReport("%s: %8d\n", topPixIn); in PrintStats()
1535 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1547 rate = (f32)(tcReq*32) / (topPixIn + botPixIn); in PrintStats()
1665 StatPrintf("%s: %8d\n", topPixIn); in PrintStats()
1686 rate = FLIPPER_CLOCK * (f32)(topPixIn + botPixIn) / in PrintStats()
1701 (f32)(topPixIn - botPixIn); in PrintStats()
Dperf-geo.c216 static u32 topPixIn; variable
405 GXReadPixMetric(&topPixIn, &topPixOut, &botPixIn, &botPixOut, in main()
686 OSReport("Top pixels in..............: %8d\n", topPixIn); in DumpStats()