Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Defines.h147 #define S_02880C_KILL_ENABLE(x) (((x) & 0x1) << 6) macro
DR600AsmPrinter.cpp95 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h982 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Dr600_state.c2517 db_shader_control |= S_02880C_KILL_ENABLE(1); in r600_update_ps_state()
Dr600d.h867 #define S_02880C_KILL_ENABLE(x) (((unsigned)(x) & 0x1) << 6) macro
Devergreen_state.c3419 db_shader_control |= S_02880C_KILL_ENABLE(1); in evergreen_update_ps_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp1866 S_02880C_KILL_ENABLE(si_shader_uses_discard(shader)); in si_shader_ps()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6375 S_02880C_KILL_ENABLE(!!ps->info.ps.can_discard) | in radv_compute_db_shader_control()
/third_party/mesa3d/docs/relnotes/
D7.10.rst2503 - r600g: Fixed the shift in S_02880C_KILL_ENABLE.