Searched refs:line_stipple_pattern (Results 1 – 23 of 23) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_rasterizer.c | 59 ? A2XX_PA_SC_LINE_STIPPLE_LINE_PATTERN(cso->line_stipple_pattern) | in fd2_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 121 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/ |
D | draw_pipe_stipple.c | 217 stipple->pattern = draw->rasterizer->line_stipple_pattern; in stipple_first_line()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 255 raster->line_stipple_pattern = ctx->Line.StipplePattern; in st_update_rasterizer()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 205 unsigned line_stipple_pattern:16; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 178 SB_DATA (so, (cso->line_stipple_pattern << 16) | in nv30_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 161 trace_dump_member(uint, state, line_stipple_pattern); in trace_dump_rasterizer_state()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 152 line_stipple_pattern
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 608 state->base.line_stipple_pattern = UINT16_MAX; in zink_create_rasterizer_state()
|
D | zink_draw.cpp | 685 …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/ |
D | u_dump_state.c | 365 util_dump_member(stream, uint, state, line_stipple_pattern); in util_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 266 SB_DATA (so, (cso->line_stipple_pattern << 8) | in nv50_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 247 SB_DATA (so, (cso->line_stipple_pattern << 8) | in nvc0_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 727 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/ |
D | r300_state.c | 1268 line_stipple_value = state->line_stipple_pattern; in r300_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 473 tmp = VIRGL_OBJ_RS_S3_LINE_STIPPLE_PATTERN(state->line_stipple_pattern) | in virgl_encode_rasterizer_state()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_private.h | 1999 uint16_t line_stipple_pattern; member
|
D | radv_pipeline.c | 1695 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/ |
D | r600_state.c | 483 S_028A0C_LINE_PATTERN(state->line_stipple_pattern) | in r600_create_rs_state()
|
D | evergreen_state.c | 496 S_028A0C_LINE_PATTERN(state->line_stipple_pattern) | in evergreen_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 969 ? S_028A0C_LINE_PATTERN(state->line_stipple_pattern) | in si_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 1989 line.LineStipplePattern = state->line_stipple_pattern; in iris_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 2143 line.LineStipplePattern = state->line_stipple_pattern; in crocus_create_rasterizer_state()
|