Home
last modified time | relevance | path

Searched refs:npix0_x (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c263 unsigned npix0_x; member
280 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_compressed_to_blittable()
296 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x); in r600_compressed_to_blittable()
312 rtex->surface.level[0].npix_x = orig->npix0_x; in r600_reset_blittable_to_compressed()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c566 unsigned npix0_x; member
582 orig->npix0_x = rtex->surface.level[0].npix_x; 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()
613 orig->npix0_x = rtex->surface.level[0].npix_x; 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()
634 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_change_format()
651 rtex->surface.level[0].npix_x = orig->npix0_x; in r600_reset_blittable_to_orig()