Searched refs:RADEON_Z_WRITE_ENABLE (Results 1 – 4 of 4) sorted by relevance
306 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] |= RADEON_Z_WRITE_ENABLE; in radeonDepthMask()308 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] &= ~RADEON_Z_WRITE_ENABLE; in radeonDepthMask()
690 RADEON_Z_WRITE_ENABLE); in radeonInitState()
1653 # define RADEON_Z_WRITE_ENABLE (1 << 30) macro