Home | History | Annotate | Download | only in softpipe

Lines Matching refs:softpipe

50    struct softpipe_context *softpipe = softpipe_context(pipe);
52 draw_flush(softpipe->draw);
54 softpipe->blend = (struct pipe_blend_state *)blend;
56 softpipe->dirty |= SP_NEW_BLEND;
72 struct softpipe_context *softpipe = softpipe_context(pipe);
75 draw_flush(softpipe->draw);
77 softpipe->blend_color = *blend_color;
81 softpipe->blend_color_clamped.color[i] =
84 softpipe->dirty |= SP_NEW_BLEND;
100 struct softpipe_context *softpipe = softpipe_context(pipe);
102 softpipe->depth_stencil = (struct pipe_depth_stencil_alpha_state *)depth_stencil;
104 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
119 struct softpipe_context *softpipe = softpipe_context(pipe);
121 softpipe->stencil_ref = *stencil_ref;
123 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;