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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1717 u32 texpitch, microtile; local
1775 texpitch = tex->pitch;
1776 if ((texpitch << 22) & RADEON_DST_TILE_MICRO) {
1779 texpitch &= ~(RADEON_DST_TILE_MICRO >> 22);
1946 OUT_RING((texpitch << 22) | (tex->offset >> 10));

Completed in 30 milliseconds