Home | History | Annotate | Download | only in swr

Lines Matching full:blend

58                        const struct pipe_blend_state *blend)
62 memcpy(&state->pipe, blend, sizeof(*blend));
122 swr_bind_blend_state(struct pipe_context *pipe, void *blend)
126 if (ctx->blend == blend)
129 ctx->blend = (swr_blend_state *)blend;
135 swr_delete_blend_state(struct pipe_context *pipe, void *blend)
137 FREE(blend);
1372 /* Blend State */
1379 memcpy(&blendState, &ctx->blend->blendState, sizeof(blendState));
1415 &ctx->blend->compileState[target],
1444 ctx->blend->pipe.alpha_to_coverage;
1461 debug_printf("BLEND shader %p\n", func);