Home
last modified time | relevance | path

Searched refs:R200_Z_WRITE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_reg.h154 #define R200_Z_WRITE_ENABLE (1 << 30) macro
Dr200_state.c367 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()
Dr200_state_init.c952 R200_Z_WRITE_ENABLE); in r200InitState()