Searched refs:texpitch (Results 1 – 1 of 1) sorted by relevance
1709 u32 texpitch, microtile; in radeon_cp_dispatch_texture() local1764 texpitch = tex->pitch; in radeon_cp_dispatch_texture()1765 if ((texpitch << 22) & RADEON_DST_TILE_MICRO) { in radeon_cp_dispatch_texture()1768 texpitch &= ~(RADEON_DST_TILE_MICRO >> 22); in radeon_cp_dispatch_texture()1910 OUT_RING((texpitch << 22) | ((tex->offset >> 10) + (byte_offset >> 10))); in radeon_cp_dispatch_texture()