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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1181 int tempRB3D_ZSTENCILCNTL; local
1196 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl;
1243 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE |
1247 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE;
1256 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL);
1300 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; local
1322 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE |
1326 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE;
1336 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL);

Completed in 90 milliseconds