Searched refs:db_count_control (Results 1 – 3 of 3) sorted by relevance
1506 unsigned db_shader_control, db_render_control, db_count_control; in si_emit_db_render_state() local1554 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()1559 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()1565 db_count_control = 0; in si_emit_db_render_state()1567 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1); in si_emit_db_render_state()1573 db_render_control, db_count_control); in si_emit_db_render_state()
2073 unsigned db_count_control = 0; in evergreen_emit_db_misc_state() local2080 db_count_control |= S_028004_PERFECT_ZPASS_COUNTS(1); in evergreen_emit_db_misc_state()2082 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples); in evergreen_emit_db_misc_state()2086 db_count_control |= S_028004_ZPASS_INCREMENT_DISABLE(1); in evergreen_emit_db_misc_state()2115 radeon_emit(cs, db_count_control); /* R_028004_DB_COUNT_CONTROL */ in evergreen_emit_db_misc_state()
2931 uint32_t db_count_control; in radv_set_db_count_control() local2945 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1); in radv_set_db_count_control()2956 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) | in radv_set_db_count_control()2973 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) | S_028004_SAMPLE_RATE(sample_rate); in radv_set_db_count_control()2977 radeon_set_context_reg(cmd_buffer->cs, R_028004_DB_COUNT_CONTROL, db_count_control); in radv_set_db_count_control()