Searched refs:tempRB3D_CNTL (Results 1 – 1 of 1) sorted by relevance
1180 int tempRB3D_CNTL; in radeon_cp_dispatch_clear() local1194 tempRB3D_CNTL = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()1225 tempRB3D_CNTL |= RADEON_Z_ENABLE; in radeon_cp_dispatch_clear()1228 tempRB3D_CNTL &= ~RADEON_Z_ENABLE; in radeon_cp_dispatch_clear()1235 tempRB3D_CNTL |= RADEON_STENCIL_ENABLE; in radeon_cp_dispatch_clear()1238 tempRB3D_CNTL &= ~RADEON_STENCIL_ENABLE; in radeon_cp_dispatch_clear()1255 OUT_RING_REG(RADEON_RB3D_CNTL, tempRB3D_CNTL); in radeon_cp_dispatch_clear()