Home | History | Annotate | Download | only in softpipe

Lines Matching refs:softpipe_context

35 struct softpipe_context;
45 struct softpipe_context *softpipe;
58 struct quad_stage *sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe );
59 struct quad_stage *sp_quad_earlyz_stage( struct softpipe_context *softpipe );
60 struct quad_stage *sp_quad_shade_stage( struct softpipe_context *softpipe );
61 struct quad_stage *sp_quad_alpha_test_stage( struct softpipe_context *softpipe );
62 struct quad_stage *sp_quad_stencil_test_stage( struct softpipe_context *softpipe );
63 struct quad_stage *sp_quad_depth_test_stage( struct softpipe_context *softpipe );
64 struct quad_stage *sp_quad_occlusion_stage( struct softpipe_context *softpipe );
65 struct quad_stage *sp_quad_coverage_stage( struct softpipe_context *softpipe );
66 struct quad_stage *sp_quad_blend_stage( struct softpipe_context *softpipe );
67 struct quad_stage *sp_quad_colormask_stage( struct softpipe_context *softpipe );
68 struct quad_stage *sp_quad_output_stage( struct softpipe_context *softpipe );
70 void sp_build_quad_pipeline(struct softpipe_context *sp);