Searched refs:db_count_control (Results 1 – 2 of 2) sorted by relevance
1601 uint32_t db_count_control; in radv_set_db_count_control() local1605 db_count_control = 0; in radv_set_db_count_control()1607 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1); in radv_set_db_count_control()1611 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) | in radv_set_db_count_control()1617 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) | in radv_set_db_count_control()1622 radeon_set_context_reg(cmd_buffer->cs, R_028004_DB_COUNT_CONTROL, db_count_control); in radv_set_db_count_control()
2065 unsigned db_count_control = 0; in evergreen_emit_db_misc_state() local2072 db_count_control |= S_028004_PERFECT_ZPASS_COUNTS(1); in evergreen_emit_db_misc_state()2074 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples); in evergreen_emit_db_misc_state()2078 db_count_control |= S_028004_ZPASS_INCREMENT_DISABLE(1); in evergreen_emit_db_misc_state()2107 radeon_emit(cs, db_count_control); /* R_028004_DB_COUNT_CONTROL */ in evergreen_emit_db_misc_state()