Home
last modified time | relevance | path

Searched refs:si_shader_uses_discard (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h1061 static inline bool si_shader_uses_discard(struct si_shader *shader) in si_shader_uses_discard() function
Dsi_shader.c2308 key->ps_epilog.uses_discard = si_shader_uses_discard(shader); in si_get_ps_epilog_key()
Dsi_state_shaders.cpp1866 S_02880C_KILL_ENABLE(si_shader_uses_discard(shader)); in si_shader_ps()