Lines Matching refs:height0
378 info->src.res->width0, info->src.res->height0, in r600_copy_first_sample()
389 unsigned dst_height = u_minify(info->dst.res->height0, info->dst.level); in is_simple_resolve()
395 dst_height == info->src.res->height0 && in is_simple_resolve()
435 templ.height0 = info->src.res->height0; in r600_color_resolve()
563 unsigned height0; member
581 orig->height0 = tex->height0; in r600_compressed_to_blittable()
593 new_height = util_format_get_nblocksy(tex->format, orig->height0); in r600_compressed_to_blittable()
596 tex->height0 = new_height; in r600_compressed_to_blittable()
612 orig->height0 = tex->height0; in r600_subsampled_2x1_32bpp_to_blittable()
633 orig->height0 = tex->height0; in r600_change_format()
650 tex->height0 = orig->height0; in r600_reset_blittable_to_orig()