Searched refs:line_stipple_enable (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c79 rast->line_stipple_enable ||
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
217 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c109 if (templ->line_stipple_enable) {
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h101 unsigned line_stipple_enable:1; member in struct:pipe_rasterizer_state
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c227 raster->line_stipple_enable = ctx->Line.StippleFlag;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c175 SB_DATA (so, cso->line_stipple_enable);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c143 trace_dump_member(bool, state, line_stipple_enable);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state.c242 SB_IMMED_3D(so, LINE_STIPPLE_ENABLE, cso->line_stipple_enable);
243 if (cso->line_stipple_enable) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c325 util_dump_member(stream, bool, state, line_stipple_enable);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c879 rs->pa_sc_line_stipple = state->line_stipple_enable ?
941 sc_mode_cntl |= S_028A4C_LINE_STIPPLE_ENABLE(state->line_stipple_enable);
H A Devergreen_state.c859 rs->pa_sc_line_stipple = state->line_stipple_enable ?
909 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable));
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c389 rs->pa_sc_line_stipple = state->line_stipple_enable ?
453 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable));
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state.c260 if (cso->line_stipple_enable) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1190 if (state->line_stipple_enable) {

Completed in 213 milliseconds