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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_state.c1716 u32 texpitch, microtile; local
1774 texpitch = tex->pitch;
1775 if ((texpitch << 22) & RADEON_DST_TILE_MICRO) {
1778 texpitch &= ~(RADEON_DST_TILE_MICRO >> 22);
1945 OUT_RING((texpitch << 22) | (tex->offset >> 10));

Completed in 38 milliseconds