Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_cs.c69 u32 db_depth_control; member
333 track->db_depth_control = 0xFFFFFFFF; in r600_cs_track_init()
774 (G_028800_STENCIL_ENABLE(track->db_depth_control) || in r600_cs_track_check()
775 G_028800_Z_ENABLE(track->db_depth_control))) { in r600_cs_track_check()
1029 track->db_depth_control = radeon_get_ib_value(p, idx); in r600_cs_check_reg()
Devergreen_cs.c65 u32 db_depth_control; member
141 track->db_depth_control = 0xFFFFFFFF; in evergreen_cs_track_init()
994 G_028800_STENCIL_ENABLE(track->db_depth_control)) { in evergreen_cs_track_check()
1001 G_028800_Z_ENABLE(track->db_depth_control)) { in evergreen_cs_track_check()
1172 track->db_depth_control = radeon_get_ib_value(p, idx); in evergreen_cs_check_reg()