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()
3022 S_02880C_KILL_ENABLE(sel->info.base.fs.uses_discard); in si_create_shader_selector()3352 … S_02880C_KILL_ENABLE(sctx->queued.named.dsa->alpha_func != PIPE_FUNC_ALWAYS); in si_update_ps_kill_enable()
982 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
2514 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
3421 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_update_ps_state()
5048 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.