Searched refs:depth_clear (Results 1 – 6 of 6) sorted by relevance
858 drm_radeon_depth_clear_t *depth_clear = &dev_priv->depth_clear; in radeon_cp_dispatch_clear() local1143 tempRB3D_CNTL = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()1145 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()1148 tempSE_CNTL = depth_clear->se_cntl; in radeon_cp_dispatch_clear()1249 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()1251 rb3d_cntl = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()1285 OUT_RING_REG(RADEON_SE_CNTL, depth_clear->se_cntl); in radeon_cp_dispatch_clear()
1210 dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE | in radeon_do_init_cp()1215 dev_priv->depth_clear.rb3d_zstencilcntl = in radeon_do_init_cp()1223 dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW | in radeon_do_init_cp()
336 drm_radeon_depth_clear_t depth_clear; member
883 drm_radeon_depth_clear_t *depth_clear = &dev_priv->depth_clear; in radeon_cp_dispatch_clear() local1174 tempRB3D_CNTL = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()1176 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()1179 tempSE_CNTL = depth_clear->se_cntl; in radeon_cp_dispatch_clear()1280 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()1282 rb3d_cntl = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()1316 OUT_RING_REG(RADEON_SE_CNTL, depth_clear->se_cntl); in radeon_cp_dispatch_clear()
1270 dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE | in radeon_do_init_cp()1275 dev_priv->depth_clear.rb3d_zstencilcntl = in radeon_do_init_cp()1283 dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW | in radeon_do_init_cp()
241 drm_radeon_depth_clear_t depth_clear; member