/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 118 const uint8 line_factor = rast->templ.line_stipple_enable ? in svga_define_rasterizer_object() 120 const uint16 line_pattern = rast->templ.line_stipple_enable ? in svga_define_rasterizer_object() 153 rast->templ.line_stipple_enable, in svga_define_rasterizer_object() 172 rast->templ.line_stipple_enable, in svga_define_rasterizer_object() 263 if (templ->line_stipple_enable) { in svga_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_rasterizer.c | 58 cso->line_stipple_enable in fd2_rasterizer_state_create() 91 if (cso->line_stipple_enable) in fd2_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_validate.c | 68 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple) in draw_need_pipeline() 203 if (rast->line_stipple_enable && draw->pipeline.line_stipple) { in validate_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 83 rast->line_stipple_enable || in llvmpipe_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 311 mode_idx += hw_rast_state->line_stipple_enable * 3; in zink_create_gfx_pipeline() 315 …_feature(warned[mode_idx], features[hw_rast_state->line_mode][hw_rast_state->line_stipple_enable]); in zink_create_gfx_pipeline() 318 if (hw_rast_state->line_stipple_enable) { in zink_create_gfx_pipeline()
|
D | zink_state.h | 75 unsigned line_stipple_enable:1; member
|
D | zink_state.c | 578 state->hw_state.line_stipple_enable = rs_state->line_stipple_enable; in zink_create_rasterizer_state() 606 if (!rs_state->line_stipple_enable) { in zink_create_rasterizer_state()
|
D | zink_draw.cpp | 684 screen->info.have_EXT_line_rasterization && rast_state->base.line_stipple_enable) in zink_draw()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 254 raster->line_stipple_enable = ctx->Line.StippleFlag && ctx->Line.StipplePattern != 0xffff; in st_update_rasterizer()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 118 unsigned line_stipple_enable:1; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 177 SB_DATA (so, cso->line_stipple_enable); in nv30_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.h | 90 unsigned line_stipple_enable : 1; member
|
D | si_state.c | 949 rs->line_stipple_enable = state->line_stipple_enable; in si_create_rs_state() 968 rs->pa_sc_line_stipple = state->line_stipple_enable in si_create_rs_state() 975 state->line_width > 2 && !state->line_stipple_enable; in si_create_rs_state() 1049 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable) | in si_create_rs_state()
|
D | si_state_draw.cpp | 1038 return rs->line_stipple_enable && sctx->current_rast_prim != PIPE_PRIM_POINTS && in si_is_line_stipple_enabled()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 244 SB_IMMED_3D(so, LINE_STIPPLE_ENABLE, cso->line_stipple_enable); in nvc0_rasterizer_state_create() 245 if (cso->line_stipple_enable) { in nvc0_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 142 trace_dump_member(bool, state, line_stipple_enable); in trace_dump_rasterizer_state()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 150 line_stipple_enable
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 363 util_dump_member(stream, bool, state, line_stipple_enable); in util_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 1818 bool line_stipple_enable; member 1883 cso->line_stipple_enable = state->line_stipple_enable; in iris_create_rasterizer_state() 1980 wm.LineStippleEnable = state->line_stipple_enable; in iris_create_rasterizer_state() 1988 if (state->line_stipple_enable) { in iris_create_rasterizer_state() 2018 if (cso_changed(line_stipple_enable) || cso_changed(poly_stipple_enable)) in iris_bind_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 263 if (cso->line_stipple_enable) { in nv50_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 482 rs->pa_sc_line_stipple = state->line_stipple_enable ? in r600_create_rs_state() 512 S_028A4C_LINE_STIPPLE_ENABLE(state->line_stipple_enable) | in r600_create_rs_state()
|
D | evergreen_state.c | 495 rs->pa_sc_line_stipple = state->line_stipple_enable ? in evergreen_create_rs_state() 546 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable)); in evergreen_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 464 VIRGL_OBJ_RS_S0_LINE_STIPPLE_ENABLE(state->line_stipple_enable) | in virgl_encode_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 1262 if (state->line_stipple_enable) { in r300_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 2075 sf.LineStippleEnable = state->line_stipple_enable; in crocus_create_rasterizer_state() 2142 if (state->line_stipple_enable) { in crocus_create_rasterizer_state() 2180 if (cso_changed(cso.line_stipple_enable) || cso_changed(cso.poly_stipple_enable)) in crocus_bind_rasterizer_state() 7269 wm.LineStippleEnable = cso->cso.line_stipple_enable;
|