Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c941 sc_mode_cntl |= S_028A4C_LINE_STIPPLE_ENABLE(state->line_stipple_enable); in r600_create_rs_state()
Dr600d.h3132 #define S_028A4C_LINE_STIPPLE_ENABLE(x) (((x) & 0x1) << 2) macro