Searched refs:texpitch (Results 1 – 1 of 1) sorted by relevance
1717 u32 texpitch, microtile; in radeon_cp_dispatch_texture() local1775 texpitch = tex->pitch; in radeon_cp_dispatch_texture()1776 if ((texpitch << 22) & RADEON_DST_TILE_MICRO) { in radeon_cp_dispatch_texture()1779 texpitch &= ~(RADEON_DST_TILE_MICRO >> 22); in radeon_cp_dispatch_texture()1946 OUT_RING((texpitch << 22) | (tex->offset >> 10)); in radeon_cp_dispatch_texture()