Home
last modified time | relevance | path

Searched refs:S_02880C_KILL_ENABLE (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600Defines.h148 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
DAMDGPUAsmPrinter.cpp301 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c1596 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()
/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h836 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Dr600_state.c2482 db_shader_control |= S_02880C_KILL_ENABLE(1); in r600_update_ps_state()
Dr600d.h862 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Devergreen_state.c3003 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_update_ps_state()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c554 S_02880C_KILL_ENABLE(!!ps->info.fs.can_discard) | in radv_emit_fragment_shader()
/external/mesa3d/src/amd/common/
Dsid.h6881 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro