Home
last modified time | relevance | path

Searched refs:line_stipple_factor (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A 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/
H A 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/mesa/state_tracker/
H A Dst_atom_rasterizer.c257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c218 stipple->factor = draw->rasterizer->line_stipple_factor + 1; in stipple_first_line()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h204 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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()
H A Dzink_draw.cpp685 VKCTX(CmdSetLineStippleEXT)(batch->state->cmdbuf, rast_state->base.line_stipple_factor, rast_state->base.line_stipple_pattern); in zink_draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c179 cso->line_stipple_factor); in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c160 trace_dump_member(uint, state, line_stipple_factor); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c364 util_dump_member(stream, uint, state, line_stipple_factor); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/iris/
H A 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/drivers/virgl/
H A 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/nouveau/nv50/
H A Dnv50_state.c267 cso->line_stipple_factor); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c248 cso->line_stipple_factor); in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1265 (fui((float)state->line_stipple_factor) & in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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/gallium/frontends/lavapipe/
H A 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/amd/vulkan/
H A Dradv_private.h1998 uint32_t line_stipple_factor;
H A 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/
H A Dr600_state.c484 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) : 0; in r600_create_rs_state()
H A Devergreen_state.c497 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) : 0; in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c970 S_028A0C_REPEAT_COUNT(state->line_stipple_factor) in si_create_rs_state()

Completed in 129 milliseconds