Home
last modified time | relevance | path

Searched refs:S_028800_STENCILZPASS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h396 #define S_028800_STENCILZPASS(x) (((x) & 0x7) << 14) macro
1650 #define S_028800_STENCILZPASS(x) (((x) & 0x7) << 14) macro
Devergreend.h449 #define S_028800_STENCILZPASS(x) (((x) & 0x7) << 14) macro
Dr600_state.c826 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op)); in r600_create_dsa_state()
Devergreen_state.c806 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op)); in evergreen_create_dsa_state()