Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_rasterizer.c59 ? A2XX_PA_SC_LINE_STIPPLE_LINE_PATTERN(cso->line_stipple_pattern) | in fd2_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c121 rast->templ.line_stipple_pattern : 0; in svga_define_rasterizer_object()
267 lp.pattern = templ->line_stipple_pattern; in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_stipple.c217 stipple->pattern = draw->rasterizer->line_stipple_pattern; in stipple_first_line()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c255 raster->line_stipple_pattern = ctx->Line.StipplePattern; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h205 unsigned line_stipple_pattern:16; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c178 SB_DATA (so, (cso->line_stipple_pattern << 16) | in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c161 trace_dump_member(uint, state, line_stipple_pattern); in trace_dump_rasterizer_state()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst152 line_stipple_pattern
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c608 state->base.line_stipple_pattern = UINT16_MAX; in zink_create_rasterizer_state()
Dzink_draw.cpp685 …batch->state->cmdbuf, rast_state->base.line_stipple_factor, rast_state->base.line_stipple_pattern); in zink_draw()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c365 util_dump_member(stream, uint, state, line_stipple_pattern); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c266 SB_DATA (so, (cso->line_stipple_pattern << 8) | in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c247 SB_DATA (so, (cso->line_stipple_pattern << 8) | in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c727 state->rs_state.line_stipple_pattern = ps->rs->line.stipple.pattern; in handle_graphics_pipeline()
3760 state->rs_state.line_stipple_pattern = cmd->u.set_line_stipple_ext.line_stipple_pattern; in handle_set_line_stipple()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1268 line_stipple_value = state->line_stipple_pattern; in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c473 tmp = VIRGL_OBJ_RS_S3_LINE_STIPPLE_PATTERN(state->line_stipple_pattern) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1999 uint16_t line_stipple_pattern; member
Dradv_pipeline.c1695 info.line_stipple_pattern = rast_line_info->lineStipplePattern; in radv_pipeline_init_rasterization_info()
2110 dynamic->line_stipple.pattern = info->rs.line_stipple_pattern; in radv_pipeline_init_dynamic_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c483 S_028A0C_LINE_PATTERN(state->line_stipple_pattern) | in r600_create_rs_state()
Devergreen_state.c496 S_028A0C_LINE_PATTERN(state->line_stipple_pattern) | in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c969 ? S_028A0C_LINE_PATTERN(state->line_stipple_pattern) | in si_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1989 line.LineStipplePattern = state->line_stipple_pattern; in iris_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c2143 line.LineStipplePattern = state->line_stipple_pattern; in crocus_create_rasterizer_state()