Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600Defines.h148 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
DAMDGPUAsmPrinter.cpp310 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c140 db_shader_control |= S_02880C_KILL_ENABLE(1); in si_pipe_shader_ps()
Dsid.h5791 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h740 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
Dr600_state.c2517 db_shader_control |= S_02880C_KILL_ENABLE(1); in r600_pipe_shader_ps()
Devergreen_state.c3031 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_pipe_shader_ps()
Dr600d.h780 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro