Home
last modified time | relevance | path

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

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

Completed in 53 milliseconds