Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c264 unsigned npix0_y; member
281 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_compressed_to_blittable()
297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); in r600_compressed_to_blittable()
313 rtex->surface.level[0].npix_y = orig->npix0_y; in r600_reset_blittable_to_compressed()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c567 unsigned npix0_y; member
583 orig->npix0_y = rtex->surface.level[0].npix_y; 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()
614 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_subsampled_2x1_32bpp_to_blittable()
635 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_change_format()
652 rtex->surface.level[0].npix_y = orig->npix0_y; in r600_reset_blittable_to_orig()