Home | History | Annotate | Download | only in softpipe

Lines Matching refs:blend_quad_stage

56 struct blend_quad_stage
66 static INLINE struct blend_quad_stage *
67 blend_quad_stage(struct quad_stage *stage)
69 return (struct blend_quad_stage *) stage;
922 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
1030 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
1107 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
1176 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
1220 struct blend_quad_stage *bqs = blend_quad_stage(qs);
1295 struct blend_quad_stage *stage = CALLOC_STRUCT(blend_quad_stage);