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.c506 S_028A4C_LINE_STIPPLE_ENABLE(state->line_stipple_enable) | in r600_create_rs_state()
Dr600d.h3266 #define S_028A4C_LINE_STIPPLE_ENABLE(x) (((unsigned)(x) & 0x1) << 2) macro