Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h94 struct pipe_rasterizer_state struct
96 unsigned flatshade:1;
97 unsigned light_twoside:1;
98 unsigned clamp_vertex_color:1;
99 unsigned clamp_fragment_color:1;
100 unsigned front_ccw:1;
101 unsigned cull_face:2; /**< PIPE_FACE_x */
102 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */
103 unsigned fill_back:2; /**< PIPE_POLYGON_MODE_x */
104 unsigned offset_point:1;
[all …]