Lines Matching defs:bpe
465 tileb = 8 * 8 * surf->bpe;
479 unsigned bpe = surf->bpe;
490 (bpe >= 4 && bpe <= 8 && num_channels == 4) ||
492 (bpe == 2 && num_channels >= 3) ||
494 (bpe == 1 && num_channels == 1))
623 * blk_w, blk_h, bpe, flags.
681 switch (surf->bpe) {
693 AddrDccIn.bpp = AddrSurfInfoIn.bpp = surf->bpe * 8;
804 if (surf->bpe == 2)
809 if (surf->bpe == 1)
811 else if (surf->bpe == 2)
813 else if (surf->bpe == 4)
1010 const unsigned total_pixels = surf->surf_size / surf->bpe;
1474 switch (surf->bpe) {
1485 switch (surf->bpe) {
1515 AddrSurfInfoIn.bpp = surf->bpe * 8;
1642 surf->bpe * 8, &displayable);