Home
last modified time | relevance | path

Searched defs:point_quad_rasterization (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst203 point_quad_rasterization chapter
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c677 …bool point_quad_rasterization = ctx->rast_state ? ctx->rast_state->base.point_quad_rasterization :… in zink_bind_rasterizer_state() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c627 boolean point_quad_rasterization) in lp_setup_set_point_state()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h111 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member