Home
last modified time | relevance | path

Searched refs:line_rectangular (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DRasterizer.cpp236 state.line_rectangular = 0; in CreateRasterizerState()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c790 pipeline->line_rectangular = p->line_rectangular; in lvp_graphics_pipeline_init()
873 pipeline->line_rectangular = rs->line.mode != VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT; in lvp_graphics_pipeline_init()
875 pipeline->line_rectangular = true; in lvp_graphics_pipeline_init()
Dlvp_private.h452 bool line_rectangular; member
Dlvp_execute.c721 state->rs_state.line_rectangular = pipeline->line_rectangular; in handle_graphics_pipeline()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_stipple.c219 stipple->rectangular = draw->rasterizer->line_rectangular; in stipple_first_line()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c251 raster->line_rectangular = multisample || ctx->Line.SmoothFlag; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h120 unsigned line_rectangular:1; /** lines rasterized as rectangles or parallelograms */ member
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c119 rast.line_rectangular = 0; in nine_convert_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c597 if (rs_state->line_rectangular) { in zink_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c606 setup->rectangular_lines = rast->line_rectangular; in lp_setup_bind_rasterizer()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2383 - draw: respect line_rectangular state
2392 - zink: respect line_rectangular state