Home
last modified time | relevance | path

Searched refs:PIPE_CONSERVATIVE_RASTER_POST_SNAP (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c311 raster->conservative_raster_mode = PIPE_CONSERVATIVE_RASTER_POST_SNAP; in st_update_rasterizer()
315 raster->conservative_raster_mode = PIPE_CONSERVATIVE_RASTER_POST_SNAP; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h706 PIPE_CONSERVATIVE_RASTER_POST_SNAP, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c332 PIPE_CONSERVATIVE_RASTER_POST_SNAP; in nvc0_rasterizer_state_create()
/third_party/mesa3d/docs/gallium/
Dscreen.rst505 ``PIPE_CONSERVATIVE_RASTER_POST_SNAP`` mode is supported for triangles.
510 ``PIPE_CONSERVATIVE_RASTER_POST_SNAP`` mode is supported for points and lines.
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1886 state->conservative_raster_mode == PIPE_CONSERVATIVE_RASTER_POST_SNAP; in iris_create_rasterizer_state()