Home
last modified time | relevance | path

Searched refs:line_stipple_factor (Results 1 – 24 of 24) 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.c119 rast->templ.line_stipple_factor : 0; in svga_define_rasterizer_object()
266 lp.repeat = templ->line_stipple_factor + 1; in svga_create_rasterizer_state()
/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/docs/relnotes/
D22.2.2.rst116 - zink: clamp line_stipple_factor to 1 if stipple is disabled
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h204 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/drivers/zink/
Dzink_state.c577 state->base.line_stipple_factor++; in zink_create_rasterizer_state()
607 state->base.line_stipple_factor = 1; in zink_create_rasterizer_state()
Dzink_draw.cpp685 …VKCTX(CmdSetLineStippleEXT)(batch->state->cmdbuf, rast_state->base.line_stipple_factor, rast_state… in zink_draw()
/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.c160 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.c1985 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in iris_create_rasterizer_state() local
1990 line.LineStippleInverseRepeatCount = 1.0f / line_stipple_factor; in iris_create_rasterizer_state()
1991 line.LineStippleRepeatCount = line_stipple_factor; in iris_create_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c726 state->rs_state.line_stipple_factor = ps->rs->line.stipple.factor - 1; in handle_graphics_pipeline()
3759 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/r300/
Dr300_state.c1265 (fui((float)state->line_stipple_factor) & in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c474 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.c2139 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in crocus_create_rasterizer_state() local
2144 line.LineStippleInverseRepeatCount = 1.0f / line_stipple_factor; in crocus_create_rasterizer_state()
2145 line.LineStippleRepeatCount = line_stipple_factor; in crocus_create_rasterizer_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1998 uint32_t line_stipple_factor; member
Dradv_pipeline.c1694 info.line_stipple_factor = rast_line_info->lineStippleFactor; in radv_pipeline_init_rasterization_info()
2109 dynamic->line_stipple.factor = info->rs.line_stipple_factor; in radv_pipeline_init_dynamic_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.c970 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) in si_create_rs_state()