Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h402 #define S_028800_STENCILFUNC_BF(x) (((x) & 0x7) << 20) macro
1656 #define S_028800_STENCILFUNC_BF(x) (((x) & 0x7) << 20) macro
Devergreend.h455 #define S_028800_STENCILFUNC_BF(x) (((x) & 0x7) << 20) macro
Dr600_state.c831 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); /* translates straight */ in r600_create_dsa_state()
Devergreen_state.c811 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); /* translates straight */ in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c590 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); in si_create_dsa_state()
Dsid.h5713 #define S_028800_STENCILFUNC_BF(x) (((x) & 0x07) << 20) macro