Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_state.c1161 int tempRB3D_ZSTENCILCNTL; in radeon_cp_dispatch_clear() local
1176 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()
1223 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE | in radeon_cp_dispatch_clear()
1227 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE; in radeon_cp_dispatch_clear()
1236 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL); in radeon_cp_dispatch_clear()
1280 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear() local
1299 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE | in radeon_cp_dispatch_clear()
1303 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE; in radeon_cp_dispatch_clear()
1313 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL); in radeon_cp_dispatch_clear()
/freebsd-9-stable/sys/dev/drm/
Dradeon_state.c1130 int tempRB3D_ZSTENCILCNTL; in radeon_cp_dispatch_clear() local
1145 tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear()
1192 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE | in radeon_cp_dispatch_clear()
1196 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE; in radeon_cp_dispatch_clear()
1205 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL); in radeon_cp_dispatch_clear()
1249 int tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl; in radeon_cp_dispatch_clear() local
1268 tempRB3D_ZSTENCILCNTL |= RADEON_Z_COMPRESSION_ENABLE | in radeon_cp_dispatch_clear()
1272 tempRB3D_ZSTENCILCNTL |= RADEON_Z_HIERARCHY_ENABLE; in radeon_cp_dispatch_clear()
1282 OUT_RING_REG(RADEON_RB3D_ZSTENCILCNTL, tempRB3D_ZSTENCILCNTL); in radeon_cp_dispatch_clear()