Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1717 u32 texpitch, microtile; in radeon_cp_dispatch_texture() local
1775 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()