Searched refs:S_02880C_KILL_ENABLE (Results 1 – 9 of 9) sorted by relevance
147 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
95 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
982 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
2517 db_shader_control |= S_02880C_KILL_ENABLE(1); in r600_update_ps_state()
867 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
3419 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_update_ps_state()
1866 S_02880C_KILL_ENABLE(si_shader_uses_discard(shader)); in si_shader_ps()
6375 S_02880C_KILL_ENABLE(!!ps->info.ps.can_discard) | in radv_compute_db_shader_control()
2503 - r600g: Fixed the shift in S_02880C_KILL_ENABLE.