Home
last modified time | relevance | path

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

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