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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_state.c1180 int tempRB3D_ZSTENCILCNTL; local
1195 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl;
1242 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE |
1246 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE;
1255 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL);
1299 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; local
1321 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE |
1325 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE;
1335 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL);

Completed in 16 milliseconds