Searched refs:copyRate (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcopypixrate.c108 float copyRate, mbRate; local in function:RunTest
135 copyRate = iters / (t1 - t0);
136 mbRate = ImgWidth * ImgHeight * bpp * copyRate / (1024 * 1024);
140 iters, t1-t0, copyRate, mbRate);
H A Dsubtexrate.c151 float copyRate, mbRate; local in function:RunTest
222 copyRate = iters / (t1 - t0);
223 mbRate = w * h * bpp * copyRate / (1024 * 1024);
230 iters, t1-t0, copyRate, mbRate);

Completed in 2 milliseconds