Home | History | Annotate | Download | only in r200

Lines Matching refs:CTX_RB3D_ZSTENCILCNTL

484      atom->cmd[CTX_RB3D_ZSTENCILCNTL] &= ~RADEON_DEPTH_FORMAT_MASK;
485 atom->cmd[CTX_RB3D_ZSTENCILCNTL] |= depth_fmt;
504 OUT_BATCH(atom->cmd[CTX_RB3D_ZSTENCILCNTL]);
946 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] = (R200_Z_TEST_LESS |
954 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] |= R200_Z_COMPRESSION_ENABLE |
957 rmesa->hw.ctx.cmd[CTX_RB3D_ZSTENCILCNTL] |= RADEON_Z_HIERARCHY_ENABLE;*/