• Home
  • Raw
  • Download

Lines Matching refs:rtex

256 		struct r600_texture *rtex,  in r600_blit_decompress_color()  argument
265 if (!rtex->dirty_level_mask) in r600_blit_decompress_color()
269 if (!(rtex->dirty_level_mask & (1 << level))) in r600_blit_decompress_color()
274 max_layer = u_max_layer(&rtex->resource.b.b, level); in r600_blit_decompress_color()
280 surf_tmpl.format = rtex->resource.b.b.format; in r600_blit_decompress_color()
285 cbsurf = ctx->create_surface(ctx, &rtex->resource.b.b, &surf_tmpl); in r600_blit_decompress_color()
298 rtex->dirty_level_mask &= ~(1 << level); in r600_blit_decompress_color()
574 struct r600_texture *rtex = (struct r600_texture*)tex; in r600_compressed_to_blittable() local
575 unsigned pixsize = util_format_get_blocksize(rtex->resource.b.b.format); in r600_compressed_to_blittable()
582 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_compressed_to_blittable()
583 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_compressed_to_blittable()
584 orig->npix_x = rtex->surface.level[level].npix_x; in r600_compressed_to_blittable()
585 orig->npix_y = rtex->surface.level[level].npix_y; in r600_compressed_to_blittable()
598 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x); in r600_compressed_to_blittable()
599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); in r600_compressed_to_blittable()
600 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x); in r600_compressed_to_blittable()
601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); in r600_compressed_to_blittable()
608 struct r600_texture *rtex = (struct r600_texture*)tex; in r600_subsampled_2x1_32bpp_to_blittable() local
613 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_subsampled_2x1_32bpp_to_blittable()
614 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_subsampled_2x1_32bpp_to_blittable()
615 orig->npix_x = rtex->surface.level[level].npix_x; in r600_subsampled_2x1_32bpp_to_blittable()
616 orig->npix_y = rtex->surface.level[level].npix_y; in r600_subsampled_2x1_32bpp_to_blittable()
620 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x); in r600_subsampled_2x1_32bpp_to_blittable()
621 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x); in r600_subsampled_2x1_32bpp_to_blittable()
629 struct r600_texture *rtex = (struct r600_texture*)tex; in r600_change_format() local
634 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_change_format()
635 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_change_format()
636 orig->npix_x = rtex->surface.level[level].npix_x; in r600_change_format()
637 orig->npix_y = rtex->surface.level[level].npix_y; in r600_change_format()
646 struct r600_texture *rtex = (struct r600_texture*)tex; in r600_reset_blittable_to_orig() local
651 rtex->surface.level[0].npix_x = orig->npix0_x; in r600_reset_blittable_to_orig()
652 rtex->surface.level[0].npix_y = orig->npix0_y; in r600_reset_blittable_to_orig()
653 rtex->surface.level[level].npix_x = orig->npix_x; in r600_reset_blittable_to_orig()
654 rtex->surface.level[level].npix_y = orig->npix_y; in r600_reset_blittable_to_orig()