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

/drivers/gpu/drm/radeon/
H A Dradeon_state.c1160 int tempRB3D_ZSTENCILCNTL; local
1175 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl;
1222 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE |
1226 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE;
1235 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL);
1279 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; local
1298 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE |
1302 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE;
1312 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL);

Completed in 15 milliseconds