Searched refs:afbc_tile (Results 1 – 1 of 1) sorted by relevance
368 rect_t afbc_tile = sb; in get_pixel_w_h() local371 afbc_tile.width = format.bpp_afbc[plane] > 32 ? 4 * afbc_tile.width : 8 * afbc_tile.width; in get_pixel_w_h()372 afbc_tile.height = format.bpp_afbc[plane] > 32 ? 4 * afbc_tile.height : 8 * afbc_tile.height; in get_pixel_w_h()378 …lane[%hhu]: [AFBC_TILE] w:%" PRIu64 ", h:%" PRIu64 "\n", plane, afbc_tile.width, afbc_tile.height); in get_pixel_w_h()380 pixel_align_w = std::max(static_cast<uint64_t>(pixel_align_w), afbc_tile.width); in get_pixel_w_h()381 pixel_align_h = std::max(static_cast<uint64_t>(pixel_align_h), afbc_tile.height); in get_pixel_w_h()