Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_context.h105 unsigned point_tri_clip:1; member
Dlp_setup.c611 setup->point_tri_clip = rast->point_size_per_vertex; in lp_setup_bind_rasterizer()
1411 else if (setup->point_tri_clip) { in try_update_scene_state()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DRasterizer.cpp233 state.point_tri_clip = 1; in CreateRasterizerState()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c224 raster->point_tri_clip = st->ctx->API == API_OPENGLES2; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h112 unsigned point_tri_clip:1; /** large points clipped as tris or points */ member
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c295 draw->rasterizer->point_tri_clip)); in draw_update_clip_flags()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst227 point_tri_clip
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c359 util_dump_member(stream, bool, state, point_tri_clip); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c4192 state->rs_state.point_tri_clip = true; in lvp_execute_cmds()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1602 - st/mesa: correct point_tri_clip for gles2
D22.2.0.rst4699 - lavapipe: always set point_tri_clip