Searched refs:S_02880C_KILL_ENABLE (Results 1 – 9 of 9) sorted by relevance
148 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
301 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
1596 S_02880C_KILL_ENABLE(sel->info.uses_kill); in si_create_shader_selector()2487 S_02880C_KILL_ENABLE(si_get_alpha_test_func(sctx) != PIPE_FUNC_ALWAYS); in si_update_shaders()
836 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
2482 db_shader_control |= S_02880C_KILL_ENABLE(1); in r600_update_ps_state()
862 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
3003 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_update_ps_state()
554 S_02880C_KILL_ENABLE(!!ps->info.fs.can_discard) | in radv_emit_fragment_shader()
6881 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro