Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h93 struct pipe_rasterizer_state struct
95 unsigned flatshade:1;
96 unsigned light_twoside:1;
97 unsigned clamp_vertex_color:1;
98 unsigned clamp_fragment_color:1;
99 unsigned front_ccw:1;
100 unsigned cull_face:2; /**< PIPE_FACE_x */
101 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */
102 unsigned fill_back:2; /**< PIPE_POLYGON_MODE_x */
103 unsigned offset_point:1;
[all …]