Lines Matching refs:boolean
124 boolean wide_point_sprites; /**< convert points to tris for sprite mode */
125 boolean line_stipple; /**< do line stipple? */
126 boolean point_sprite; /**< convert points to quads for sprites? */
196 boolean test_fse; /* enable FSE even though its not correct (eg for softpipe) */
197 boolean no_fse; /* disable FSE even when it is correct */
201 boolean bypass_clip_xy;
202 boolean bypass_clip_z;
203 boolean guard_band_xy;
206 boolean quads_always_flatshade_last;
208 boolean flushing; /**< debugging/sanity */
209 boolean suspend_flushing; /**< internally set */
214 boolean clip_xy;
215 boolean clip_z;
216 boolean clip_user;
217 boolean guard_band_xy;
219 boolean force_passthrough; /**< never clip or shade */
221 boolean dump_vs;
234 boolean identity_viewport;
327 boolean linear;
345 boolean linear;
361 boolean draw_init(struct draw_context *draw);
366 boolean draw_vs_init( struct draw_context *draw );
383 boolean draw_gs_init( struct draw_context *draw );
408 boolean draw_pt_init( struct draw_context *draw );
418 boolean draw_pipeline_init( struct draw_context *draw );
465 boolean scissor,
466 boolean flatshade );