Home
last modified time | relevance | path

Searched refs:line_stipple_enable (Results 1 – 15 of 15) sorted by relevance

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