Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c69 u32 db_depth_control; member
333 track->db_depth_control = 0xFFFFFFFF; in r600_cs_track_init()
772 (G_028800_STENCIL_ENABLE(track->db_depth_control) || in r600_cs_track_check()
773 G_028800_Z_ENABLE(track->db_depth_control))) { in r600_cs_track_check()
1026 track->db_depth_control = radeon_get_ib_value(p, idx); in r600_cs_check_reg()
H A Devergreen_cs.c67 u32 db_depth_control; member
144 track->db_depth_control = 0xFFFFFFFF; in evergreen_cs_track_init()
997 G_028800_STENCIL_ENABLE(track->db_depth_control)) { in evergreen_cs_track_check()
1004 G_028800_Z_ENABLE(track->db_depth_control)) { in evergreen_cs_track_check()
1151 track->db_depth_control = radeon_get_ib_value(p, idx); in evergreen_cs_handle_reg()