Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_state.c882 drm_radeon_depth_clear_t *depth_clear = &dev_priv->depth_clear; in radeon_cp_dispatch_clear() local
1173 tempRB3D_CNTL = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()
1175 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()
1178 tempSE_CNTL = depth_clear->se_cntl; in radeon_cp_dispatch_clear()
1279 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()
1281 rb3d_cntl = depth_clear->rb3d_cntl; in radeon_cp_dispatch_clear()
1315 OUT_RING_REG(RADEON_SE_CNTL, depth_clear->se_cntl); in radeon_cp_dispatch_clear()
Dradeon_cp.c1270 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()
Dradeon_drv.h250 drm_radeon_depth_clear_t depth_clear; member