Searched refs:db_count_control (Results 1 – 3 of 3) sorted by relevance
1344 unsigned db_shader_control, db_render_control, db_count_control; in si_emit_db_render_state() local1368 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()1373 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()1379 db_count_control = 0; in si_emit_db_render_state()1381 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1); in si_emit_db_render_state()1386 db_render_control, db_count_control); in si_emit_db_render_state()
2075 unsigned db_count_control = 0; in evergreen_emit_db_misc_state() local2082 db_count_control |= S_028004_PERFECT_ZPASS_COUNTS(1); in evergreen_emit_db_misc_state()2084 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples); in evergreen_emit_db_misc_state()2088 db_count_control |= S_028004_ZPASS_INCREMENT_DISABLE(1); in evergreen_emit_db_misc_state()2117 radeon_emit(cs, db_count_control); /* R_028004_DB_COUNT_CONTROL */ in evergreen_emit_db_misc_state()
2426 uint32_t db_count_control; in radv_set_db_count_control() local2443 db_count_control = S_028004_ZPASS_INCREMENT_DISABLE(1); in radv_set_db_count_control()2453 db_count_control = in radv_set_db_count_control()2476 db_count_control = S_028004_PERFECT_ZPASS_COUNTS(1) | in radv_set_db_count_control()2481 radeon_set_context_reg(cmd_buffer->cs, R_028004_DB_COUNT_CONTROL, db_count_control); in radv_set_db_count_control()