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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.c61 A2XX_PA_SC_LINE_STIPPLE_REPEAT_COUNT(cso->line_stipple_factor) : 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.c60 A2XX_PA_SC_LINE_STIPPLE_REPEAT_COUNT(cso->line_stipple_factor)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c118 rast->templ.line_stipple_factor : 0;
229 lp.repeat = templ->line_stipple_factor + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c118 rast->templ.line_stipple_factor : 0;
234 lp.repeat = templ->line_stipple_factor + 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h186 unsigned line_stipple_factor:8; /**< [1..256] actually */ member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c218 stipple->factor = draw->rasterizer->line_stipple_factor + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c253 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c218 stipple->factor = draw->rasterizer->line_stipple_factor + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h196 unsigned line_stipple_factor:8; /**< [1..256] actually */ member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_state.c584 state->base.line_stipple_factor++;
630 state->base.line_stipple_factor = 0;
654 state->base.line_stipple_factor = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst154 line_stipple_factor
156 repeated N times, where N = line_stipple_factor + 1.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst154 line_stipple_factor
156 repeated N times, where N = line_stipple_factor + 1.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c179 cso->line_stipple_factor);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c179 cso->line_stipple_factor);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_private.h486 uint32_t line_stipple_factor; member in struct:lvp_pipeline
H A Dlvp_pipeline.c832 pipeline->line_stipple_factor = line_state->lineStippleFactor - 1;
835 pipeline->line_stipple_factor = 0;
H A Dlvp_execute.c556 state->rs_state.line_stipple_factor = pipeline->line_stipple_factor;
3547 state->rs_state.line_stipple_factor = cmd->u.set_line_stipple_ext.line_stipple_factor - 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c153 trace_dump_member(uint, state, line_stipple_factor);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dump_state.c364 util_dump_member(stream, uint, state, line_stipple_factor);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dump_state.c364 util_dump_member(stream, uint, state, line_stipple_factor);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c153 trace_dump_member(uint, state, line_stipple_factor);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c267 cso->line_stipple_factor);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_encode.c199 VIRGL_OBJ_RS_S3_LINE_STIPPLE_FACTOR(state->line_stipple_factor) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c250 cso->line_stipple_factor);

Completed in 30 milliseconds

12