Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h84 struct pipe_rasterizer_state struct
86 unsigned flatshade:1;
87 unsigned light_twoside:1;
88 unsigned clamp_vertex_color:1;
89 unsigned clamp_fragment_color:1;
90 unsigned front_ccw:1;
91 unsigned cull_face:2; /**< PIPE_FACE_x */
92 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */
93 unsigned fill_back:2; /**< PIPE_POLYGON_MODE_x */
94 unsigned offset_point:1;
[all …]
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h96 struct pipe_rasterizer_state struct
98 unsigned flatshade:1;
99 unsigned light_twoside:1;
100 unsigned clamp_vertex_color:1;
101 unsigned clamp_fragment_color:1;
102 unsigned front_ccw:1;
103 unsigned cull_face:2; /**< PIPE_FACE_x */
104 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */
105 unsigned fill_back:2; /**< PIPE_POLYGON_MODE_x */
106 unsigned offset_point:1;
[all …]