/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_rasterizer.c | 60 A2XX_PA_SC_LINE_STIPPLE_REPEAT_COUNT(cso->line_stipple_factor) in fd2_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 118 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/ |
D | zink_state.c | 584 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()
|
D | zink_draw.cpp | 685 …VKCTX(CmdSetLineStippleEXT)(batch->state->cmdbuf, rast_state->base.line_stipple_factor, rast_state… in zink_draw_vbo()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_stipple.c | 218 stipple->factor = draw->rasterizer->line_stipple_factor + 1; in stipple_first_line()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 196 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 154 line_stipple_factor 156 repeated N times, where N = line_stipple_factor + 1.
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 832 pipeline->line_stipple_factor = line_state->lineStippleFactor - 1; in lvp_graphics_pipeline_init() 835 pipeline->line_stipple_factor = 0; in lvp_graphics_pipeline_init()
|
D | lvp_private.h | 486 uint32_t line_stipple_factor; member
|
D | lvp_execute.c | 556 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/ |
D | nv30_state.c | 179 cso->line_stipple_factor); in nv30_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 153 trace_dump_member(uint, state, line_stipple_factor); in trace_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 364 util_dump_member(stream, uint, state, line_stipple_factor); in util_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 267 cso->line_stipple_factor); in nv50_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 248 cso->line_stipple_factor); in nvc0_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 1890 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/ |
D | r300_state.c | 1235 (fui((float)state->line_stipple_factor) & in r300_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 464 VIRGL_OBJ_RS_S3_LINE_STIPPLE_FACTOR(state->line_stipple_factor) | in virgl_encode_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 2138 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/ |
D | r600_state.c | 484 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) : 0; in r600_create_rs_state()
|
D | evergreen_state.c | 497 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) : 0; in evergreen_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 950 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) in si_create_rs_state()
|