Home
last modified time | relevance | path

Searched refs:G_02880C_KILL_ENABLE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_binning.c352 bool ps_can_kill = G_02880C_KILL_ENABLE(db_shader_control) || in si_emit_dpbb_state()
400 !G_02880C_KILL_ENABLE(db_shader_control) && in si_emit_dpbb_state()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c376 *use_kill = G_02880C_KILL_ENABLE(value); in r600_shader_binary_read_config()
Devergreend.h983 #define G_02880C_KILL_ENABLE(x) (((x) >> 6) & 0x1) macro
Dr600d.h867 #define G_02880C_KILL_ENABLE(x) (((x) >> 6) & 0x1) macro
/external/mesa3d/src/amd/common/
Dgfx9d.h5407 #define G_02880C_KILL_ENABLE(x) (((x) >> 6) & 0x1) macro
Dsid.h6941 #define G_02880C_KILL_ENABLE(x) (((x) >> 6) & 0x1) macro