Searched refs:S_028004_SAMPLE_RATE (Results 1 – 5 of 5) sorted by relevance
929 … S_028004_SAMPLE_RATE(0) | /* TODO: set this to the number of samples of the current framebuffer */ in radv_set_db_count_control()935 … S_028004_SAMPLE_RATE(0); /* TODO: set this to the number of samples of the current framebuffer */ in radv_set_db_count_control()
1160 S_028004_SAMPLE_RATE(sctx->framebuffer.log_samples) | in si_emit_db_render_state()1167 S_028004_SAMPLE_RATE(sctx->framebuffer.log_samples)); in si_emit_db_render_state()
1741 #define S_028004_SAMPLE_RATE(x) (((unsigned)(x) & 0x7) << 4) /* cayman only */ macro
1752 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples); in evergreen_emit_db_misc_state()
4830 #define S_028004_SAMPLE_RATE(x) (((unsigned)(x) & 0x07) << 4) macro