Home
last modified time | relevance | path

Searched refs:S_02842C_STENCILZFAIL (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c586 db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(state->stencil[0].zfail_op)); in si_create_dsa_state()
Dsid.h4974 #define S_02842C_STENCILZFAIL(x) (((x) & 0x0F) << 8) macro