Searched refs:S_028004_SAMPLE_RATE (Results 1 – 6 of 6) sorted by relevance
1612 … S_028004_SAMPLE_RATE(0) | /* TODO: set this to the number of samples of the current framebuffer */ in radv_set_db_count_control()1618 … S_028004_SAMPLE_RATE(0); /* TODO: set this to the number of samples of the current framebuffer */ in radv_set_db_count_control()
1408 S_028004_SAMPLE_RATE(sctx->framebuffer.log_samples) | in si_emit_db_render_state()1415 S_028004_SAMPLE_RATE(sctx->framebuffer.log_samples)); in si_emit_db_render_state()
1899 #define S_028004_SAMPLE_RATE(x) (((unsigned)(x) & 0x7) << 4) /* cayman only */ macro
2074 db_count_control |= S_028004_SAMPLE_RATE(a->log_samples); in evergreen_emit_db_misc_state()
3799 #define S_028004_SAMPLE_RATE(x) (((unsigned)(x) & 0x07) << 4) macro
4889 #define S_028004_SAMPLE_RATE(x) (((unsigned)(x) & 0x07) << 4) macro