Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c307 unsigned offset_db_fmt_cntl = 0, depth; in si_update_fb_rs_state() local
324 offset_db_fmt_cntl |= S_028B78_POLY_OFFSET_DB_IS_FLOAT_FMT(1); in si_update_fb_rs_state()
336 offset_db_fmt_cntl |= S_028B78_POLY_OFFSET_NEG_NUM_DB_BITS(depth); in si_update_fb_rs_state()
343 si_pm4_set_reg(pm4, R_028B78_PA_SU_POLY_OFFSET_DB_FMT_CNTL, offset_db_fmt_cntl); in si_update_fb_rs_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c652 unsigned offset_db_fmt_cntl = 0, depth; in r600_polygon_offset_update() local
664 offset_db_fmt_cntl |= S_028DF8_POLY_OFFSET_DB_IS_FLOAT_FMT(1); in r600_polygon_offset_update()
674 offset_db_fmt_cntl |= S_028DF8_POLY_OFFSET_NEG_NUM_DB_BITS(depth); in r600_polygon_offset_update()
689 offset_db_fmt_cntl); in r600_polygon_offset_update()
Devergreen_state.c2925 unsigned offset_db_fmt_cntl = 0, depth; in evergreen_polygon_offset_update() local
2937 offset_db_fmt_cntl |= S_028B78_POLY_OFFSET_DB_IS_FLOAT_FMT(1); in evergreen_polygon_offset_update()
2947 offset_db_fmt_cntl |= S_028B78_POLY_OFFSET_NEG_NUM_DB_BITS(depth); in evergreen_polygon_offset_update()
2962 offset_db_fmt_cntl); in evergreen_polygon_offset_update()