Lines Matching refs:blend
64 /* If the blend equation is ADD or REVERSE_SUBTRACT,
85 /* If the blend equation is ADD or REVERSE_SUBTRACT,
104 /* If the blend equation is ADD or REVERSE_SUBTRACT,
119 /* If the blend equation is ADD or REVERSE_SUBTRACT,
134 /* If the blend equation is ADD or REVERSE_SUBTRACT,
157 /* If the blend equation is ADD or REVERSE_SUBTRACT,
331 /* Create a new blend state based on the CSO blend state.
333 * This encompasses alpha blending, logic/raster ops, and blend dithering. */
338 struct r300_blend_state* blend = CALLOC_STRUCT(r300_blend_state);
363 blend->state = *state;
482 BEGIN_CB(blend->cb_clamp[i], 8);
494 BEGIN_CB(blend->cb_noclamp, 8);
504 BEGIN_CB(blend->cb_noclamp_noalpha, 8);
514 BEGIN_CB(blend->cb_no_readwrite, 8);
523 return (void*)blend;
526 /* Bind blend state. */
531 struct r300_blend_state *blend = (struct r300_blend_state*)state;
537 if (!blend)
540 r300->alpha_to_one = blend->state.alpha_to_one;
541 r300->alpha_to_coverage = blend->state.alpha_to_coverage;
554 /* Free blend state. */
567 /* Set blend color.
585 /* The blend color is dependent on the colorbuffer format. */
973 /* Re-swizzle the blend color. */