Lines Matching full:blend
62 /* If the blend equation is ADD or REVERSE_SUBTRACT,
83 /* If the blend equation is ADD or REVERSE_SUBTRACT,
102 /* If the blend equation is ADD or REVERSE_SUBTRACT,
117 /* If the blend equation is ADD or REVERSE_SUBTRACT,
132 /* If the blend equation is ADD or REVERSE_SUBTRACT,
155 /* If the blend equation is ADD or REVERSE_SUBTRACT,
336 /* Create a new blend state based on the CSO blend state.
338 * This encompasses alpha blending, logic/raster ops, and blend dithering. */
343 struct r300_blend_state* blend = CALLOC_STRUCT(r300_blend_state);
368 blend->state = *state;
487 BEGIN_CB(blend->cb_clamp[i], 8);
499 BEGIN_CB(blend->cb_noclamp, 8);
509 BEGIN_CB(blend->cb_noclamp_noalpha, 8);
519 BEGIN_CB(blend->cb_no_readwrite, 8);
528 return (void*)blend;
531 /* Bind blend state. */
536 struct r300_blend_state *blend = (struct r300_blend_state*)state;
542 if (!blend)
545 r300->alpha_to_one = blend->state.alpha_to_one;
546 r300->alpha_to_coverage = blend->state.alpha_to_coverage;
559 /* Free blend state. */
572 /* Set blend color.
590 /* The blend color is dependent on the colorbuffer format. */
978 /* Re-swizzle the blend color. */