Home
last modified time | relevance | path

Searched refs:line_stipple_factor (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_rasterizer.c60 A2XX_PA_SC_LINE_STIPPLE_REPEAT_COUNT(cso->line_stipple_factor) in fd2_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c118 rast->templ.line_stipple_factor : 0; in define_rasterizer_object()
234 lp.repeat = templ->line_stipple_factor + 1; in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c584 state->base.line_stipple_factor++; in zink_create_rasterizer_state()
630 state->base.line_stipple_factor = 0; in zink_create_rasterizer_state()
654 state->base.line_stipple_factor = 0; in zink_create_rasterizer_state()
Dzink_draw.cpp685 …VKCTX(CmdSetLineStippleEXT)(batch->state->cmdbuf, rast_state->base.line_stipple_factor, rast_state… in zink_draw_vbo()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_stipple.c218 stipple->factor = draw->rasterizer->line_stipple_factor + 1; in stipple_first_line()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h196 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst154 line_stipple_factor
156 repeated N times, where N = line_stipple_factor + 1.
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c832 pipeline->line_stipple_factor = line_state->lineStippleFactor - 1; in lvp_graphics_pipeline_init()
835 pipeline->line_stipple_factor = 0; in lvp_graphics_pipeline_init()
Dlvp_private.h486 uint32_t line_stipple_factor; member
Dlvp_execute.c556 state->rs_state.line_stipple_factor = pipeline->line_stipple_factor; in handle_graphics_pipeline()
3577 state->rs_state.line_stipple_factor = cmd->u.set_line_stipple_ext.line_stipple_factor - 1; in handle_set_line_stipple()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c179 cso->line_stipple_factor); in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c153 trace_dump_member(uint, state, line_stipple_factor); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c364 util_dump_member(stream, uint, state, line_stipple_factor); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c267 cso->line_stipple_factor); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c248 cso->line_stipple_factor); in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1890 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in iris_create_rasterizer_state() local
1895 line.LineStippleInverseRepeatCount = 1.0f / line_stipple_factor; in iris_create_rasterizer_state()
1896 line.LineStippleRepeatCount = line_stipple_factor; in iris_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1235 (fui((float)state->line_stipple_factor) & in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c464 VIRGL_OBJ_RS_S3_LINE_STIPPLE_FACTOR(state->line_stipple_factor) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c2138 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in crocus_create_rasterizer_state() local
2143 line.LineStippleInverseRepeatCount = 1.0f / line_stipple_factor; in crocus_create_rasterizer_state()
2144 line.LineStippleRepeatCount = line_stipple_factor; in crocus_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c484 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) : 0; in r600_create_rs_state()
Devergreen_state.c497 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) : 0; in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c950 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) in si_create_rs_state()