Home | History | Annotate | Download | only in softpipe

Lines Matching refs:quad

35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad)
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
53 sp->quad.first = sp->quad.blend;
56 insert_stage_at_head( sp, sp->quad.shade );
57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test );
61 insert_stage_at_head( sp, sp->quad.shade );
66 insert_stage_at_head( sp, sp->quad.pstipple );