Searched defs:pipe_rasterizer_state (Results 1 – 2 of 2) sorted by relevance
84 struct pipe_rasterizer_state struct86 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 …]
94 struct pipe_rasterizer_state struct96 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 …]