Searched defs:line_stipple_value (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1084 uint32_t line_stipple_value; /* R300_GA_LINE_STIPPLE_VALUE: 0x4260 */ local
1196 line_stipple_value = state->line_stipple_pattern;
1199 line_stipple_value = 0;
1250 OUT_CB_REG(R300_GA_LINE_STIPPLE_VALUE, line_stipple_value);

Completed in 89 milliseconds