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

/external/pixman/test/
H A Dlowlevel-blt-bench.c387 double bytes_per_pix = 0; local
394 bytes_per_pix += (src_fmt >> 24) / 8.0;
418 bytes_per_pix += (dst_fmt >> 24) / 8.0;
432 bytes_per_pix += (mask_fmt >> 24) / ((op == PIXMAN_OP_SRC) ? 8.0 : 4.0);
520 ((double)n * (WIDTH - 64) * HEIGHT / ((t3 - t2) - (t2 - t1)) * bytes_per_pix) * (100.0 / bandwidth) );

Completed in 208 milliseconds