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 …]
90 struct pipe_rasterizer_state struct92 unsigned flatshade:1;93 unsigned light_twoside:1;94 unsigned clamp_vertex_color:1;95 unsigned clamp_fragment_color:1;96 unsigned front_ccw:1;97 unsigned cull_face:2; /**< PIPE_FACE_x */98 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */99 unsigned fill_back:2; /**< PIPE_POLYGON_MODE_x */100 unsigned offset_point:1;[all …]