Home | History | Annotate | Download | only in r600

Lines Matching refs:orig_info

677 	struct texture_orig_info orig_info[2];
683 memset(orig_info, 0, sizeof(orig_info));
713 r600_compressed_to_blittable(src, src_level, &orig_info[0]);
715 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
718 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
723 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]);
726 dstx = util_format_get_nblocksx(orig_info[1].format, dstx);
727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty);
732 r600_subsampled_2x1_32bpp_to_blittable(src, src_level, &orig_info[0]);
733 r600_subsampled_2x1_32bpp_to_blittable(dst, dst_level, &orig_info[1]);
736 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
737 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
740 dstx = util_format_get_nblocksx(orig_info[1].format, dstx);
746 r600_change_format(src, src_level, &orig_info[0],
748 r600_change_format(dst, dst_level, &orig_info[1],
752 r600_change_format(src, src_level, &orig_info[0],
754 r600_change_format(dst, dst_level, &orig_info[1],
784 r600_reset_blittable_to_orig(src, src_level, &orig_info[0]);
787 r600_reset_blittable_to_orig(dst, dst_level, &orig_info[1]);