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

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dradeon_state.c859 drm_radeon_depth_clear_t *depth_clear = &dev_priv->depth_clear; local
1146 tempRB3D_CNTL = depth_clear->rb3d_cntl;
1148 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl;
1151 tempSE_CNTL = depth_clear->se_cntl;
1252 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl;
1254 rb3d_cntl = depth_clear->rb3d_cntl;
1288 OUT_RING_REG(RADEON_SE_CNTL, depth_clear->se_cntl);
H A Dradeon_cp.c1085 dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE |
1089 dev_priv->depth_clear.rb3d_zstencilcntl =
1097 dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW |
H A Dradeon_drv.h339 drm_radeon_depth_clear_t depth_clear; member in struct:drm_radeon_private

Completed in 115 milliseconds