Searched refs:R200_Z_WRITE_ENABLE (Results 1 – 3 of 3) sorted by relevance
154 #define R200_Z_WRITE_ENABLE (1 << 30) macro
367 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] |= R200_Z_WRITE_ENABLE; in r200DepthMask()369 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] &= ~R200_Z_WRITE_ENABLE; in r200DepthMask()
952 R200_Z_WRITE_ENABLE); in r200InitState()