Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h374 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8) macro
1644 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8) macro
Devergreend.h427 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8) macro
Dr600_state.c824 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in r600_create_dsa_state()
Devergreen_state.c804 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c583 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); in si_create_dsa_state()
Dsid.h5702 #define S_028800_STENCILFUNC(x) (((x) & 0x07) << 8) macro