Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600Defines.h148 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
DR600AsmPrinter.cpp96 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
/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.c2170 S_02880C_KILL_ENABLE(sel->info.uses_kill); in si_create_shader_selector()
3306 S_02880C_KILL_ENABLE(si_get_alpha_test_func(sctx) != PIPE_FUNC_ALWAYS); in si_update_shaders()
/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h982 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Dr600_state.c2505 db_shader_control |= S_02880C_KILL_ENABLE(1); in r600_update_ps_state()
Dr600d.h866 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Devergreen_state.c3332 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_update_ps_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2512 S_02880C_KILL_ENABLE(!!ps->info.fs.can_discard) | in radv_pipeline_init()
/external/mesa3d/src/amd/common/
Dgfx9d.h5406 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Dsid.h6940 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro