Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h359 #define S_028800_STENCIL_ENABLE(x) (((x) & 0x1) << 0) macro
1629 #define S_028800_STENCIL_ENABLE(x) (((x) & 0x1) << 0) macro
Devergreend.h412 #define S_028800_STENCIL_ENABLE(x) (((x) & 0x1) << 0) macro
Dr600_state.c823 db_depth_control |= S_028800_STENCIL_ENABLE(1); in r600_create_dsa_state()
Devergreen_state.c803 db_depth_control |= S_028800_STENCIL_ENABLE(1); in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c582 db_depth_control |= S_028800_STENCIL_ENABLE(1); in si_create_dsa_state()
Dsid.h5676 #define S_028800_STENCIL_ENABLE(x) (((x) & 0x1) << 0) macro