Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c584 db_stencil_control |= S_02842C_STENCILFAIL(si_translate_stencil_op(state->stencil[0].fail_op)); in si_create_dsa_state()
Dsid.h4936 #define S_02842C_STENCILFAIL(x) (((x) & 0x0F) << 0) macro