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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c350 uint_t pitch_offset; local
382 pitch_offset =
395 REGW(DEFAULT_PITCH_OFFSET, pitch_offset);
396 REGW(RADEON_DST_PITCH_OFFSET, pitch_offset);
397 REGW(RADEON_SRC_PITCH_OFFSET, pitch_offset);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.c989 uint32_t gmc_bpp, dp_datatype, pitch_offset; local
1010 pitch_offset = pitch << DEFAULT_PITCH_OFFSET__DEFAULT_PITCH__SHIFT |
1028 regw(DEFAULT_PITCH_OFFSET, pitch_offset);
1029 regw(RADEON_DST_PITCH_OFFSET, pitch_offset);
1030 regw(RADEON_SRC_PITCH_OFFSET, pitch_offset);

Completed in 36 milliseconds