Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c591 … db_stencil_control |= S_02842C_STENCILFAIL_BF(si_translate_stencil_op(state->stencil[1].fail_op)); in si_create_dsa_state()
Dsid.h4993 #define S_02842C_STENCILFAIL_BF(x) (((x) & 0x0F) << 12) macro