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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state.c1133 uint32_t line_stipple_value; /* R300_GA_LINE_STIPPLE_VALUE: 0x4260 */ local in function:r300_create_rs_state
1244 line_stipple_value = state->line_stipple_pattern;
1247 line_stipple_value = 0;
1298 OUT_CB_REG(R300_GA_LINE_STIPPLE_VALUE, line_stipple_value);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state.c1127 uint32_t line_stipple_value; /* R300_GA_LINE_STIPPLE_VALUE: 0x4260 */ local in function:r300_create_rs_state
1238 line_stipple_value = state->line_stipple_pattern;
1241 line_stipple_value = 0;
1292 OUT_CB_REG(R300_GA_LINE_STIPPLE_VALUE, line_stipple_value);

Completed in 7 milliseconds