Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2515 db_shader_control |= S_02880C_STENCIL_REF_EXPORT_ENABLE(stencil_export); in r600_pipe_shader_ps()
Dr600d.h770 #define S_02880C_STENCIL_REF_EXPORT_ENABLE(x) (((x) & 0x1) << 1) macro